查看进程启动时间 ps afx -o pid,args,etime,stime|grep process
例如:
ps afx -o pid,args,etime,stime|grep grep
结果:
31698 | \_ python grepd.py raw 13:54:55 Jul04
31207 | \_ sh -c grep -i - 08:59 09:25
31208 | \_ grep -i -B 08:59 09:25
31209 | \_ grep \[ 08:59 09:25
11971 | \_ grep grep 00:00 09:34