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

Specify by process name #67

Open
adabiraihan opened this issue Feb 8, 2022 · 1 comment
Open

Specify by process name #67

adabiraihan opened this issue Feb 8, 2022 · 1 comment

Comments

@adabiraihan
Copy link

Hi dev,

Is there any way to monitor the program by the process name, not the PID ?

Thanks.

@jgehrcke
Copy link

jgehrcke commented May 25, 2022

Hey! Have you looked at goeffel? You can run it providing a so-called "PID command", a command which is supposed to return the process ID on stdout. This is powerful especially in the context with pgrep. Example: $ goeffel --pid-command 'pgrep stress --newest'.

https://github.com/jgehrcke/goeffel#goeffel-data-acquisition

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

2 participants