[root@fc21 ~]# cat load #!/bin/bash uptime | awk '{print $10}' | awk -F, '{print $1}' [root@fc21 ~]# load 1.43
A Linux blog by ioMeWeekly, includes tutorials, news, help, programming, tips and how-to guides for opensource applications.
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.
Subscribe to:
Posts
(
Atom
)