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
49 These values count the number of sectors read from or written to this
57 These values count the number of milliseconds that I/O requests have
60 example, if 60 read requests wait for an average of 30 ms, the read_ticks
66 This value counts the number of I/O requests that have been issued to
73 This value counts the number of milliseconds during which the device has
79 This value counts the number of milliseconds that I/O requests have waited
81 value will increase as the product of the number of milliseconds times the
82 number of requests waiting (see "read ticks" above for an example).