Closed
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