Sysstat-10.0.5.tar.gz can be obtained in linuxsystem:
Method 1:
1. Download sysstat-10.0.5.tar.gz to the local device.
2. Use the rz command to upload data through CRT
Method 2:
# Wget http://perso.orange.fr/sebastien.godard/sysstat-10.0.5.tar.gz
Put sysstat-10.0.5.tar.gz to/tools,
Installation command:
# Tar zxvf sysstat-10.0.5.tar.gz
# Cd sysstat-10.0.5
#./Configure
# Make
# Make install
This package is installed with the following commands.
Sar
Iostat
Sa1
Sa2
Sadf
Mpstat
Sadc
Sysstat
View CPU usage sar 2 5
// Display 5 times and CPU usage every 2 seconds
View memory usage sar-r 2 5
// Display the memory usage for 5 times every 2 seconds
View network throughput sar-n DEV 2 5
// Display the network throughput of 5 times every 2 seconds
Sysstat details: click here
Sysstat: click here
Monitor Linux parameters through sysstat
Install sysstat in SUSE