インストール手順
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コマンドの実行例(CentOS 8)
〇btmコマンドの実行例(CentOS 8-Stream)
トラブルシューティング
以下のエラーが発生した場合は、error: linker `cc` not found
以下のコマンドを実行してgccをインストールします。sudo dnf -y install gcc
関連情報
・bottomのgithubリポジトリhttps://github.com/ClementTsang/bottom
0 件のコメント:
コメントを投稿