htop ubuntu 16.4でコマンドを隠す方法は?

htop ubuntu 16.4でコマンドを隠す方法は?

ここに画像の説明を入力してください。

Ubuntu 16.4サーバーのhtopに問題があります

Ubuntu 16.4サーバーがあり、(htop)図の例でコマンドを非表示にしたい

ベストアンサー1

htop --helpを使ってみましたか?

-p --pid=PID,[,PID,PID...] 与えられた PID のみを表示

PIDを取得するには、pgrepを使用するだけです。

結果:

htop -p "$(pgrep -vfd, 'snapd|firefox|otherstuff')"

おすすめ記事