- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check the speed of network interface in HP-...
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
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
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:08 PM
тАО11-18-2006 04:08 PM
How to check the speed of network interface in HP-Unix server?
How to check the speed of network interface in HP-Unix 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 HP-Unix server.
Please suggest,
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2006 04:30 PM
тАО11-18-2006 04:30 PM
Re: How to check the speed of network interface in HP-Unix server?
You can find the speed of the network interface in the lanadmin command.
Thanks,
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2006 05:22 PM
тАО11-18-2006 05:22 PM
Re: How to check the speed of network interface in HP-Unix server?
path provides an upper bound on the speed,
not necessarily a good estimate of the speed
of a file copy operation, as that speed
depends on all the hardware along the path,
as well as any software overhead.
If you really need to know how long it takes
to copy a file, then you should measure the
time needed to copy some files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2006 06:20 PM
тАО11-18-2006 06:20 PM
Re: How to check the speed of network interface in HP-Unix server?
Take not of what I posted to your Linux question on the same subject.
The data you get from lanadmin is more useful in determining if your interface and network hardware is proeprly configured than it is for estimating throughput.
The way to estimate througput is to push through some sample files of various sizes and take timing.
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-19-2006 07:49 AM
тАО11-19-2006 07:49 AM
Re: How to check the speed of network interface in HP-Unix server?
#> lanscan
You'll see something like that:
:/# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E272C9D 0 UP lan0 snap0 1 ETHER Yes 119
0/4/0/0/6/0 0x0010837B4B9E 1 UP lan1 snap1 2 ETHER Yes 119
0/4/0/0/7/0 0x0010837B4B9F 2 UP lan2 snap2 3 ETHER Yes 119
Now, in order to see speed of lan0, run
/# lanadmin -x 0
Current Speed = 100 Full-Duplex Auto-Negotiation-OFF
where 0 is NMID of the card
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2006 11:57 AM
тАО11-19-2006 11:57 AM
Re: How to check the speed of network interface in HP-Unix server?
But when you send the file through a wide area network (where ping times are hundreds of ms) then throughput drops like a rock. You can try to estimate the time with an average ping response time, but WANs often have highly variable response times. So to predict the time needed, send a fixed length file, perhaps a 100 Mbyte file, several times, and record the variations in completion times. This pragmatic approach is much more accurate than math estimates.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2006 04:16 PM
тАО11-19-2006 04:16 PM
Re: How to check the speed of network interface in HP-Unix server?
i had downloaded a script from this forum that helps me each time i have to query the same information.
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2007 04:15 AM
тАО01-19-2007 04:15 AM
Re: How to check the speed of network interface in HP-Unix server?
On one machine you will need to run the this program in server mode and on other machine you will have to run it in client mode. See e.g. below
To run as Server type
perl bandwidth.pl server machineName/ip 9999
To run as client type
perl bandwidth.pl adaptive machineName/ip 9999
Note - MachineName/ip is the name or the ip address of the machine on which you are running the bandwith.pl program. i.e. whatever is the ip of the box itself.
9999 - is the port number for communication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2007 06:50 PM
тАО01-20-2007 06:50 PM
Re: How to check the speed of network interface in HP-Unix server?
Remember 100Mbps lan card will transfer likely to be 100kB/s ,if it is directly connected , other wise it will share with the no of ports in the HUB side.
hth,
Raj.