IProcessPerfDataInfoIOOtherBytesPerSec Property |
Win32_PerfFormattedData_PerfProc_Process: Rate at which the process is issuing bytes to
I/O operations that do not involve data such as control operations. This property counts
all I/O activity generated by the process, including file, network, and device I/O
operations.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long IOOtherBytesPerSec { get; set; }
Property IOOtherBytesPerSec As Long
Get
Set
property long long IOOtherBytesPerSec {
long long get ();
void set (long long value);
}
abstract IOOtherBytesPerSec : int64 with get, set
Property Value
Type:
Int64
The IO other bytes per sec.
See Also