mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
type: object
|
|
description:
|
|
This section describes the current state of the OS running on the device.
|
|
properties:
|
|
load:
|
|
type: array
|
|
description:
|
|
This array hold 3 values describing the average system load for the last
|
|
1, 5 and 15 minutes.
|
|
items:
|
|
type: number
|
|
cpu_load:
|
|
type: array
|
|
description:
|
|
This array hold the total and per core load in percentage.
|
|
items:
|
|
type: number
|
|
localtime:
|
|
type: number
|
|
description:
|
|
This property contains the current unix time of the device.
|
|
memory:
|
|
type: object
|
|
description:
|
|
This section describes the current memory uasge of the device.
|
|
properties:
|
|
free:
|
|
type: number
|
|
description:
|
|
The amount of free memory.
|
|
total:
|
|
type: number
|
|
description:
|
|
The total amount of memory.
|
|
cached:
|
|
type: number
|
|
description:
|
|
The total amount of cached memory.
|
|
buffered:
|
|
type: number
|
|
description:
|
|
The total amount of buffered memory.
|
|
uptime:
|
|
type: number
|
|
description:
|
|
The number of seconds since the unit last booted.
|
|
temperature:
|
|
description:
|
|
The average and maximum thermal reading from the CPU.
|
|
type: array
|
|
items:
|
|
type: number
|
|
boottime:
|
|
type: number
|
|
description:
|
|
This property contains the current unix time of the device.
|
|
|