「htop」の版間の差分

提供: dsk's note
移動: 案内検索
(ページの作成:「<syntaxhighlight lang="bash"> brew install automake brew install libtool brew install htop-osx </syntaxhighlight> インストール直後は、CPUやMemの値が返っ...」)
 
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
 +
{{google/ad/01}}
 +
 +
topコマンドに比べ機能が豊富で、見やすいのが特徴。
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
brew install automake
 
brew install automake
14行目: 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