Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Process Start Time

Status
Not open for further replies.
Nov 12, 2004
44
US
Using ps -fu will return the starting time of a process. But what if the process has been running for days like shown below?

UID PID PPID C STIME TTY TIME CMD
oracle 28649 1 0 Sep 01 ? 14:51 ora_pmon_pccs
oracle 3056 1 0 Sep 02 ? 15:16 ora_pmon_sdpsvi
oracle 28661 1 0 Sep 01 ? 0:00 ora_reco_pccs
oracle 29954 1 0 06:15:04 ? 0:52 oraclesdolpr01 (LOCAL=NO)
oracle 28663 1 0 Sep 01 ? 0:00 ora_arc0_pccs
oracle 28655 1 0 Sep 01 ? 0:04 ora_lgwr_pccs

How do you find the starting time of the processes that list only the date?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top