Lines Matching full:requests

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
32 read ticks milliseconds total wait time for read requests
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
36 write ticks milliseconds total wait time for write requests
37 in_flight requests number of I/Os currently in flight
39 time_in_queue milliseconds total wait time for all requests
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
43 discard ticks milliseconds total wait time for discard requests
44 flush I/Os requests number of flush I/Os processed
45 flush ticks milliseconds total wait time for flush requests
58 Block layer combines flush requests and executes at most one at a time.
59 This counts flush requests executed by disk. Not tracked for partitions.
78 These values count the number of milliseconds that I/O requests have
79 waited on this block device. If there are multiple I/O requests waiting,
81 example, if 60 read requests wait for an average of 30 ms, the read_ticks
87 This value counts the number of I/O requests that have been issued to
89 requests that are in the queue but not yet issued to the device driver.
95 had I/O requests queued.
100 This value counts the number of milliseconds that I/O requests have waited
101 on this block device. If there are multiple I/O requests waiting, this
103 number of requests waiting (see "read ticks" above for an example).