- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is Queue Lenghts?
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
03-15-2006 02:08 AM
03-15-2006 02:08 AM
I have some problem to define the Queue Lenghts over 1, 5, 15 minutes .
Someone can explain this concept to me?
Luca
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:12 AM
03-15-2006 02:12 AM
Re: What is Queue Lenghts?
could you please expand in which context?
Printers,Networking ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:22 AM
03-15-2006 02:22 AM
Solutionwith. Loadavg is already available over
the periods you want.
This queue deals with then number of runnable
processes. The queue length is determined
by counting the number of runnable processes
every so often (each clock tick for example).
The number of runnable processes is the
averaged over period in question.
The number of disk accesss to a disk is
also availble, but not necessarily as easily.
There are two key variables in predicting
queue lengths; speed of arrival (how fast
new items enter the queue), average
transaction time (how long to process an
item in the queue).
Think grocery store, the express line
has different queueing characteristics than
the regular line. If the are six people in
the express line and you have one item,
do you line up there or in the regular line
with one person waiting.
Search on queueing theory for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:24 AM
03-15-2006 02:24 AM
Re: What is Queue Lenghts?
if you are refering to Queue length in uptime context
this mean numbre of proccess waiting to be run on CPU quota.
(process waiting on I/O either user interaction or disk do not count).
if Queue length is 5 : this meant that 5 process have been waiting to get CPU. increasing number of CPU would reduce queue length.
Jean-Yves Picard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:24 AM
03-15-2006 02:24 AM
Re: What is Queue Lenghts?
I hope this can help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:31 AM
03-15-2006 02:31 AM
Re: What is Queue Lenghts?
You can use "sar -q" for monitor run queue.
If you have more process wait for get cpu then processors, you have to investigate aplications or add more cpu.
Most of times investigate perfomance problems aplications decrease run queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:43 AM
03-15-2006 02:43 AM
Re: What is Queue Lenghts?
for jobs:
For 1 Minute:
sar -A 60 1
for 5 monutes:
sar -A 300 1
for 15 minutes:
sar -A 900 1