查看linux 下进程运行时间
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
可通过ps 来查看,通过参数 -o 来查看
如: ps -eo pid,tty,user,comm,lstart,etime | grep init
参数说明:
pid:进程ID
tty:终端
user:用户
comm:进程名
lstart:开始时间
etime:运行时间
运行结果如下:
1 ? root init Tue Sep 3 15:17:30 2013 12-22:50:44
pid:1
tty:?
user:root
comm:init
lstart: Tue Sep 3 15:17:30 2013 【开始时间为:2013-9-3 15:17:30 周二】
etime:12-22:50:44 【运行时间:12天 22个小时50分钟44秒】
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)