Linux查看进程启动时间与运行时间

#查看进程启动时间

ps -p $PID -o lstart

#查看进程启动时间和运行时间

ps -p $PID -o pid,stime,etime,args

发表评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注