- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Outbound Queue Length=2, Who?
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
02-03-2009 03:37 PM
02-03-2009 03:37 PM
We are having a problem in which a rp7420 running 11.23 with a 2-port gigabit aggregation is the main outbound network link. This machine is the Oracle RAC database server, and at the moment it continually reports a network bottleneck using glanceplus. Using lanadmin -g mibstats 900, the main indication of trouble is the Outbound Queue Length=2... where the Dev and the QA box which are of course under less load but have similar quantity of packet output shows an Outbound Queue Length=0.
The web guys in charge of the applications boxes who hit this database server complain that there's some delay in getting their responses back. What I want to know is - is there any way of determining WHICH machines are blocking up my output? Whose connections go through fast and who slow? Is there any way of connecting this with, say, my netstat -a output and seeing what kind of traffic goes to each machine or connection so we can troubleshoot this further?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2009 04:40 PM
02-03-2009 04:40 PM
Re: Outbound Queue Length=2, Who?
Run this set on the rp7420 systems and other HP-UX based systems.
http://www.hpux.ws/?p=6
IT will let you know if there really is a performance issue.
You might be able to resolve network issues with ndd utility or /etc/rc.config.d/nddconf settings.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2009 04:56 PM
02-03-2009 04:56 PM
Re: Outbound Queue Length=2, Who?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2009 04:21 PM
02-04-2009 04:21 PM
Re: Outbound Queue Length=2, Who?
Now, if you want to find-out which are the most common destinations for traffic through that NIC, you need to take a packet trace with something like tcpdump. If possible, you might want to do that with a third system connected to the switch, where the switch has had a "monitor" port configured to get traffic on the port(s) to your server mirrored. That way you have less of an effect on the server itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 03:33 PM
02-05-2009 03:33 PM
Re: Outbound Queue Length=2, Who?
But still I get continuous network bottleneck warning in Glance and that continuous outbound queue length.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 03:59 PM
02-05-2009 03:59 PM
Re: Outbound Queue Length=2, Who?
Also, it is entirely possible that the outbound queue length stat for an aggregate is "off" - ie buggy. Some ideas on how to check:
*) if the machine can be idle, really idle - does glance or lanadmin -g mibstats
*) if the aggregate can be split and the traffic sent over just a plain old NIC, does glance/lanadmin still show an outbound queue of 2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 04:26 PM
02-05-2009 04:26 PM
Re: Outbound Queue Length=2, Who?
This database server is the backend for a website that is continually crawled by zillions of web robots, so it never goes truly quiet. Night-time usage is about 70% of peak usage.
One possible problem is that it has 5 front-end applications machines, and before yesterday they were all 100mb machines. We have upgraded 3 of them to gigabit ethernet, but it did not seem to change matters.
As it is a production box, we can't really un-aggregate it for easy testing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 04:33 PM
02-05-2009 04:33 PM
SolutionIf it is _really_ always two, it means the "NIC" more or less completely saturated in its outbound traffic.
Glance uses packet per second rates, as well as the average queue depth to guesstimate when a NIC is saturated.