Base for all structures

Hierarchy (view full)

Constructors

Properties

appId: string

Your app id

constructor: Constructor<AppStatus>
container: string

Status of your application

  • It can be Online or Offline for example
cpu: string

CPU usage as percentage

discloudApp: DiscloudApp
lastRestart: string

Relative time of the last restart

memory: string

RAM usage

memoryUsage: number

Percentage of memory usage

netIO: ApiNetIO

Internet usage

ssd: string

Storage space

startedAt: Date

Date of your application has started

startedAtTimestamp: number

Timestamp of when your app started

Accessors

Methods