2021年7月21日水曜日

Debian 10(Buster)/Ubuntu 20.04/Raspberry Piにシステム情報をテキストベースでグラフ表示するbottomをインストールする

btmコマンドは(bottom)、システム情報をテキストベースのグラフで分かりやすく表示する事が出来ます。

インストール手順

1. Rust言語のインストール
※curlをインストールしていない場合は、あらかじめ「sudo apt-get -y install curl」でインストールしておきます。
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
※以下の様な選択肢が表示されたら1を入力します
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
インストールしたシェルですぐにRustを使用するために、以下のコマンドを実行します。
source $HOME/.cargo/env

2.btmコマンド(bottom)のインストール
cargo install bottom

3. btmコマンドは(bottom)の実行
以下のコマンドを実行して、プロセス情報を表示する事ができます。
btm

〇btmコマンドの実行例(Debian 10)

〇btmコマンドの実行例(Ubuntu 20.04)

〇btmコマンドの実行例(Raspbian Buster)

トラブルシューティング

以下のエラーが発生した場合は、
error: linker `cc` not found
以下のコマンドを実行してgccをインストールします。
sudo apt-get -y install gcc

関連情報

・bottomのgithubリポジトリ
https://github.com/ClementTsang/bottom

0 件のコメント:

コメントを投稿