Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8171041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:20:01+00:00 2026-06-06T21:20:01+00:00

I am stress testing my production server which is 1-Core linux server. While stress

  • 0

I am stress testing my production server which is 1-Core linux server. While stress testing the load averages was oscillating between 2 and 5 but the CPU utilization was between 70%-100%. I looked up the load average definition and i understood that if the laod average >1 for an extended period of time then the CPU utilization for that time must be 100%

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T21:20:03+00:00Added an answer on June 6, 2026 at 9:20 pm

    Load is the number of processes waiting (usually for disk IO). It is not a percentage of CPU usage, disk, network or anything else.

    You can see the disk wait processes with a command such as this:

    watch 'ps -eo pid,user,state,command | awk '\''$3~/D/ { print $0 }'\'
    

    Which I got from here: https://serverfault.com/questions/316922/how-to-detect-the-process-and-mysql-query-that-makes-high-load-on-server which didn’t work but I changed it to make it work.

    This also works for me, but shows lots of lines having nothing to do with state “D”

    ps aux | grep " D "
    

    UPDATE: here is an alternative script using BSD style options:

    ps auxw | awk 'index($8,"STAT") || $8~/D/ { print $0 }'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Could someone recommend an open source load testing tool which allows the load/stress testing
What is the difference between load and stress testing?
I am doing a server stress testing using Apache Benchmark Tool and Apache jMeter.
I am performing stress testing on SQL Server 2008 with JMeter. I wish to
I'm creating a test which will perform some stress testing of the app which
I use doctrine 2 PDO with mysql. When stress testing the server, mysql reports
While stress testing prototype of our brand new primary system, I run into concurrent
I'm currently stress testing my server. sometimes I get A non-recoverable error occurred during
I am writing a test application for stress-testing a server. I have a list
There seems to be a lot of stress/load testing tool that support AJAX. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.