diff options
author | Shailabh Nagar <nagar@watson.ibm.com> | 2006-07-14 03:24:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-15 00:53:57 -0400 |
commit | a3baf649ca9ca0a96fba538f03b0f17c043b755c (patch) | |
tree | 6022cb01cd494f59dd474030f2d9980413000036 /Documentation/accounting/taskstats.txt | |
parent | 6f44993fe1d7b2b097f6ac60cd5835c6f5ca0874 (diff) |
[PATCH] per-task-delay-accounting: documentation
Some documentation for delay accounting.
Signed-off-by: Shailabh Nagar <nagar@watson.ibm.com>
Signed-off-by: Balbir Singh <balbir@in.ibm.com>
Cc: Jes Sorensen <jes@sgi.com>
Cc: Peter Chubb <peterc@gelato.unsw.edu.au>
Cc: Erich Focht <efocht@ess.nec.de>
Cc: Levent Serinol <lserinol@gmail.com>
Cc: Jay Lan <jlan@engr.sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/accounting/taskstats.txt')
-rw-r--r-- | Documentation/accounting/taskstats.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/accounting/taskstats.txt b/Documentation/accounting/taskstats.txt index ad9b6997e162..acc6b4f37fc7 100644 --- a/Documentation/accounting/taskstats.txt +++ b/Documentation/accounting/taskstats.txt | |||
@@ -39,6 +39,8 @@ belongs (the task does not need to be the thread group leader). The need for | |||
39 | per-tgid stats to be sent for each exiting task is explained in the per-tgid | 39 | per-tgid stats to be sent for each exiting task is explained in the per-tgid |
40 | stats section below. | 40 | stats section below. |
41 | 41 | ||
42 | getdelays.c is a simple utility demonstrating usage of the taskstats interface | ||
43 | for reporting delay accounting statistics. | ||
42 | 44 | ||
43 | Interface | 45 | Interface |
44 | --------- | 46 | --------- |