Lines Matching full:field
47 the above example, the first field of statistics would be 446216.
53 All fields except field 9 are cumulative since boot. Field 9 should
59 machine) as noted per-field below. Unless your observations are very
65 Field 1 -- # of reads completed (unsigned long)
68 Field 2 -- # of reads merged, field 6 -- # of writes merged (unsigned long)
72 as only one I/O. This field lets you know how often this was done.
74 Field 3 -- # of sectors read (unsigned long)
77 Field 4 -- # of milliseconds spent reading (unsigned int)
81 Field 5 -- # of writes completed (unsigned long)
84 Field 6 -- # of writes merged (unsigned long)
85 See the description of field 2.
87 Field 7 -- # of sectors written (unsigned long)
90 Field 8 -- # of milliseconds spent writing (unsigned int)
94 Field 9 -- # of I/Os currently in progress (unsigned int)
95 The only field that should go to zero. Incremented as requests are
98 Field 10 -- # of milliseconds spent doing I/Os (unsigned int)
99 This field increases so long as field 9 is nonzero.
101 Since 5.0 this field counts jiffies when at least one request was
105 Field 11 -- weighted # of milliseconds spent doing I/Os (unsigned int)
106 This field is incremented at each I/O start, I/O completion, I/O
108 (field 9) times the number of milliseconds spent doing I/O since the
109 last update of this field. This can provide an easy measure of both
112 Field 12 -- # of discards completed (unsigned long)
115 Field 13 -- # of discards merged (unsigned long)
116 See the description of field 2
118 Field 14 -- # of sectors discarded (unsigned long)
121 Field 15 -- # of milliseconds spent discarding (unsigned int)
125 Field 16 -- # of flush requests completed
131 Field 17 -- # of milliseconds spent flushing
161 Field 1 -- # of reads issued
164 Field 2 -- # of sectors read
168 Field 3 -- # of writes issued
171 Field 4 -- # of sectors written