From e226431b79ff70a3401bab9e528ca563a1ab25f4 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Mon, 11 Nov 2013 15:52:03 +0100 Subject: [PATCH] pidstat: Updated manual page Update pidstat manual page to document the new metric added to "pidstat -d" (block I/O delays). Signed-off-by: Sebastien GODARD --- man/pidstat.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man/pidstat.1 b/man/pidstat.1 index f75a9c9..f36657c 100644 --- a/man/pidstat.1 +++ b/man/pidstat.1 @@ -1,4 +1,4 @@ -.TH PIDSTAT 1 "SEPTEMBER 2013" Linux "Linux User's Manual" -*- nroff -*- +.TH PIDSTAT 1 "NOVEMBER 2013" Linux "Linux User's Manual" -*- nroff -*- .SH NAME pidstat \- Report statistics for Linux tasks. .SH SYNOPSIS @@ -104,6 +104,14 @@ dirty pagecache. In this case, some IO which another task has been accounted for will not be happening. .RE +.B iodelay +.RS +Block I/O delay of the task being monitored, +measured in clock ticks. This metric includes the delays spent +waiting for sync block I/O completion and for swapin block I/O +completion. +.RE + .B Command .RS The command name of the task. -- 2.40.0