Slow Super Server
Posted: 2012-04-21T14:21:50-07:00
Hi,
Some time ago i bought a new server for ImageMagick processes, however, it is much slower converting animated images then my old server
Both servers are running Ubuntu 11.04 and ImageMagick 6.7.1-0
Old server: Intel(R) Xeon(R) CPU 5130 @ 2.00GHz , 4 cores
New server: Intel(R) Xeon(R) CPU X5650 @ 2.67GHz , 24 cores
I have an animated image with 314 frames: http://imagehost.online-image-editor.com/dancing.gif
The command i give in the shell:
convert dancing.gif -gravity center -fill red -annotate +0+0 "MARCEL" out.gif
Old server: 45 seconds
New server: 95 seconds
When running the command, the new server shows more then 1000% processor usage for that command while the old servers uses about 350% cpu usage.
How to figure out what is going wrong at the new server, it should be much faster then the old server.
I also have it with other commands where there are animated images involved (at least it is clearly visible with animated images)
Regards,
Marcel
Some time ago i bought a new server for ImageMagick processes, however, it is much slower converting animated images then my old server
Both servers are running Ubuntu 11.04 and ImageMagick 6.7.1-0
Old server: Intel(R) Xeon(R) CPU 5130 @ 2.00GHz , 4 cores
New server: Intel(R) Xeon(R) CPU X5650 @ 2.67GHz , 24 cores
I have an animated image with 314 frames: http://imagehost.online-image-editor.com/dancing.gif
The command i give in the shell:
convert dancing.gif -gravity center -fill red -annotate +0+0 "MARCEL" out.gif
Old server: 45 seconds
New server: 95 seconds
When running the command, the new server shows more then 1000% processor usage for that command while the old servers uses about 350% cpu usage.
How to figure out what is going wrong at the new server, it should be much faster then the old server.
I also have it with other commands where there are animated images involved (at least it is clearly visible with animated images)
Regards,
Marcel