- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Networking bottleneck
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-13-2006 07:22 PM
06-13-2006 07:22 PM
Networking bottleneck
I have a bottleneck in my network and am wondering the best way to locate it. I can see duplicate packets in a tcpdump, but can't pin down the where the speed issue is. Any Tips?
Thanks in advance
tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 07:46 PM
06-13-2006 07:46 PM
Re: Networking bottleneck
perhaps, that netstat -s will be interesting
and after work by lan , with netstat -I lan0 5
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 08:25 PM
06-13-2006 08:25 PM
Re: Networking bottleneck
Might want to figure out what kind of traffic it is.
ethereal is available on HP-UX, Linux and Windows for free and can let you look at the traffic and see where its coming from.
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.10.14/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.10.11/
I'm providing two links because there are some Q&A issues with software posted to the above site.
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
06-13-2006 10:02 PM
06-13-2006 10:02 PM
Re: Networking bottleneck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 10:06 PM
06-13-2006 10:06 PM
Re: Networking bottleneck
the lanadmin command display general network packet transmission statistics for a single system.
1-execute the lanadmin command.
2-from the main menu,selact lan.
3-from the lan menu,select display
Fields of interests;
Collision Frames :these fields indicate the number of collisions detected by the system.Collisions slow NFS performance,as the network has to subside before any packets can be sent following a collision.
Inbound/Outband: This is the total of all packet types being sent and received from the Packets system.Compare this to the total number of deamon-related packets transmitted/received to obtain a ratio of total network traffic relative to the specific traffic.
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 12:10 PM
06-14-2006 12:10 PM
Re: Networking bottleneck
WRT collisions, "regular" collisions mean virtually nothing for performance, and would not result in duplicate packets on the network.
What initially led you to believe there was a network bottleneck?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 12:48 PM
06-14-2006 12:48 PM
Re: Networking bottleneck
spray ip -c 5 -l 1500
But this requires a copy of spray active on every node and is acitivated in in /etc/service.
control -h out of the command and analyize the network based upon this bomb burst of icmp packets. Note, do during off peak hours. Here's the link:
http://docs.hp.com/en/B2355-60103/spray.1M.html
Note: spray has been around a long time but has been mostly obsoleted by other network analyzers. But for lack of 'etheral' or something else it comes in every unix O/S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 08:00 PM
06-14-2006 08:00 PM
Re: Networking bottleneck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 08:03 PM
06-14-2006 08:03 PM
Re: Networking bottleneck
I am checking the trace now, basically the I am sending data from one machine to another and its taking a long time, so the application on the sending host is timeing out. But the receiving host shows no issue just slow data transfer.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 08:07 PM
06-14-2006 08:07 PM
Re: Networking bottleneck
The MAC addresses are the same, basically the I am sending data from one machine to another and its taking a long time, so the application on the sending host is getting to the point it times out and send a fin to initiate tcp session close. But the receiving host shows no issue just slow data transfer.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 09:13 AM
06-15-2006 09:13 AM
Re: Networking bottleneck
Does netstat on either end report duplicate packets? Do the lanadmin stats count the duplicates? We want to see if the duplicates are "real" or an artifact of running tcpudmp.