Click or drag to resize

ProcessPerfDataInfoIOWriteBytesPerSec Property

Win32_PerfFormattedData_PerfProc_Process: Rate at which the process is writing bytes to I/O 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
[DataMemberAttribute]
public long IOWriteBytesPerSec { get; set; }

Property Value

Type: Int64
The IO write bytes per sec.

Implements

IProcessPerfDataInfoIOWriteBytesPerSec
See Also