Lines Matching refs:of
4 This file documents the contents of the /sys/block/<dev>/stat file.
6 The stat file provides several statistics about the state of block
12 represent a consistent snapshot of the state of the device. If the
14 each, it would be impossible to guarantee that a set of readings
17 The stat file consists of a single line of text containing 11 decimal
23 read I/Os requests number of read I/Os processed
24 read merges requests number of read I/Os merged with in-queue I/O
25 read sectors sectors number of sectors read
27 write I/Os requests number of write I/Os processed
28 write merges requests number of write I/Os merged with in-queue I/O
29 write sectors sectors number of sectors written
31 in_flight requests number of I/Os currently in flight
34 discard I/Os requests number of discard I/Os processed
35 discard merges requests number of discard I/Os merged with in-queue I/O
36 discard sectors sectors number of sectors discarded
53 These values count the number of sectors read from, written to, or
61 These values count the number of milliseconds that I/O requests have
64 example, if 60 read requests wait for an average of 30 ms, the read_ticks
70 This value counts the number of I/O requests that have been issued to
77 This value counts the number of milliseconds during which the device has
83 This value counts the number of milliseconds that I/O requests have waited
85 value will increase as the product of the number of milliseconds times the
86 number of requests waiting (see "read ticks" above for an example).