「htop」の版間の差分

提供: dsk's note
移動: 案内検索
(ページの作成:「<syntaxhighlight lang="bash"> brew install automake brew install libtool brew install htop-osx </syntaxhighlight> インストール直後は、CPUやMemの値が返っ...」)
 
1行目: 1行目:
 +
topコマンドに比べ機能が豊富で、見やすいのが特徴。
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
brew install automake
 
brew install automake

2015年4月20日 (月) 07:00時点における版

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