- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to check the speed of network interface in RHE...
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
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
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
тАО11-18-2006 04:07 PM
тАО11-18-2006 04:07 PM
How to check the speed of network interface in RHEL AS server?
How to check the speed of network interface in RHEL AS server?
For example, I would like to estimate the amount of time it would take for me to send and recieve a file through ftp / scp from an RHEL AS server.
Please suggest,
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2006 05:33 PM
тАО11-18-2006 05:33 PM
Re: How to check the speed of network interface in RHEL AS server?
Two built in tools
ethtool
mii-tool
It will be hard to estimate the time of the file transfer without a file transfer test because no transfer is going to happen at the full rated speed of the connection. There are switches, wires, and other impedence factors which you can not calculate in advance.
Note also that an scp tranfer is going to be slower because thankfully it encrypts the data prior to transfer.
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
тАО11-18-2006 07:27 PM
тАО11-18-2006 07:27 PM
Re: How to check the speed of network interface in RHEL AS server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2006 10:45 PM
тАО11-19-2006 10:45 PM
Re: How to check the speed of network interface in RHEL AS server?
You can use ad Windows machine:
Install a tool like Filezilla(ftp) or WinSCP3(scp or sftp), all that are free, and transfer a file of 1 ,10 or 100 megabyte into the RedHat Server.
You can see the time into the forms of the tools and can also calculate the speed by time.
I prefer calculate the speed using ftp, because this protocol si specific for file-transfer and can calculate the speed with a good accuracy.
Bye!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2006 10:45 PM
тАО11-19-2006 10:45 PM
Re: How to check the speed of network interface in RHEL AS server?
You can use an Windows machine:
Install a tool like Filezilla(ftp) or WinSCP3(scp or sftp), all that are free, and transfer a file of 1 ,10 or 100 megabyte into the RedHat Server.
You can see the time into the forms of the tools and can also calculate the speed by time.
I prefer calculate the speed using ftp, because this protocol si specific for file-transfer and can calculate the speed with a good accuracy.
Bye!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2006 03:03 AM
тАО11-20-2006 03:03 AM
Re: How to check the speed of network interface in RHEL AS server?
if the lan card configuration is set you should have something like that
ETHTOOL_OPTS="speed 1000 duplex full autoneg off"
Regards Thierry