2021年7月29日木曜日

Rocky Linux 8.4にシステム情報をテキストベースでグラフ表示するbottomをインストールする

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

インストール手順

1. Rust言語のインストール
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コマンドの実行例(Rocky Linux 8.4)

トラブルシューティング

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

関連情報

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

0 件のコメント:

コメントを投稿