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 containerId

containerId: undefined | string

Container id if this process corresponds to a running container in the host

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 diskBytesRead

diskBytesRead: undefined | number

Bytes Read Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional diskBytesWritten

diskBytesWritten: undefined | number

Bytes Written Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional diskIops

diskIops: undefined | number

IO Transactions per second Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional diskIopsRead

diskIopsRead: undefined | number

Read transactions per second Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional diskIopsWritten

diskIopsWritten: undefined | number

Write transactions per second 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