Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace HostTopProcesses

Top Processes metric for the host

Properties

Optional command

command: undefined | string

Command line executed for the process

Optional cpuUsageInSeconds

cpuUsageInSeconds: undefined | number

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

Optional cpuUtilizationPercent

cpuUtilizationPercent: undefined | number

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

Optional memoryUtilizationPercent

memoryUtilizationPercent: undefined | number

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

Const metricName

metricName: string = "HOST_TOP_PROCESSES"

Optional physicalMemoryInMBs

physicalMemoryInMBs: undefined | number

Physical memory in megabytes Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional pid

pid: undefined | number

process id Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional startTime

startTime: Date

Process Start Time Example: {@code "2020-03-31T00:00:00.000Z"}

timeCollected

timeCollected: Date

Collection timestamp Example: {@code "2020-05-06T00:00:00.000Z"}

Optional totalProcesses

totalProcesses: undefined | number

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

Optional userName

userName: undefined | string

User that started the process

Optional virtualMemoryInMBs

virtualMemoryInMBs: undefined | number

Virtual memory in megabytes Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj