mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
status: fix typo
This commit is contained in:
parent
f8f8405b05
commit
1934766664
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public:
|
|||
"system",
|
||||
"cores_configured", get_nprocs_conf(),
|
||||
"cores", get_nprocs(),
|
||||
"procecces", (json_int_t) sinfo.procs,
|
||||
"processes", (json_int_t) sinfo.procs,
|
||||
"uptime", (json_int_t) sinfo.uptime,
|
||||
"load",
|
||||
f_load * sinfo.loads[0],
|
||||
|
|
Loading…
Add table
Reference in a new issue