![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 03:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | Linux | 5 | 07-30-2007 05:26 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | HP-UX | 1 | 10-16-2006 01:16 PM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 06:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
What is the numbers show in a variable "Load Average"?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Do you mean the line that looks something like this:
load average: 0.13, 0.03, 0.01 ? If so, it refers to the average number of jobs waiting in your CPU queue over the last 1, 5, and 15 minutes. Check the man page for top for more info. Here's a few lines from the manpage for top on my system: Quote:
|
|
#3
|
|||
|
|||
|
Are there any definitions/guidelines on evaluating the numbers given in the load averages output from top (or uptime)? i.e. what does it really mean when it comes to evaluating if your CPU is a bottleneck vs. handling the load fine? This is for Solaris 8.
Thanks, mjs |
|
#4
|
|||
|
|||
|
mjs,
From past reading, I seem to recall 2 being recommended as a guideline. Your mileage may vary. One thing to remember is that once you take action with one key system resource (e.g. add add'l CPUs), the bottleneck is shifted to another resource (e.g. disk or memory). Biker Systems/Network Administrator LiveFire Labs - Hands-On Technical e-Learning www.LiveFireLabs.com
__________________
Biker Systems/Network Administrator LiveFire Labs - Hands-On Technical e-Learning www.LiveFireLabs.com |
|||
| Google The UNIX and Linux Forums |
| Tags |
| load average, performance |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|