-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
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
Add disk I/O usage (on disk directly, not process) #304
Comments
Is there still interest in this? I'm currently doing some work on implementing it for Linux/macOS/Windows https://github.com/ClementTsang/bottom anyways, so I can port over some of that code if you want. My only question is whether we also need implementations/dummy implementations for the other supported OSes. |
I'm definitely interested. From what you wrote, you don't plan to add FreeBSD but it's fine, I can add the missing parts. |
Any plans to add this in the short term? |
Unless someone steps up and does it, no. I'm too busy to be able to look into implementing this feature. |
Sounds good, I will try to put a PR in a few days. |
Awesome, thanks! |
It's now done. Thanks everyone! |
On windows it can be done as follow (from @retep998):
On linux, it can be retrieved from
/proc/diskstats
.The text was updated successfully, but these errors were encountered: