Click or drag to resize

ProcessPerfDataConfig Class

Complements ProcessPerfDataInfo, assisting in determining which data columns to query.
Inheritance Hierarchy
SystemObject
  Xcalibur.Models.ProcessesProcessPerfDataConfig

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class ProcessPerfDataConfig : IProcessPerfDataConfig

The ProcessPerfDataConfig type exposes the following members.

Constructors
  NameDescription
Public methodProcessPerfDataConfig
Initializes a new instance of the ProcessPerfDataConfig class
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets a value indicating whether this ProcessPerfDataConfig is description.
Public propertyElapsedTime
Gets or sets a value indicating whether [elapsed time].
Public propertyHandleCount
Gets or sets a value indicating whether [handle count].
Public propertyIDProcess
Gets or sets a value indicating whether [ID process].
Public propertyIODataBytesPerSec
Gets or sets a value indicating whether [IO data bytes per sec].
Public propertyIODataOperationsPerSec
Gets or sets a value indicating whether [IO data operations per sec].
Public propertyIOOtherBytesPerSec
Gets or sets a value indicating whether [IO other bytes per sec].
Public propertyIOOtherOperationsPerSec
Gets or sets a value indicating whether [IO other operations per sec].
Public propertyIOReadBytesPerSec
Gets or sets a value indicating whether [IO read bytes per sec].
Public propertyIOReadOperationsPerSec
Gets or sets a value indicating whether [IO read operations per sec].
Public propertyIOWriteBytesPerSec
Gets or sets a value indicating whether [IO write bytes per sec].
Public propertyIOWriteOperationsPerSec
Gets or sets a value indicating whether [IO write operations per sec].
Public propertyName
Gets or sets a value indicating whether this ProcessPerfDataConfig is name.
Public propertyPageFaultsPerSec
Gets or sets a value indicating whether [page faults per sec].
Public propertyPageFileBytes
Gets or sets a value indicating whether [page file bytes].
Public propertyPageFileBytesPeak
Gets or sets a value indicating whether [page file bytes peak].
Public propertyPercentPrivilegedTime
Gets or sets a value indicating whether [percent privileged time].
Public propertyPercentProcessorTime
Gets or sets a value indicating whether [percent processor time].
Public propertyPercentUserTime
Gets or sets a value indicating whether [percent user time].
Public propertyPoolNonpagedBytes
Gets or sets a value indicating whether [pool nonpaged bytes].
Public propertyPoolPagedBytes
Gets or sets a value indicating whether [pool paged bytes].
Public propertyPriorityBase
Gets or sets a value indicating whether [priority base].
Public propertyPrivateBytes
Gets or sets a value indicating whether [private bytes].
Public propertyThreadCount
Gets or sets a value indicating whether [thread count].
Public propertyTimestamp_Sys100NS
Gets or sets a value indicating whether [timestamp sys100 NS].
Public propertyVirtualBytes
Gets or sets a value indicating whether [virtual bytes].
Public propertyVirtualBytesPeak
Gets or sets a value indicating whether [virtual bytes peak].
Public propertyWorkingSet
Gets or sets a value indicating whether [working set].
Public propertyWorkingSetPeak
Gets or sets a value indicating whether [working set peak].
Public propertyWorkingSetPrivate
Gets or sets a value indicating whether [working set private].
Public propertyWorkingSetShared
Gets or sets a value indicating whether [working set shared].
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also