# Get Metricbeat Values for CPU Load system.cpu.total.pct from 1-100% instead of Cores\*CPULoad

**URL:** https://discuss.elastic.co/t/get-metricbeat-values-for-cpu-load-system-cpu-total-pct-from-1-100-instead-of-cores-cpuload/170310
**Category:** Kibana
**Created:** [February 28, 2019, 9:58am UTC](https://discuss.elastic.co/t/get-metricbeat-values-for-cpu-load-system-cpu-total-pct-from-1-100-instead-of-cores-cpuload/170310 "2019-02-28T09:58:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Simon\_Becker](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/simon_becker/32/87100_2.png) [@Simon\_Becker](https://discuss.elastic.co/u/Simon_Becker)
#### Post date: [February 28, 2019, 9:58am UTC](https://discuss.elastic.co/t/get-metricbeat-values-for-cpu-load-system-cpu-total-pct-from-1-100-instead-of-cores-cpuload/170310/1 "2019-02-28T09:58:08Z")

</div>

Hi,

I want to monitor my CPU Load from Windows Servers, unfortunately I get Values above 100%.  
Also Kibana is not showing percent values, instead it is showing the decimal values.

It seems like metricbeat is calculating the load as load\*cores.  
Is there anyone who knows how to get values between 1-100%?

I don't know how to alert this, if every server has different amount of cores. I cannot define alerts if there are always different max values. (Screenshot shows a 2 core system with 100% load)

 ![grafik](https://us1.discourse-cdn.com/elastic/original/3X/b/0/b062ff54caf32c46c291de9ccbb47415781b1b6c.png)

Does anyone has an idea how to get this to 1-100% Values?

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [March 1, 2019, 12:20am UTC](https://discuss.elastic.co/t/get-metricbeat-values-for-cpu-load-system-cpu-total-pct-from-1-100-instead-of-cores-cpuload/170310/2 "2019-03-01T00:20:59Z")

</div>

Perhaps you can create a [scripted field](https://www.elastic.co/guide/en/kibana/6.6/scripted-fields.html) that divides the system.cpu.total.pct by system.cpu.cores.

Ex.  
`doc['system.cpu.total.pct'].value/doc['system.cpu.cores'].value`

---

<div class="post-metadata">

### Author: ![Simon\_Becker](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/simon_becker/32/87100_2.png) [@Simon\_Becker](https://discuss.elastic.co/u/Simon_Becker)
#### Post date: [March 1, 2019, 1:08pm UTC](https://discuss.elastic.co/t/get-metricbeat-values-for-cpu-load-system-cpu-total-pct-from-1-100-instead-of-cores-cpuload/170310/3 "2019-03-01T13:08:11Z")

</div>

Thank you, that's exactly what I need! 🙂

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 29, 2019, 1:08pm UTC](https://discuss.elastic.co/t/get-metricbeat-values-for-cpu-load-system-cpu-total-pct-from-1-100-instead-of-cores-cpuload/170310/4 "2019-03-29T13:08:14Z")

</div>

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