SystemPerformanceInfoData Class

Base data contract object for returning an SystemPerformanceInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsSystemPerformanceInfoData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class SystemPerformanceInfoData : BaseDataContract

The SystemPerformanceInfoData type exposes the following members.

Constructors
  NameDescription
Public methodSystemPerformanceInfoData
Initializes a new instance of the SystemPerformanceInfoData class.
Top
Properties
  NameDescription
Public propertyPhysicalMemoryAvailableBytes
Gets the available amount of physical memory, in bytes.
Public propertyPhysicalMemoryTotalBytes
Gets the total amount of physical memory, in bytes.
Public propertyProcessCpuUsagePercent
Gets the CPU usage of the current process, as a percent.
Public propertyProcessMemoryUsageBytes
Gets the memory usage of the current process, in bytes.
Public propertyTotalCpuUsagePercent
Gets the total CPU usage, as a percent.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also