- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Issue with Incoming traffic on Linux server
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
04-21-2010 08:35 AM
04-21-2010 08:35 AM
Issue with Incoming traffic on Linux server
Iam facing a strange issue..
The ftp and scp are taking too long for even small files. After digging into the issue i observed that the incoming traffic to the server is only 1mb/s , but outgoing traffic is 50mb/s. Network team says that all settings at the network level are fine.
Iam quite confused how to proceed.
OS in read hat Linux 5.3.
Both server and switch settings are 1000Mb/s FD with Auto-negotiation on.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2010 10:19 AM
04-21-2010 10:19 AM
Re: Issue with Incoming traffic on Linux server
mii-tool eth0 (replace eth0 with actual lan)
ethtool eth0
You may be going through a switch or routing the traffic through a much slower public Internet connection. Check into that.
Are you using network bonding? Perhaps that is out of whack.
netstat -in
traceroute to various sites, check the routes.
Consider yum -y update to update the entire system.
Check cabling and switches.
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
04-22-2010 10:38 PM
04-22-2010 10:38 PM
Re: Issue with Incoming traffic on Linux server
Check you network speed with some other tool I like to use iperf. It runs both on windows and linux. Use the -w parameter to get the speeds up. And check the connection both ways.
FYI: mii-tool only reports speed up to 100mbit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2010 01:58 AM
04-23-2010 01:58 AM
Re: Issue with Incoming traffic on Linux server
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth2 1500 0 55489035 0 0 0 30662707 0 0 0 BMRU
lo 16436 0 24209816 0 0 0 24209816 0 0 0 LRU
ethtool eth2
Settings for eth2:
Supported ports: [ FIBRE ]
Supported link modes: 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: FIBRE
PHYAD: 2
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: g
Link detected: yes
I am not able to find any issues at the server end. Network team confirms that all settings are correct at the switch level. Will this be an issue at the cable level?
Is there any way to find out at the OS level where the issue actually exists?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 02:20 PM
06-23-2010 02:20 PM