CentOS8 リソースモニタリングvtopをインストールする
環境
CentOS Stream release 8
node v19.0.1
npm 9.1.1
操作方法
1.npmコマンドでvtopをインストールします
# npm install -g vtop
2.vtopを実行します
# vtop
3.使い方の確認
# vtop --help Usage: vtop [options] Options: -t, --theme [name] set the vtop theme [acid|becca|brew|certs|dark|gooey|gruvbox|monokai|nord|parallax|seti|wizard] --no-mouse Disables mouse interactivity --quit-after [seconds] Quits vtop after interval --update-interval [milliseconds] Interval between updates -V, --version output the version number -h, --help output usage information