Re: [RESEND][PATCH 1/4] Introduce a new field "guest" in cpustat

2007-09-10 Thread Laurent Vivier
Rik van Riel wrote: > Laurent Vivier wrote: >> [PATCH 1/4] as recent CPUs introduce a third running state, after >> "user" and >> "system", we need a new field, "guest", in cpustat to store the time >> used by >> the CPU to run virtual CPU. Modify /proc/stat to display this new field. > > I think

Re: [RESEND][PATCH 1/4] Introduce a new field "guest" in cpustat

2007-09-10 Thread Rik van Riel
Laurent Vivier wrote: [PATCH 1/4] as recent CPUs introduce a third running state, after "user" and "system", we need a new field, "guest", in cpustat to store the time used by the CPU to run virtual CPU. Modify /proc/stat to display this new field. I think it would be good to always print out t

[RESEND][PATCH 1/4] Introduce a new field "guest" in cpustat

2007-09-10 Thread Laurent Vivier
[PATCH 1/4] as recent CPUs introduce a third running state, after "user" and "system", we need a new field, "guest", in cpustat to store the time used by the CPU to run virtual CPU. Modify /proc/stat to display this new field. Signed-off-by: Laurent Vivier <[EMAIL PROTECTED]> -- - [EM