On Monday 20 April 2009, Brian J. Murrell wrote: > On Mon, 2009-04-20 at 20:06 +0200, Frans Pop wrote: > > On Monday 20 April 2009, Brian J. Murrell wrote: > > > Using top, I can only see the "%" of CPU being used as a total of > > > both cores. > > > > Hit the '1' key to see per CPU stats. > > Sure, but that only shows me the CPU as a whole
It shows each core actually. > and doesn't show me how much of each core a given process is using. True, but IMO that's not very interesting. IIUC each process (thread rather) will only run on one core at a certain time anyway, so the percentage shown for a process is basically what you get (averaged over the sample period). You can hit the H key to display individual threads, which may provide a bit more detail. To get more detailed info, I guess you'll have to use something more advanced than top. _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
