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 (24.1.0.1001)
Syntax
public class SystemPerformanceInfo

The SystemPerformanceInfo type exposes the following members.

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.
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