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

Extended process IO counters (Win, Linux) #976

Closed
giampaolo opened this issue Feb 14, 2017 · 0 comments
Closed

Extended process IO counters (Win, Linux) #976

giampaolo opened this issue Feb 14, 2017 · 0 comments

Comments

@giampaolo
Copy link
Owner

giampaolo commented Feb 14, 2017

Process.io_counters() on Windows is currently not returning OtherOperationCount and OtherTransferCount metrics:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms684125(v=vs.85).aspx

On Linux we can return wchar and rchar, which is the number of bytes passed to write() and read() syscalls, see: https://www.kernel.org/doc/Documentation/filesystems/proc.txt

@giampaolo giampaolo changed the title Windows process IO counters: provide additional "other" metrics Extended process IO counters Feb 14, 2017
@giampaolo giampaolo reopened this Feb 14, 2017
@giampaolo giampaolo changed the title Extended process IO counters Extended process IO counters (Win, Linux) Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant