Operating System - HP-UX
1748282 Members
4120 Online
108761 Solutions
New Discussion юеВ

Re: Check the Packit Transfering through Ping

 
SOLVED
Go to solution
Rabi_1
New Member

Check the Packit Transfering through Ping

i m new in UNIX environment, i need to verify the worth of my network by transmiting a 16000 bytes packet rate. how would i perform this task.
in windows environment the command:
ping hostname -l 16000 is used.
what would be the same in HP-UX?
3 REPLIES 3
fuusmani
Advisor
Solution

Re: Check the Packit Transfering through Ping

dear rabi u may use the same ping comand butu may use it like
ping host-name packet-rate
e.g
ping 0.0.0.0 16000
Rabi_1
New Member

Re: Check the Packit Transfering through Ping

Dear Thanks alot.
Steven Schweda
Honored Contributor

Re: Check the Packit Transfering through Ping

> i m new in UNIX environment, [...]

man ping