Skip to content
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

Incorrect I/O in process bar #164

Closed
ClementTsang opened this issue May 21, 2020 · 0 comments
Closed

Incorrect I/O in process bar #164

ClementTsang opened this issue May 21, 2020 · 0 comments
Assignees
Labels
bug Something isn't working the way that is expected.

Comments

@ClementTsang
Copy link
Owner

Describe the bug

A clear and concise description of what the bug is and what the expected behaviour was. If applicable, add screenshots to help explain your problem:

Note that this is already fixed in this commit; I'm filing this for documentation purposes.

The problem was that the R/s, W/S, total read, and total write columns were pulling the wrong data from /proc/<PID>/io in Linux systems.

This did not affect macOS or Windows since I use a library for that, but I write my own harvesters for Linux.

@ClementTsang ClementTsang added the bug Something isn't working the way that is expected. label May 21, 2020
@ClementTsang ClementTsang self-assigned this May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working the way that is expected.
Projects
None yet
Development

No branches or pull requests

1 participant