notes
stable
Mongodb
Redis
mysql
Elasticsearch
操作系统
K8s
Etcd
消息队列
shell
sed
输出颜色
系统
进程分析
Go
数据结构
OpenResty
监控
Sphinx
notes
Docs
»
shell
»
系统
Edit on GitHub
系统
¶
进程分析
¶
# 查看僵尸进程
ps -A -ostat,ppid,pid,cmd
|
grep -e
'^[Zz]'