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
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
37 discard ticks milliseconds total wait time for discard requests
61 These values count the number of milliseconds that I/O requests have
62 waited on this block device. If there are multiple I/O requests waiting,
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
72 requests that are in the queue but not yet issued to the device driver.
78 had I/O requests queued.
83 This value counts the number of milliseconds that I/O requests have waited
84 on this block device. If there are multiple I/O requests waiting, this
86 number of requests waiting (see "read ticks" above for an example).