SystemPerformanceInfo Class

Contains information about the performance status of the system (e.g. CPU and memory usage).
Inheritance Hierarchy
SystemObject
  Dundas.BISystemPerformanceInfo

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class SystemPerformanceInfo

The SystemPerformanceInfo type exposes the following members.

Properties
 NameDescription
Public propertyPhysicalMemoryAvailableBytesGets the available amount of physical memory, in bytes.
Public propertyPhysicalMemoryTotalBytesGets the total amount of physical memory, in bytes.
Public propertyProcessCpuUsagePercentGets the CPU usage of the current process, as a percent.
Public propertyProcessMemoryUsageBytesGets the memory usage of the current process, in bytes.
Public propertyTotalCpuUsagePercentGets the total CPU usage, as a percent.
Top
Remarks
In some cases, certain values may not be able to be determined, and will return a value of -1. This is typically because the Windows identity associated with the process is not a member of the "Performance Monitor Users" group on the Dundas server.
See Also