Showing posts with label load. Show all posts
Showing posts with label load. Show all posts

Monday 19 January 2015

Monitoring system load

System load can be obtained from Uptime command. Below script is used to display the last min system load number.
[root@fc21 ~]# cat load
#!/bin/bash
uptime | awk '{print $10}' | awk -F, '{print $1}'

[root@fc21 ~]# load
1.43

search iomeweekly