开发者社区> 问答> 正文

ubuntu登录进去的时候老提示"There is 1 zombie process",但实际没找到相关进程

我经常从ssh登录到我的ubuntu服务器时都会显示

Welcome to Ubuntu 11.04 (GNU/Linux 2.6.38-16-server x86_64)

System information as of Wed Oct 17 22:07:28 HKT 2012

System load: 0.16 Processes: 144
Usage of /home: 48.8% of 18.33GB Users logged in: 0
Memory usage: 1% IP address for eth0: 192.168.1.201
Swap usage: 0%

=> There is 1 zombie process.

Graph this data and manage this system at https://landscape.canonical.com/
但我用下面的命令

ps aux | grep Z
却没有找到任何STAT为Z的进程,请问这个提示是什么意思?我怎么才能找到这个进程呢?

展开
收起
a123456678 2016-06-16 11:15:04 6513 0
1 条回答
写回答
取消 提交回答
  • top
    看看?
    or

    ps aux | awk '{ print $8 " " $2 }' | grep -w Z

    2019-07-17 19:40:35
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
服务上云加速大家居产业C2M进程 立即下载
低代码开发师(初级)实战教程 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载