hohooss
(iG)
April 7, 2021, 2:28pm
1
I have the following linux server specs and get the CPU load from two different fields, as shown further below:
# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 48
system.cpu.system.pct
system.load.1
My concern is that I get different results from these two fields:
what is the most optimum way of measuring the load of the linux server? the field 'system.load.1' looks proper when running top command.
thank you.
jportner
(Joe Portner)
April 7, 2021, 5:30pm
2
These System fields are described in the Metricbeat documentation :
system.cpu.system.pct
The percentage of CPU time spent in kernel space.
type: scaled_float
format: percent
...
system.load.1
Load average for the last minute.
type: scaled_float
They are really two totally different metrics. I don't think either is better or more optimal than the other one.
hohooss
(iG)
April 7, 2021, 7:29pm
3
how can the first one be measured on the fly? is there any command that shows that ? for example the 'system.load.1' can be viewed by top.
system
(system)
Closed
May 5, 2021, 7:30pm
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.