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

Metricbeat: store only top N processes by CPU/memory #4127

Merged
merged 1 commit into from
May 2, 2017

Commits on May 2, 2017

  1. Metricbeat: store only top N processes by CPU/memory

    This adds the option to only report on the top N processes by CPU and/or
    memory. It is useful because storing metrics about each and every process from
    every host can be fairly expensive from the storage point of view. Previously
    it was possible to filter processes by name, which was useful if one knew in
    advance which are the most interesting processes. This adds a new option which
    should be quite convenient in practice, because the number of per-process
    documents gets limited while still allowing to display the top processes.
    
    Closes elastic#4126.
    Tudor Golubenco committed May 2, 2017
    Configuration menu
    Copy the full SHA
    5e142c0 View commit details
    Browse the repository at this point in the history