skip to Main Content

I want to see the background process which i run from the browser.

i have process id. but when i try to see ps -p pid, it does not show me the background process which are running on the server. This script actually run for 30 min and do several task. But some time it hang, I want to see the process which is internally executed when i run.

Please help me out.

Thanks in advance.

2

Answers


  1. Chosen as BEST ANSWER

    I got the answer. I am able to see by strace -p


  2. maybe pstree will do the wanted.

    pstree
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search