Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #3776 to 5.x: Make system process metricset honor cpu_ticks config option #4005

Merged
merged 1 commit into from
Apr 12, 2017

Conversation

tsg
Copy link
Contributor

@tsg tsg commented Apr 12, 2017

Cherry-pick of PR #3776 to 5.x branch. Original message:

When cpu_ticks is true in the config file, the system process metricset will report the number of "ticks" (actually jiffies on linux) used in user space (system.process.cpu.user), system (system.process.cpu.system), and total (system.process.cpu.total.ticks).

Fixes #3590

…3776)

When `cpu_ticks` is true in the config file, the system process metricset will report the number of “ticks” (actually jiffies on linux) used in user space (`system.process.cpu.user`), system (`system.process.cpu.system`), and total (`system.process.cpu.total.ticks`).

Fixes elastic#3590
(cherry picked from commit 92fa6c4)
@tsg tsg force-pushed the backport_3776_5.x branch from 2d2d18c to 123ac26 Compare April 12, 2017 11:35
Copy link
Contributor

@ruflin ruflin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WFG

@ruflin ruflin merged commit ce0ba23 into elastic:5.x Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants