rule0x2d@lemmy.ml to 196@lemmy.blahaj.zone – 279 points – 9 months ago44Post a CommentPreviewYou are viewing a single commentView all commentsShow the parent commentAlso please refresh my memory on how to find the process IDYou can do ps aux | grep -i and the PID is in the second column of the output. However for this use case I recommend a process manager like htop or btopI use ps -aux | grep $EXECUTABLEhtop or any process monitor will tell you.Pidoftop for Ubuntu at least will show you the top processes, I think sorted by averaged CPU usage.
Also please refresh my memory on how to find the process IDYou can do ps aux | grep -i and the PID is in the second column of the output. However for this use case I recommend a process manager like htop or btopI use ps -aux | grep $EXECUTABLEhtop or any process monitor will tell you.Pidoftop for Ubuntu at least will show you the top processes, I think sorted by averaged CPU usage.
You can do ps aux | grep -i and the PID is in the second column of the output. However for this use case I recommend a process manager like htop or btop
Also please refresh my memory on how to find the process ID
You can do
and the PID is in the second column of the output. However for this use case I recommend a process manager like htop or btop
I use
ps -aux | grep $EXECUTABLE
htop or any process monitor will tell you.
Pidof
top for Ubuntu at least will show you the top processes, I think sorted by averaged CPU usage.