Click to See Complete Forum and Search --> : Process Monitoring Problem!


kernel.panic
06-27-2001, 01:34 PM
Hi guys, I am running a program on a remote server in the background with nohup. The person I set it up for wants to be able to monitor the process' cpu usage once in a while, but I can't grep top for some reason. Is there a way I can display the cpu usage and such for JUST that one process?

Thanks, guys.

Kernel.Panic

Craig McPherson
06-27-2001, 03:28 PM
ps aux | grep name

top is an interactive program, you can't grep interactive programs very well.