- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ping flood in HPUX
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
05-26-2009 09:40 PM
05-26-2009 09:40 PM
ping flood in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2009 09:55 PM
05-26-2009 09:55 PM
Re: ping flood in HPUX
>>I need to implement linux like ping flood (ping -f) and data size (ping -s) in hpux
In HPUX ping flood is not aviable but you can send the packet-size see the man page of ping.
>>Can someone give me the source code of ping utility in hpux 11iv3?
Like Linux HP is not open source I don't think so you will get the source code for the same.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2009 10:01 PM
05-26-2009 10:01 PM
Re: ping flood in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 04:30 PM
05-27-2009 04:30 PM
Re: ping flood in HPUX
Ping flood is ping without think time right?
Modulo being TCP rather than ICMP you can get the same sort of traffic with a netperf TCP_RR test. http://www.netperf.org/
If you need/want multiple requests in flight at one time, you would ./configure the netperf bits with --enable-burst and add a -b option to the netperf command line.
In the sources there should be an html version of the manual describing much of that (not sure if burst mode is there or not but it may be)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 09:40 PM
05-27-2009 09:40 PM
Re: ping flood in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2009 01:19 AM
05-28-2009 01:19 AM
Re: ping flood in HPUX
I have my doubts that the Linux ping source would compile on HP-UX.
Probably best to use an actual Linux box for this job, though controlling ping packet size is a good load test.
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
05-28-2009 01:50 AM
05-28-2009 01:50 AM
Re: ping flood in HPUX
So take linux source and compile.....
it is basic use of RAW sockets.
HPUX sources are private