Operating System - HP-UX
1834458 Members
2926 Online
110067 Solutions
New Discussion

Re: Testing GigE Ethernet speed

 
SOLVED
Go to solution
PatRoy
Regular Advisor

Testing GigE Ethernet speed

G'day experts :)

I'd like to know how I can test my 1000Gb ethernet cards to make sure my network speed is really okay, that I've got no errors, etc.

6 REPLIES 6
James R. Ferguson
Acclaimed Contributor
Solution

Re: Testing GigE Ethernet speed

Hi Pat:

You could use 'ladadmin'. To obtain the 'ppa' you want, use 'lanscan'.

Regards!

...JRF...
Olivier Masse
Honored Contributor

Re: Testing GigE Ethernet speed

First do "lanadmin -x [n]" where [n] = the number of your interface, and confirm that speed is at 1000 Full-Duplex.

Then, as James mentioned, you can use lanadmin to check for error statistics.

If you have the time, the best way to actually test network performance between servers is using iperf (available on sourceforge, it compiles easily with gcc). Or simply FTP off some huge file somewhere that's also gigabit-connected.

Good luck
rick jones
Honored Contributor

Re: Testing GigE Ethernet speed

iperf - tsk tsk tsk :) go with http://www.netperf.org/
there is no rest for the wicked yet the virtuous have no pillows
Olivier Masse
Honored Contributor

Re: Testing GigE Ethernet speed

Geez. Sorry Rick, I haven't used netperf in a long, long while, kinda forgot its name, and found iperf when googling for such a tool last year. Worst thing is, I have a few slides that mention iperf in an upcoming HPTF presentation, they're frozen, but I'll check if I can submit a reviewed version with a note that mentions netperf.
rick jones
Honored Contributor

Re: Testing GigE Ethernet speed

No worries, there are some things easier in iperf than netperf2 at present - like multiple concurrent tests. I'll have to deal with that one of these days :)
there is no rest for the wicked yet the virtuous have no pillows
Olivier Masse
Honored Contributor

Re: Testing GigE Ethernet speed

Well I'll see anyway what can be done to have it revised with a bullet that mentions netperf as an option. I completely missed it, and that sucks.