Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OperatingSystem

Operating System of the platform on which the Java Runtime was reported.

Properties

architecture

architecture: string

The architecture of the operating system as provided by the Java system property os.arch.

family

family: OsFamily

The operating system type, such as Windows or Linux

Optional managedInstanceCount

managedInstanceCount: undefined | number

Number of instances running the operating system. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

name

name: string

The name of the operating system as provided by the Java system property os.name.

version

version: string

The version of the operating system as provided by the Java system property os.version.

Functions

getDeserializedJsonObj

getJsonObj