We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the disk module what exactly does "IOTime" indicate?
Is this a total amount of time spent in disk IO (i.e. read time + write time)?
The text was updated successfully, but these errors were encountered:
on Linux, that value comes from /proc/diskstats and iotime is time spent doing I/Os. see here . It includes read and write, I think.
/proc/diskstats
time spent doing I/Os
(IOTime is not implemented on other platform)
Sorry, something went wrong.
I've opened #232 which adds the metric for FreeBSD.
Since #232 is merged, I close this issue. Thank you for your contribution!
No branches or pull requests
In the disk module what exactly does "IOTime" indicate?
Is this a total amount of time spent in disk IO (i.e. read time + write time)?
The text was updated successfully, but these errors were encountered: