ProcessPerfDataInfoIOOtherOperationsPerSec Property |
Win32_PerfFormattedData_PerfProc_Process: Rate at which the process is issuing I/O
operations that are neither read nor write operations. An example of this type of operation
would be a control function. 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 IOOtherOperationsPerSec { get; set; }
<DataMemberAttribute>
Public Property IOOtherOperationsPerSec As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long IOOtherOperationsPerSec {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract IOOtherOperationsPerSec : int64 with get, set
[<DataMemberAttribute>]
override IOOtherOperationsPerSec : int64 with get, set
Property Value
Type:
Int64
The IO other operations per sec.
Implements
IProcessPerfDataInfoIOOtherOperationsPerSecSee Also