SystemPerformanceInfoData Class |
Namespace: Dundas.BI.WebApi.Models
The SystemPerformanceInfoData type exposes the following members.
Name | Description | |
---|---|---|
![]() | SystemPerformanceInfoData |
Initializes a new instance of the SystemPerformanceInfoData class.
|
Name | Description | |
---|---|---|
![]() | PhysicalMemoryAvailableBytes | Gets the available amount of physical memory, in bytes. |
![]() | PhysicalMemoryTotalBytes | Gets the total amount of physical memory, in bytes. |
![]() | ProcessCpuUsagePercent | Gets the CPU usage of the current process, as a percent. |
![]() | ProcessMemoryUsageBytes | Gets the memory usage of the current process, in bytes. |
![]() | TotalCpuUsagePercent | Gets the total CPU usage, as a percent. |
![]() | UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |