在htop中搜索特定的进程名称

前端之家收集整理的这篇文章主要介绍了在htop中搜索特定的进程名称前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想通过在htop中搜索名称快速查找我的进程是否正在运行.我只能找到PID或逐个列出所有进程,这不方便.

解决方法

按F3,然后按/并开始键入进程名称.

From the htop manual:

F3,/ Incrementally search the command lines of all the displayed processes. The currently selected (highlighted) command will update as you type. While in search mode,pressing F3 will cycle through matching occurrences.

原文链接:https://www.f2er.com/linux/395100.html

猜你在找的Linux相关文章