Q2
What is load average in Linux and how do you interpret it?
💬Answer
Load average is the average number of active CPU processes (state R) plus processes waiting for disk/network I/O operations (state D) over 1, 5, and 15 minutes.
- On a 4-core CPU, a load average of
4.0indicates 100% saturation. A load of8.0indicates that half the active tasks are waiting in queues for resource allocation.
Related Linux Questions
View All LinuxQuestions →Q1
Explain what Linux is and why it is widely used in DevOps environments.
Q2What is the Linux kernel and what role does it play in the operating system?
Q3Explain the Linux filesystem hierarchy and the purpose of /etc, /var, /home, /tmp, and /usr.
Q4What happens internally when you run the `ls` command in Linux?

Created by
Apurv Gujjar
DevOps & Cloud Engineer
Specialized in:DevOpsAWSGCPKubernetesTerraformDocker
View Portfolio