On Fri, 2008-03-07 at 10:25 +1300, Kerry Mayes wrote: > Do you know of a command line program to watch the processor load on > multiple cores? (I've been using "top" but it just gives a single > figure. The other alternatives I've seen only give a point in time.)
mpstat, part of the sysstat package should do. You only get one CPU at a time or an average but creative scripting is king :) Vik :v)
