Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Process Time
Name: Infinite Recursion Date: September 24, 2004 at 08:01:22 Pacific OS: Solaris CPU/Ram: 1gb
Comment:
Is there a tool / utility in a standard Solaris install, that will allow me to pass a process id into it and it yield how long the process has been running. I'm aware of top and ps -ef, I need to be able to pass in the process id as an argument and have the utility yield how long that the process has been running.
Summary: On our current system, we sometimes get processes called dejaVu which take most of the CPU resources. I am trying to trace where the process comes from but have been unsuccessful. For example in top i...
Summary: The process is defunct and cannot be killed until the parent process is killed. The process is becoming defunct because it has a FILEHANDLE open at the time the parent is closing. The parent process I...