iostat
-bash: iostat: command not found
[root@sanssd20161117 squid]#
[root@sanssd20161117 squid]# yum -y install iostat
Loaded plugins: fastestmirror
Setting up Install Process
Determining fastest mirrors
* base: mirror.navercorp.com
* extras: mirror.navercorp.com
* updates: mirror.navercorp.com
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 3.7 MB 00:00
No package iostat available.
Error: Nothing to do
[root@sanssd20161117 squid]# yum -y install sysstat
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.navercorp.com
* extras: mirror.navercorp.com
* updates: mirror.navercorp.com
Resolving Dependencies
--> Running transaction check
---> Package sysstat.x86_64 0:9.0.4-31.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
====================================================================================================================================
Package Arch Version Repository Size
====================================================================================================================================
Installing:
sysstat x86_64 9.0.4-31.el6 base 234 k
Transaction Summary
====================================================================================================================================
Install 1 Package(s)
Total download size: 234 k
Installed size: 826 k
Downloading Packages:
sysstat-9.0.4-31.el6.x86_64.rpm | 234 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : sysstat-9.0.4-31.el6.x86_64 1/1
Verifying : sysstat-9.0.4-31.el6.x86_64 1/1
Installed:
sysstat.x86_64 0:9.0.4-31.el6
===========================================================
iostat
Linux 2.6.32-504.el6.x86_64 (sanssd20161117) 12/09/2016 _x86_64_ (12 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
0.19 0.00 0.20 0.00 0.00 99.60
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 2.42 2.60 105.45 5086728 206576908
Complete!
[root@sanssd20161117 squid]#