Linux 命令之查看进程启动时间
Linux 大约 569 字命令
ps -A -o pid,lstart,cmd |grep nginx
输出:
56487 Mon Sep 3 15:23:30 2018 nginx: master process nginx
70813 Wed Nov 28 10:30:27 2018 nginx: worker process
70815 Wed Nov 28 10:30:27 2018 nginx: worker process
70817 Wed Nov 28 10:30:27 2018 nginx: worker process
70818 Wed Nov 28 10:30:27 2018 nginx: worker process
70819 Wed Nov 28 10:30:27 2018 nginx: worker process
70820 Wed Nov 28 10:30:27 2018 nginx: worker process
70821 Wed Nov 28 10:30:27 2018 nginx: worker process
70823 Wed Nov 28 10:30:27 2018 nginx: worker process
105652 Wed Nov 28 11:48:29 2018 grep nginx
阅读 2041 · 发布于 2019-04-01
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
软考-系统架构设计师:规范化理论-价值与用途阅读 1932
-
软考-系统架构设计师:网络存储技术 - Raid阅读 1539
-
Linux grep 抓取多个关键字阅读 2358
-
MySQL 之 Windows 免安装版本配置环境阅读 1366
-
软考:系统架构设计师-性能监测方法阅读 981
-
Redis: I detected a non zero amount of anonymous huge pages used by your process.阅读 1469
-
Android VideoView 播放本地视频短暂黑屏的解决方法阅读 4737
-
JavaScript 生成微信二维码阅读 2523
-
Oracle 数据库连接异常 ORA-28000: the account is locked阅读 3184
-
Linux CentOS6 安装 Docker阅读 4126