Skip to content

Commit

Permalink
Fix doc bug for cgroup cpuacct usage metric
Browse files Browse the repository at this point in the history
This commit fixes a silly doc bug where the field that represents the
total CPU time consumed by all tasks in the same cgroup was mistakenly
reported as "usage" instead of "usage_nanos".

Relates #21029
  • Loading branch information
jasontedor committed Dec 16, 2016
1 parent 852bca3 commit 9abee4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/cluster/nodes-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ the operating system:
The `cpuacct` control group to which the Elasticsearch process
belongs

`os.cgroup.cpuacct.usage` (Linux only)::
`os.cgroup.cpuacct.usage_nanos` (Linux only)::
The total CPU time (in nanoseconds) consumed by all tasks in the
same cgroup as the Elasticsearch process

Expand Down

0 comments on commit 9abee4d

Please sign in to comment.