[Devel] [PATCH -mm 6/6] export per-task i/o throttling statistics to userspace

2008-10-07 Thread Andrea Righi
Export the throttling statistics collected for each task through /proc/PID/io-throttle-stat. Example: $ cat /proc/$$/io-throttle-stat 0 0 0 0 ^ ^ ^ ^ \ \ \ \_global iops sleep (in clock ticks) \ \ \__global iops counter \ \___global bandwidth sleep (in clock ticks)

[Devel] [PATCH -mm 6/6] export per-task i/o throttling statistics to userspace

2008-09-17 Thread Andrea Righi
Export the throttling statistics collected for each task through /proc/PID/io-throttle-stat: - total number of delayed I/O request - total amount of time in clock ticks spent to wait for the delayed requests Signed-off-by: Andrea Righi [EMAIL PROTECTED] --- fs/proc/base.c | 15