HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Testing NW speed tricks
Operating System - HP-UX
1834804
Members
3036
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-13-2006 10:57 PM
07-13-2006 10:57 PM
Does anyone have any small tricks / tests for sending data via ftp or similar to test network speed without having have the overhead of disk I/O when receiving the file ?
Im trying to test a GB connection between 2 servers.
Im trying to test a GB connection between 2 servers.
Argh ye land lovers !
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 11:00 PM
07-13-2006 11:00 PM
Re: Testing NW speed tricks
Paul,
ping ?
Send packages and reports on trip time.
ping ?
Send packages and reports on trip time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 11:14 PM
07-13-2006 11:14 PM
Re: Testing NW speed tricks
Paul,
I swear by netperf:
http://www.netperf.org/netperf/NetperfPage.html
The biggest advantage being, if you have any problems with it, the guy that wrote it contributes to the forums regularly! (Rick Jones)
Alternatively, you could use TTCP - there's a rather old version here:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/nttcp-1.47/
HTH
Duncan
I am an HPE Employee
I swear by netperf:
http://www.netperf.org/netperf/NetperfPage.html
The biggest advantage being, if you have any problems with it, the guy that wrote it contributes to the forums regularly! (Rick Jones)
Alternatively, you could use TTCP - there's a rather old version here:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/nttcp-1.47/
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 01:00 PM
07-14-2006 01:00 PM
Solution
I certainly prefer it when people swear by netperf rather than at it :)
If you use netperf, reaching me may be more reliable via email, or better still the netperf-talk@netperf.org mailing list.
One can do tricks with sourcing from /dev/zero and sinking to /dev/null, but some of them (eg pipes) takes one away from normal FTP paths and system calls (eg send() versus sendfile())
WRT GbE, it is important to remember that _in and of itself_ GbE does _NOTHING_ to make data transfer any easier on the hosts. It still takes just as many CPU cycles to exchange a KB of data with GbE as it did with 100BT or 10BT. So, unless your systems were < 10% CPU util on any/all CPUs with 100BT, you won't get link-rate with GbE.
Now, there are features of specific NIC _implementations_ that can reduce host overhead - for example ChecKsum Offload (CKO) or interrupt coalescing, but again those are implementation specifics not fundamential aspects of GbE.
Also, while stock HP-UX ftp uses a TCP window (well socket buffer that then means TCP window) of 56KB that may not be enough to really get the most out of GbE. So, experiement with larger socket buffers - at _both_ ends of the connection if you can.
If you use netperf, reaching me may be more reliable via email, or better still the netperf-talk@netperf.org mailing list.
One can do tricks with sourcing from /dev/zero and sinking to /dev/null, but some of them (eg pipes) takes one away from normal FTP paths and system calls (eg send() versus sendfile())
WRT GbE, it is important to remember that _in and of itself_ GbE does _NOTHING_ to make data transfer any easier on the hosts. It still takes just as many CPU cycles to exchange a KB of data with GbE as it did with 100BT or 10BT. So, unless your systems were < 10% CPU util on any/all CPUs with 100BT, you won't get link-rate with GbE.
Now, there are features of specific NIC _implementations_ that can reduce host overhead - for example ChecKsum Offload (CKO) or interrupt coalescing, but again those are implementation specifics not fundamential aspects of GbE.
Also, while stock HP-UX ftp uses a TCP window (well socket buffer that then means TCP window) of 56KB that may not be enough to really get the most out of GbE. So, experiement with larger socket buffers - at _both_ ends of the connection if you can.
there is no rest for the wicked yet the virtuous have no pillows
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP