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

support pid count from LoadAvgSample #1773

Open
pacoxu opened this issue Dec 20, 2021 · 1 comment
Open

support pid count from LoadAvgSample #1773

pacoxu opened this issue Dec 20, 2021 · 1 comment
Assignees

Comments

@pacoxu
Copy link
Owner

pacoxu commented Dec 20, 2021

What would you like to be added?

LoadAvgSample
/proc/loadavg

Why is this needed?

/proc/loadavg

@pacoxu pacoxu self-assigned this Dec 20, 2021
@pacoxu
Copy link
Owner Author

pacoxu commented Dec 20, 2021

 /proc/loadavg
              The first three fields in this file are load average
              figures giving the number of jobs in the run queue (state
              R) or waiting for disk I/O (state D) averaged over 1, 5,
              and 15 minutes.  They are the same as the load average
              numbers given by uptime(1) and other programs.  The fourth
              field consists of two numbers separated by a slash (/).
              The first of these is the number of currently runnable
              kernel scheduling entities (processes, threads).  The
              value after the slash is the number of kernel scheduling
              entities that currently exist on the system.  The fifth
              field is the PID of the process that was most recently
              created on the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant