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

add process sampler #282

Merged
merged 1 commit into from
Mar 1, 2022
Merged

add process sampler #282

merged 1 commit into from
Mar 1, 2022

Conversation

brayniac
Copy link
Contributor

Problem

We want to be able to use Rezolus to get basic stats about process
CPU and memory utilization.

Solution

Adds a process sampler which uses a PID file and reads from procfs
to get stats about a process.

Result

We can now monitor a process to get high-resolution cpu and
memory usage stats.

@brayniac brayniac changed the title Process add process sampler Feb 24, 2022
Adds a sampler which can monitor rusage for a specific process.
@brayniac brayniac merged commit 2cb64ed into twitter:master Mar 1, 2022
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

Successfully merging this pull request may close these issues.

1 participant