TestimoX

API Reference

Class

SystemMetricsInfo

Namespace ComputerX.Diagnostics
Assembly ComputerX

Holds system metrics information.

Inheritance

  • Object
  • SystemMetricsInfo

Constructors

Properties

public String ComputerName { get; set; } #

Name of the computer the metrics belong to.

public Double CpuLoadPercentage { get; set; } #

Average CPU utilization percentage across processors.

public Int64 TotalPhysicalMemory { get; set; } #

Total physical memory in bytes.

public Int64 FreePhysicalMemory { get; set; } #

Free physical memory in bytes.

public Double MemoryUsagePercentage { get; } #

Calculated memory usage percentage.