You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
Hi dev,
Is there any way to monitor the program by the process name, not the PID ?
Thanks.
The text was updated successfully, but these errors were encountered: