Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TopProcessesUsage

Aggregated data for top processes on a specific date.

Properties

command

command: string

Command line and arguments used to launch process.

cpuUsage

cpuUsage: number

Process CPU usage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

cpuUtilization

cpuUtilization: number

Process CPU utilization percentage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

maxProcessCount

maxProcessCount: number

Maximum number of processes running at time of collection. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

memoryUtilization

memoryUtilization: number

Process memory utilization percentage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

physicalMemoryInMBs

physicalMemoryInMBs: number

Procress physical memory in Megabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

processHash

processHash: string

Unique identifier for a process.

virtualMemoryInMBs

virtualMemoryInMBs: number

Process virtual memory in Megabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj