All of lore.kernel.org
 help / color / mirror / Atom feed
* /proc 2.6.24 changes for guest CPU accounting
@ 2008-06-22  7:31 Michael Kerrisk
  2008-06-23  8:28 ` Christian Borntraeger
  2008-06-23  8:48 ` Laurent Vivier
  0 siblings, 2 replies; 8+ messages in thread
From: Michael Kerrisk @ 2008-06-22  7:31 UTC (permalink / raw)
  To: Laurent Vivier; +Cc: Samuel Thibault, ap, lkml, Ingo Molnar

Hi Laurent,

A note and patch from Samuel alerted me to your commits
9ac52315d4cf5f561f36dabaf0720c00d3553162 and
5e84cfde51cf303d368fcb48f22059f37b3872de, which in 2.6.24 changed /proc/stat
and /proc/PID/stat.  Would you please CC me on kernel-userspace interface
changes, so that they have a chance of getting documented in man-pages.

(I see that Andrew P tried to get something added to
Documentation/filesystems/proc.txt, but that doesn't seem to have made it in.)

Below is a patch against the proc.5 man page by Samuel and I to document these
changes.  Do the changes look okay to you?  The first part is the change for
/proc/<pid>/stat, and the other is for /proc/stat.

Cheers,

Michael



===================================================================
--- proc.5      (revision 4046)
+++ proc.5      (working copy)
@@ -753,6 +753,13 @@
  .TP
  \fIdelayacct_blkio_ticks\fP %llu (since Linux 2.6.18)
  Aggregated block I/O delays, measured in clock ticks (centiseconds).
+.TP
+\fIguest_time\fP %lu (since Linux 2.6.24)
+Guest time of the process (time spent running a virtual CPU
+for a guest operating system), in centiseconds.
+.TP
+\fIcguest_time\fP %ld (since Linux 2.6.24)
+Guest time of the process's children, in centiseconds.
  .RE
  .TP
  .I /proc/[number]/statm
@@ -1510,6 +1517,12 @@
  .I steal
  \- stolen time, which is the time spent in other operating systems when
  running in a virtualized environment
+
+Since Linux 2.6.24, there is a ninth column,
+.IR guest ,
+which is the time spent running a virtual CPU for guest
+operating systems under teh control of the Linux kernel.
+.\" See Changelog entry for 5e84cfde51cf303d368fcb48f22059f37b3872de
  .TP
  \fIpage 5741 1808\fP
  The number of pages the system paged in and the number that were paged




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-06-25  3:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-22  7:31 /proc 2.6.24 changes for guest CPU accounting Michael Kerrisk
2008-06-23  8:28 ` Christian Borntraeger
2008-06-23  8:48 ` Laurent Vivier
2008-06-23 10:51   ` Michael Kerrisk
2008-06-24 12:39     ` AP
2008-06-24 12:43     ` [PATCH] Documentation: add descs for guest fields in stat procfs files AP
2008-06-24 20:38       ` Laurent Vivier
2008-06-25  3:28       ` Michael Kerrisk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.