Slow system... where to begin..
Posted: 2011-02-06T10:09:44-07:00
So, I set up a new computer, same specs as an old one, but it's lagging a lot. I ran a few benchmarks, and you can see here:
system 1# time convert rose: -resize 5000x5000 -bench 5 /tmp/rose.png
Performance: 5i 0.221729ips 26.050u 0:22.549
real 0m22.554s
user 0m25.795s
sys 0m0.262s
system 2#time convert rose: -resize 5000x5000 -bench 5 /tmp/rose.png
Performance: 5i 0.220167ips 28.710u 0:22.710
real 0m22.731s
user 0m25.553s
sys 0m3.172s
While the overall time is about the same.. The sys time (time spent in kernel) is over 10 times as long.
I believe this may have something to do with the sluggishness.. so, I'm wondering if any of you had advise on where to begin to figure this out.
system 1# time convert rose: -resize 5000x5000 -bench 5 /tmp/rose.png
Performance: 5i 0.221729ips 26.050u 0:22.549
real 0m22.554s
user 0m25.795s
sys 0m0.262s
system 2#time convert rose: -resize 5000x5000 -bench 5 /tmp/rose.png
Performance: 5i 0.220167ips 28.710u 0:22.710
real 0m22.731s
user 0m25.553s
sys 0m3.172s
While the overall time is about the same.. The sys time (time spent in kernel) is over 10 times as long.
I believe this may have something to do with the sluggishness.. so, I'm wondering if any of you had advise on where to begin to figure this out.