Lines Matching refs:of

5 This file documents the contents of the /sys/block/<dev>/stat file.
7 The stat file provides several statistics about the state of block
16 represent a consistent snapshot of the state of the device. If the
18 each, it would be impossible to guarantee that a set of readings
21 The stat file consists of a single line of text containing 11 decimal
29 read I/Os requests number of read I/Os processed
30 read merges requests number of read I/Os merged with in-queue I/O
31 read sectors sectors number of sectors read
33 write I/Os requests number of write I/Os processed
34 write merges requests number of write I/Os merged with in-queue I/O
35 write sectors sectors number of sectors written
37 in_flight requests number of I/Os currently in flight
40 discard I/Os requests number of discard I/Os processed
41 discard merges requests number of discard I/Os merged with in-queue I/O
42 discard sectors sectors number of sectors discarded
60 These values count the number of sectors read from, written to, or
68 These values count the number of milliseconds that I/O requests have
71 example, if 60 read requests wait for an average of 30 ms, the read_ticks
77 This value counts the number of I/O requests that have been issued to
84 This value counts the number of milliseconds during which the device has
90 This value counts the number of milliseconds that I/O requests have waited
92 value will increase as the product of the number of milliseconds times the
93 number of requests waiting (see "read ticks" above for an example).