CentOS8 リソースモニタリングvtopをインストールする

環境
CentOS Stream release 8
node v19.0.1
npm 9.1.1

操作方法
1.npmコマンドでvtopをインストールします

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# npm install -g vtop
# npm install -g vtop
# npm install -g vtop

2.vtopを実行します
# vtop

3.使い方の確認

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# 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
# 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
# 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

 

CentOS Stream 8

Posted by arkgame