System#
The system plugin gathers general stats on system load, uptime, and number of users logged in. It is similar to the unix uptime command.
- Configuration:
# Read metrics about system load & uptime
[[inputs.system]]
## Essential component for nJAMS Server. Do not modify!
tags = {type="server"}
- Example Output:
{
"fields": {
"load1": 0.01,
"load15": 0.19,
"load5": 0.1,
"n_cpus": 8,
"n_users": 2
},
"name": "system",
"tags": {
"host": "vslems01",
"id": "vslems01",
"type": "server"
},
"timestamp": 1576004540
}