可通过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 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐