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
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
The text was updated successfully, but these errors were encountered:
57745cf
#976 / Linux / Process.io_counters(): return also read_chars and writ…
deb5ec3
…e_chars fields
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: