Unix System Performance
Unix System Performance
uptime: It tells about the load averages on the system. In the below
example the uptime displays the time the system has been up, and the three
load averages for the system. The load averages are the average number of
process ready to run during the last 1, 5 and 15 minutes.
For example the command ps e shows all the processes running in the
system.Suppose if we want to get the status of only mysql process we have
to give the following command ps ef|grep mysql.
iostat: The iostat will display the current CPU load average and disk I/O
information.
Mtu
Network
1500 204.89.162
1500 38.254.211
1536 loopback-net
Address
dxi4.dxi.com
dxifour.dxi.com
localhost
Ipkts
2275517
4716968
0
Opkts
3783974
2862227
0
0
0
0
Here Odrop are the number of packets that were dropped or discarded
without reaching destination. The below snapshot shows all the command
line options that are available in netstat.