Skip to content

Extended process IO counters (Win, Linux) #976

Closed
@giampaolo

Description

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

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions