# Metricbeat: CPU percentages and normalized\_percentages

**URL:** https://discuss.elastic.co/t/metricbeat-cpu-percentages-and-normalized-percentages/108137
**Category:** Beats
**Tags:** metricbeat
**Created:** [November 17, 2017, 1:20pm UTC](https://discuss.elastic.co/t/metricbeat-cpu-percentages-and-normalized-percentages/108137 "2017-11-17T13:20:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Arkadiy\_Ponomarov](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Arkadiy\_Ponomarov](https://discuss.elastic.co/u/Arkadiy_Ponomarov)
#### Post date: [November 17, 2017, 1:20pm UTC](https://discuss.elastic.co/t/metricbeat-cpu-percentages-and-normalized-percentages/108137/1 "2017-11-17T13:20:02Z")

</div>

Hello all,

I have installed Elasticsearch, Kibana and Metricbeat (all 6.0). Everything looks great instead of CPU percentage: it shows with paying in attention cores, I guess, is I see something like 986% on Metricbeat Overview dashboard in the table "TOP hosts (CPU)". I already tried to set cpu.metrics: ["normalized\_percentages"], but no changes so far.  
Could anyone help?

---

<div class="post-metadata">

### Author: ![andrewkroh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/andrewkroh/32/3784_2.png) [@andrewkroh](https://discuss.elastic.co/u/andrewkroh)
#### Post date: [November 17, 2017, 2:19pm UTC](https://discuss.elastic.co/t/metricbeat-cpu-percentages-and-normalized-percentages/108137/2 "2017-11-17T14:19:38Z")

</div>

When you enable `normalized_percentages` different named fields are sent by Metricbeat. See the [exported fields](https://www.elastic.co/guide/en/beats/metricbeat/current/exported-fields-system.html#_system_cpu_total_pct) documentation for the `system.cpu` metricset. For example, the total CPU can be sent in these two fields depending on how you have it configured.

- `system.cpu.total.pct`
- `system.cpu.total.norm.pct`

If you want the dashboard to be based on the normalized percentages then you need to enabled this data in the Metricbeat config as you did, and you need to edit the dashboard to use the `norm.pct` value rather than the `.pct` field.

---

<div class="post-metadata">

### Author: ![Arkadiy\_Ponomarov](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Arkadiy\_Ponomarov](https://discuss.elastic.co/u/Arkadiy_Ponomarov)
#### Post date: [November 17, 2017, 2:21pm UTC](https://discuss.elastic.co/t/metricbeat-cpu-percentages-and-normalized-percentages/108137/3 "2017-11-17T14:21:19Z")

</div>

Thank you, I just came to the conclusion I need to change the dashboard.

---

<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: [December 8, 2017, 1:20pm UTC](https://discuss.elastic.co/t/metricbeat-cpu-percentages-and-normalized-percentages/108137/4 "2017-12-08T13:20:31Z")

</div>

This topic was automatically closed after 21 days. New replies are no longer allowed.
