Lines Matching refs:requests
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
26 read ticks milliseconds total wait time for read requests
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
30 write ticks milliseconds total wait time for write requests
31 in_flight requests number of I/Os currently in flight
33 time_in_queue milliseconds total wait time for all requests
57 These values count the number of milliseconds that I/O requests have
58 waited on this block device. If there are multiple I/O requests waiting,
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
68 requests that are in the queue but not yet issued to the device driver.
74 had I/O requests queued.
79 This value counts the number of milliseconds that I/O requests have waited
80 on this block device. If there are multiple I/O requests waiting, this
82 number of requests waiting (see "read ticks" above for an example).