Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace HostIoUsage

Host IO Performance Metrics

Properties

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.

Const metricName

metricName: string = "HOST_IO_USAGE"

Optional mountPoint

mountPoint: undefined | string

Mount point

timeCollected

timeCollected: Date

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

Methods

getDeserializedJsonObj

getJsonObj