dundas.admin.SystemPerformanceInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.admin.SystemPerformanceInfo
 

Constructors

 
  Name Description
init Initializes the SystemPerformanceInfo. Called during construction.
 
 

Properties

 
  Name Description
physicalMemoryAvailableBytes Gets or sets the available amount of physical memory, in bytes.
physicalMemoryTotalBytes Gets or sets the total amount of physical memory, in bytes.
processCpuUsagePercent Gets or sets the CPU usage of the current process, as a percent.
processMemoryUsageBytes Gets or sets the memory usage of the current process, in bytes.
totalCpuUsagePercent Gets or sets the total CPU usage, as a percent.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.