#コマンドを実行(sysstatインストール前)
[root@test-vm-01 ~]#iostat -bash: iostat: command not found
#dnf providesでパッケージを確認 [root@test-vm-01 ~]#dnf provides iostat Last metadata expiration check: 0:55:34 ago on Sat May 25 01:21:18 2024. sysstat-12.5.4-7.el9.x86_64 : Collection of performance monitoring tools for : Linux Repo : appstream Matched from: Filename : /usr/bin/iostat
sysstatパッケージをインストールして確認
“sysstat"パッケージをインストールします。
sysstatをインストール
[root@test-vm-01 ~]#dnf -y install sysstat Last metadata expiration check: 1:34:22 ago on Sat May 25 02:23:34 2024. Dependencies resolved. =============================== Package Architecture Version Repository Size =============================== Installing: sysstat x86_64 12.5.4-7.el9 appstream 463 k Installing dependencies: avahi-libs x86_64 0.8-20.el9 baseos 67 k libuv x86_64 1:1.42.0-1.el9 appstream 149 k lm_sensors-libs x86_64 3.6.0-10.el9 appstream 41 k pcp-conf x86_64 6.2.0-2.el9_4 appstream 27 k pcp-libs x86_64 6.2.0-2.el9_4 appstream 631 k
#dnf providesでパッケージを確認 [root@test-vm-01 ~]#dnf provides iostat Last metadata expiration check: 1:42:17 ago on Sat May 25 02:23:34 2024. sysstat-12.5.4-7.el9.x86_64 : Collection of performance monitoring tools for : Linux Repo : @System Matched from: Filename : /usr/bin/iostat
sysstat-12.5.4-7.el9.x86_64 : Collection of performance monitoring tools for : Linux Repo : appstream Matched from: Filename : /usr/bin/iostat
[root@test-vm-01 ~]# dnf provides /etc/ssh/ Last metadata expiration check: 1:56:27 ago on Sat May 25 02:23:34 2024. openssh-8.7p1-38.el9.x86_64 : An open source implementation of SSH protocol : version 2 Repo : @System Matched from: Other : /etc/ssh/
openssh-8.7p1-38.el9.x86_64 : An open source implementation of SSH protocol : version 2 Repo : baseos Matched from: Other : /etc/ssh/
Last metadata expiration check: 2:44:10 ago on Sat May 25 02:23:34 2024. openssh-server-8.7p1-38.el9.x86_64 : An open source SSH server daemon Repo : @System Matched from: Filename : /etc/ssh/sshd_config
openssh-server-8.7p1-38.el9.x86_64 : An open source SSH server daemon Repo : baseos Matched from: Filename : /etc/ssh/sshd_config