Rocky Linux8.5にシステム監視ツールhtopをインストールする

2021年11月26日

1.OSバージョンの確認
# cat /etc/redhat-release
Rocky Linux release 8.5 (Green Obsidian)

2.システムパッケージのアップデート
# sudo dnf update

3.Epelリポジトリを追加します
# sudo dnf install epel-release

4.htopのインストール

# sudo dnf install htop
略
インストール済み:
htop-3.0.5-1.el8.x86_64

5.htopを起動します
# sudo htop

表示を更新するインターバルを指定します
# htop -d インターバル秒数

使い方の確認

# htop --help
htop 3.0.5
(C) 2004-2019 Hisham Muhammad. (C) 2020 htop dev team.
Released under the GNU GPLv2.

-C --no-color                   Use a monochrome color scheme
-d --delay=DELAY                Set the delay between updates, in tenths of seconds
-F --filter=FILTER              Show only the commands matching the given filter
-h --help                       Print this help screen
-H --highlight-changes[=DELAY]  Highlight new and old processes
-M --no-mouse                   Disable the mouse
-p --pid=PID[,PID,PID...]       Show only the given PIDs
-s --sort-key=COLUMN            Sort by COLUMN in list view (try --sort-key=help for a list)
-t --tree                       Show the tree view (can be combined with -s)
-u --user[=USERNAME]            Show only processes for a given user (or $USER)
-U --no-unicode                 Do not use unicode but plain ASCII
-V --version                    Print version info

 

Rocky Linux 8

Posted by arkgame