Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 10:06 AM
06-18-2002 10:06 AM
thanks,
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 10:08 AM
06-18-2002 10:08 AM
Re: top
minutes of all the active processors in the system.
From man top
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 10:12 AM
06-18-2002 10:12 AM
SolutionTop does not have a true identity like:-
4 cars or 4%.
It is based on the number of processes running against the number of CPUs.
A guide line for busy is based on the number of CPUs and is one per CPU.
So on a server with four CPUs a load of four and over indicates that it is busy.
This is only a guide and depends upon the apps running on the server.
Better tools are sar and glance to see what is going on.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 10:14 AM
06-18-2002 10:14 AM
Re: top
They're just numbers to set a scale where 0 equals nothing really happening. Systems can be "quite" busy at *loads* of 3-6, Or not very busy at loads > 10.
They don't really translate to anything rock-solid. The key is to see the avgs over time...that's why it gives current as well as 5 & 15 minutes ago.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 10:14 AM
06-18-2002 10:14 AM
Re: top
# uptime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 10:59 AM
06-18-2002 10:59 AM
Re: top
Load is "The number of running or runable processe averaged over the last xxx " where xxx is 1 , 5 and 15 minutes (as listed on the top) and 1 minute when writtn by processor.
A load average of 1 is obviuosly the dividing line between "I can do it" to "it could be too much". Traditionally 3 has been the number that is quoted as the start of too much... however it must be borne in context. e.g. how busy is the CPU, is there a high disk IO etc. By way of a quick example
o 1 CPU box which is running at 99% CPU and a load average of 3 is probably bottle necked on CPU,
o 1 CPU machine with load of 22 with CPU of 5% is probably got loads of runable processes but they are being held up else where (say IO)
Tim