"Malcolm Greene" <[EMAIL PROTECTED]> writes: > Is there a cross-platform way to monitor CPU load?
Cross-platform: not that I know of. Linux: /proc/loadav (load average), /proc/cpuinfo (to figure out number of cpu's). You want the load average and # of cpu's to be about equal, i.e. all cpu's should be kept busy but not overloaded. -- http://mail.python.org/mailman/listinfo/python-list