- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Measure Performance over network
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
07-25-2006 12:49 AM
07-25-2006 12:49 AM
In Extranet, we have customer accessing the Production Server. I wish to measure the performance in quantitative figures.
The reason to do so is in future the physical location for prod server is going to be changed and i wish to have some figure to keep same performance speed.
Is it possible?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 12:55 AM
07-25-2006 12:55 AM
Solutionnetstat -i 3
http://www.hpux.ws/system.perf.sh
Set the measurement time in the script and do multiple collections of data for reach configuration.
Also: gpm frm glanceplus can help.
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
07-25-2006 05:11 AM
07-25-2006 05:11 AM
Re: Measure Performance over network
In my experience, the best tool for measuring network performance is netperf, written by HP's own Rick Jones.
You can download a free copy of netperf and the documentation from:
http://www.netperf.org/netperf/NetperfPage.html
This tool can be used to simulate nearly any type of network traffic and give you exact measurements of throughput. It would be great to collect a baseline set of measurements of different network traffic (inbound UDP, inbound TCP, outbound UDP, outbound TCP, etc.) and then compare these against the same tests once the server is relocated.
If you happen to know what type of network traffic your applications use, I'm sure you could run a netperf test to simulate those types of network transactions/traffic. Those test results would be especially useful after the server is relocated. For example, if your application uses UDP in a request/response fashion then knowing the TCP Stream test results might not be that useful but having the UDP_RR test results would be critical.
The more you know about the networking behavior of your applications, the better you'll be able to customize the netperf tests to simulate them. Things like the size of the request packets can make a huge difference in performance - and again, the closer you get to your real application behavior the more useful the data will be.
I hope this helps,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 07:31 PM
07-25-2006 07:31 PM
Re: Measure Performance over network
Can you please guide me in short tips?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 08:30 PM
07-25-2006 08:30 PM
Re: Measure Performance over network
You can download it from, ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/netperf-2.4.1.tar.gz
Check this for more information : ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/netperf_2.1_manual.pdf
-Arun