This post is more than 5 years old
1 Rookie
•
90 Posts
0
950
October 9th, 2019 01:00
isi statistics - node.load.1min
Hello,
Does anybody have a description of what the following isilon statistic means? I am unable to find any documentation that provides a description of it:
# isi statistics query current --nodes=1,2,3 --stats=node.load.1min
Node node.load.1min
-----------------------
1 71
2 80
3 77
average 76
-----------------------
Total: 4
#
Rgds
No Events found!



Peter_Sero
4 Operator
•
1.2K Posts
0
October 9th, 2019 06:00
It's the 'system load' averaged over 1 minute. Also available as 5min and 15min;
see the standard UNIX command 'uptime', also available in a OneFS login shell.
Basically it reports the number of running processes. So a load value of 10
means 10 processes are running, and each process receives a share of 1/10 of
available CPU cycles. Processes with lots of kernel activity might be weighed higher,
the specifics of which are somewhat mysterious and different on various flavours
of UNIX (Linux, *BSD).
hth
-- Peter