diff options
author | David P Hilton <david.hilton.p@gmail.com> | 2013-02-20 18:44:28 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-29 09:18:50 -0400 |
commit | 69963a072cc6b6c24ae12355e71584e05e13ee45 (patch) | |
tree | 222f8fc522abf59c7e6b9022c4ac1c153ba5c523 /Documentation/iostats.txt | |
parent | 7f5281ae8a8e7f86780af2b5cf58e292bb85f38e (diff) |
iostats.txt: add easy-to-find description for field 6
iostats.txt has a merged description of fields 2 and 6, but it's not obvious.
This patch adds a field 6, pointing to the merged description of field 6 in
field 2.
Signed-off-by: David Hilton <david.hilton.p@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/iostats.txt')
-rw-r--r-- | Documentation/iostats.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/iostats.txt b/Documentation/iostats.txt index c76c21d87e85..65f694f2d1c9 100644 --- a/Documentation/iostats.txt +++ b/Documentation/iostats.txt | |||
@@ -71,6 +71,8 @@ Field 4 -- # of milliseconds spent reading | |||
71 | measured from __make_request() to end_that_request_last()). | 71 | measured from __make_request() to end_that_request_last()). |
72 | Field 5 -- # of writes completed | 72 | Field 5 -- # of writes completed |
73 | This is the total number of writes completed successfully. | 73 | This is the total number of writes completed successfully. |
74 | Field 6 -- # of writes merged | ||
75 | See the description of field 2. | ||
74 | Field 7 -- # of sectors written | 76 | Field 7 -- # of sectors written |
75 | This is the total number of sectors written successfully. | 77 | This is the total number of sectors written successfully. |
76 | Field 8 -- # of milliseconds spent writing | 78 | Field 8 -- # of milliseconds spent writing |