Site icon LinuxCommands.site

four ways to view linux load average and load explained

what is Load Average?

Load Average: the system load is a measure of the amount of work that a computer system is doing.

Load Average is the average load over a period of time (1 minute, 5 minutes, 15 minutes).

How to view the Load Average?

Usually we can use the w command to view.

Of course, you can also use the uptime command or the top command.

Linux w command

➜  ~ w

Linux uptime command

➜  ~ uptime

Linux top command

➜ ~ top

Linux iostat command

➜  ~ iostat 
linux iostat syntax and iostat examples

What is the specific meaning of the above three figures?

First 2.29: Indicates the average load for the last 1 minute
Second 3.24: Indicates the average load for the last 5 minute
Third 2.93: Indicates the average load for the last 15 minute

What does this set of numbers stand for?

When the CPU is completely idle, the average load is 0; when the CPU workload is saturated, the average load is 1.

Some interpretations:

More about Linux commands: Linux Commands Tutorial

Exit mobile version