Constructors

Properties

cluster_id: string

ID of the cluster associated with the process

cpu_usage: number

Current CPU usage of the process

id: string

Unique identifier of the application

last_exit_code: number

Last exit code of the process

launch_count: number

Number of times this process has been launched

launch_time: number

Time that the latest instance of the process launched

memory_total: number

Total amount of available memory on the host in KB

memory_usage: number

Total amount of memory used by the process in KB

module_instances: number

Number if modules instances running in this process

modules: readonly string[]

List of module IDs that are running in this process

running: boolean

Whether the process is running

total_memory: string

Display string for the memory total

used_memory: string

Display string for the memory usage