Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MonitoringApiResult

A result of a 'createMonitoringApiResult()' function call.

Hierarchy

  • MonitoringApiResult

Index

Properties

cpu_load

cpu_load: number

The CPU usage in percentage.

Optional database_connected

database_connected: boolean

Indicates if a database connection is established or available.

disk_space

disk_space: number

The total disk space, in bytes.

disk_space_used

disk_space_used: number

The total disk space in use, in bytes.

ram

ram: number

The total ram, in bytes.

ram_used

ram_used: number

The ram in use, in bytes.

Optional version

Information about the version of the app.

Generated using TypeDoc