首页 > 代码库 > 查看进程运行时间(1)

查看进程运行时间(1)

[root@LNMP ~]# ps -eo pid,tty,user,comm,lstart,etime |grep 1897

  1897 ?        root     crond           Sun May 21 23:27:33 2017       02:09

[root@LNMP ~]#

 

技术分享

查看进程运行时间(1)