「htop」の版間の差分
提供: dsk's note
細 |
細 |
||
1行目: | 1行目: | ||
+ | {{google/ad/01}} | ||
+ | |||
topコマンドに比べ機能が豊富で、見やすいのが特徴。 | topコマンドに比べ機能が豊富で、見やすいのが特徴。 | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
15行目: | 17行目: | ||
sudo chmod u+s /usr/local/Cellar/htop-osx/0.8.2.4/bin/htop | sudo chmod u+s /usr/local/Cellar/htop-osx/0.8.2.4/bin/htop | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | {{google/ad/01}} | ||
+ | |||
+ | [[Category:UNIX/Linux]] |
2015年4月20日 (月) 07:03時点における最新版
topコマンドに比べ機能が豊富で、見やすいのが特徴。
brew install automake brew install libtool brew install htop-osx
インストール直後は、CPUやMemの値が返ってこないが、
sudo htop
することで、動作するようになる。 毎回sudoするのは面倒なので以下のどちらかを設定しておく。
sudo chown root:wheel /usr/local/Cellar/htop-osx/0.8.2.4/bin/htop sudo chmod u+s /usr/local/Cellar/htop-osx/0.8.2.4/bin/htop