码迷,mamicode.com
首页 > 系统相关 > 详细

linux下查看一个进程的启动时间和运行时间

时间:2014-11-20 20:01:08      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   使用   sp   on   div   

使用 ps命令 :#ps -A -opid,stime,etime,args

ps -A -opid,stime,etime,args

结果:

root:src# ps -A -opid,stime,etime,args
  PID STIME     ELAPSED COMMAND
    1 09:21    08:56:14 init [3]                                   
    2 09:21    08:56:14 [migration/0]
    3 09:21    08:56:14 [ksoftirqd/0]
    4 09:21    08:56:14 [watchdog/0]
    5 09:21    08:56:14 [events/0]
    6 09:21    08:56:14 [khelper]
    7 09:21    08:56:14 [kthread]
   10 09:21    08:56:14 [kblockd/0]
   11 09:21    08:56:14 [kacpid]
   47 09:21    08:56:14 [cqueue/0]

 

linux下查看一个进程的启动时间和运行时间

标签:style   blog   io   ar   color   使用   sp   on   div   

原文地址:http://www.cnblogs.com/fengbohello/p/4111206.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!