1
0
Fork 0
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:
Steffen Vogel 2021-10-04 21:31:02 +02:00
parent f8f8405b05
commit 1934766664

View file

@ -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],