Does SystemEDGE support monitoring disk I/O for a specific process?
To monitor Disk I/O for a process you can use the following attributes:
"Attempt to count the number of bytes which this process really did cause to be fetched from the storage layer. "
processOutBlks and processInBlks are UNIX only attributes, this is not supported on Windows OS.