Calculating the load on a server?
Re: Calculating the load on a server?
Have you read http://www.imagemagick.org/script/architecture.php? It will give you insight what affects load on a server and things you can do to reduce load. For example, you can trade memory for I/O with the -limit option. Or you can turn off OpenMP if you do not want to run ImageMagick in parallel.