Skip to content

Commit

Permalink
Clarify docs for system core percentages
Browse files Browse the repository at this point in the history
Remove statement about percentages being greater than 100% for multi-core systems.
  • Loading branch information
andrewkroh committed Nov 13, 2017
1 parent 9424773 commit fae23c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Expand Up @@ -34,6 +34,8 @@ https://github.com/elastic/beats/compare/v5.6.4...5.6[Check the HEAD diff]

*Metricbeat*

- Clarify meaning of percentages reported by system core metricset. {pull}5565[5565]

*Packetbeat*

*Winlogbeat*
Expand Down
4 changes: 2 additions & 2 deletions metricbeat/docs/fields.asciidoc
Expand Up @@ -5433,7 +5433,7 @@ System status metrics, like CPU and memory usage, that are collected from the op
[float]
== core Fields
`system-core` contains local CPU core stats.
`system-core` contains CPU metrics for a single core of a multi-core system.
Expand All @@ -5452,7 +5452,7 @@ type: scaled_float
format: percent
The percentage of CPU time spent in user space. On multi-core systems, you can have percentages that are greater than 100%. For example, if 3 cores are at 60% use, then the `cpu.user_p` will be 180%.
The percentage of CPU time spent in user space.
[float]
Expand Down
5 changes: 2 additions & 3 deletions metricbeat/module/system/core/_meta/fields.yml
@@ -1,7 +1,7 @@
- name: core
type: group
description: >
`system-core` contains local CPU core stats.
`system-core` contains CPU metrics for a single core of a multi-core system.
fields:
- name: id
type: long
Expand All @@ -12,8 +12,7 @@
type: scaled_float
format: percent
description: >
The percentage of CPU time spent in user space. On multi-core systems, you can have percentages that are greater than 100%.
For example, if 3 cores are at 60% use, then the `cpu.user_p` will be 180%.
The percentage of CPU time spent in user space.
- name: user.ticks
type: long
Expand Down

0 comments on commit fae23c9

Please sign in to comment.