Calculating the load on a server?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Calculating the load on a server?

Post by magick »

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.
Post Reply