dispatcher.IHostOverview - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Interface: IHostOverview

dispatcher.IHostOverview

Hierarchy

  • IHost

    IHostOverview

Properties

cores

cores: number

Number of Cores

Author

M.Karkowski

Inherited from

IHost.cores


cpu

cpu: Object

Some Details about the Model

Author

M.Karkowski

Type declaration

Name Type
model string
speed number
usage number

Inherited from

IHost.cpu


dispatchers

dispatchers: { id: string ; pid: string | number }[]


instances

instances: INopeModuleDescription[]


name

name: string

Inherited from

IHost.name


os

os: string

Inherited from

IHost.os


ram

ram: Object

Type declaration

Name Type
free number
total number
usedPerc number

Inherited from

IHost.ram


services

services: { name: string ; schema: INopeDescriptor }[]