Need to understand metricbeat cpu metrics

Hi,

I have set metricbeat to for CPU and Memory utilization .After running metricbeat conf through logstash this I am getting below kind of data :
"system" => {
"cpu" => {
"softirq" => {
"pct" => 0
},
"irq" => {
"pct" => 0
},
"total" => {
"pct" => 2.0719
},
"system" => {
"pct" => 1.4672
},
"user" => {
"pct" => 0.6047
},
"iowait" => {
"pct" => 0
},
"nice" => {
"pct" => 0
},
"cores" => 4,
"steal" => {
"pct" => 0
},
"idle" => {
"pct" => 1.9281
}
}

as I understand actually CPU utilization is: system.cpu.total.pct but I did not understand 2.0719 value.To show in % do we need to multiply by 100 or not and also this value is for all cores available in system.

Please clear me abt this doubt.

Perhaps this question is better suited for the Beats category? It's not really a Logstash question.

Hi,

Can anyone help me in this.

Thanks,

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.