Click or drag to resize

performanceResourcesTake Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  imbACE.Core.data.measurementperformanceTake
    imbACE.Core.data.measurementperformanceResourcesTake

Namespace:  imbACE.Core.data.measurement
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class performanceResourcesTake : performanceTake, 
	IPerformanceTake
Request Example View Source

The performanceResourcesTake type exposes the following members.

Constructors
  NameDescription
Public methodperformanceResourcesTake
Initializes a new instance of the performanceResourcesTake class
Top
Properties
  NameDescription
Public propertyavailableMemory
Public propertybytesLoadedSample
Public propertybytesLoadedTotal
Public propertycpuRateOfProcess
Public propertydiskRead
Public propertydiskWrite
Public propertydlcCanceled
Public propertydlcRunning
Public propertydlcWaiting
Public propertyid (Inherited from performanceTake.)
Public propertyidk (Inherited from performanceTake.)
Public propertypagedMemory
Public propertypageLoadsRealSample
Public propertypageLoadsRealTotal
Public propertyPerMinuteFactor
Multiplier to convert reading into n per minute value. mK = 60 / secondsSinceLastTake
(Inherited from performanceTake.)
Public propertyphysicalMemory
Public propertyreading
Primary reading value
(Inherited from performanceTake.)
Public propertysamplingTime
Time of take creation
(Inherited from performanceTake.)
Public propertysecondsSinceLastTake
(Inherited from performanceTake.)
Public propertytotalMemory
Public propertyvirtualMemory
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also