Tuesday, June 26, 2007
pgrep, ps, etc.
pgrep -lf jdk
# Starting time or date of a process
ps -o start_time <pid>
# Elapsed time of a process
ps -o "%t" <pid>
# Starting time or date of a process
ps -o start_time <pid>
# Elapsed time of a process
ps -o "%t" <pid>