Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 262 Bytes

ps.md

File metadata and controls

15 lines (11 loc) · 262 Bytes

ps

这是开始使用 PS 命令快速参考备忘单,可以帮助用户更高效地浏览网页

入门

查看 进程运行 时长

ps -eo pid,lstart,etime,cmd | grep mysql

ps -eo lstart 启动时间
ps -eo etime   运行多长时间.