Lines Matching refs:time

12 weight time based division of disk policy. It is implemented in CFQ. Hence
62 much disk time (in milliseconds), each group got and how many sectors each
63 group dispatched to the disk. We provide fairness in terms of disk time, so
184 - blkio.time
185 - disk time allocated to cgroup per device in milliseconds. First
187 third field specifies the disk time allocated to group in
211 - Total amount of time between request dispatch and request completion
214 this time represents the actual service time. When queue_depth > 1,
216 may cause the service time for a given IO to include the service time
218 io_service_time > actual time elapsed. This time is further divided by
225 - Total amount of time the IOs for this cgroup spent waiting in the
226 scheduler queues for service. This can be greater than the total time
228 measure of total time the cgroup spent waiting but rather a measure of
230 this metric does not include the time spent waiting for service once
232 (there might be a time lag here due to re-ordering of requests by the
234 devices too. This time is further divided by the type of operation -
251 The average queue size for this cgroup over the entire time of this
252 cgroup's existence. Queue size samples are taken each time one of the
257 This is the amount of time the cgroup had to wait since it became busy
260 cumulative total of the amount of time spent by each IO in that cgroup
263 will only report the group_wait_time accumulated till the last time it
268 This is the amount of time a cgroup spends without any pending
269 requests when not being served, i.e., it does not include any time
273 time it had a pending request and will not include the current delta.
277 This is the amount of time spent by the IO scheduler idling for a
362 terms of disk time.