Am I right in assuming that if the io_tokens value is positive then I'm not actively being limited?
For example, on my idle machine:
Code:
io_count=25139840 io_rate=0 io_tokens=200000 token_refill=512 token_max=200000
Clearly I'm not doing much I/O and so no problems.
But if it says
Code:
io_count=25142137 io_rate=166 io_tokens=199933 token_refill=512 token_max=200000
then would the limiter kick in?
Can the io_rate ever go above token_refill?
In my sporadic checking I've never seen io_rate go above 300, but I just wanted to make sure I have the details correct in my own mind
