Link to home
Start Free TrialLog in
Avatar of Unimatrix_001
Unimatrix_001Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Ping?

What options would you expect to find in a ping tool?

Size of packet
Timeout
...???

Thank you!
Avatar of sunray_2003
sunray_2003
Flag of United States of America image

Hi Unimatrix_001,

Here is the syntax

http://www.computerhope.com/pinghlp.htm

SR..
Avatar of Unimatrix_001

ASKER

I know the syntax...Although you don't find all of them in your typical ping tools...I want to know what you find in a typical ping tool...
>> I want to know what you find in a typical ping tool.


Is your question , what you find using a typical ping tool ?
Not quite sure what you mean by "in a typical ping tool" ..

I am sure you must have used ping command and experimented with the different flags it has got..

SR
Well...a ping tool that isn't the DOS prompt...i.e. you don't really get the source routing options in a ping tool....
Avatar of Yan_west
Yan_west

# of current ping attemp, Destination IP address, size of packets in bytes, Ms it took to get there, Sucess of failure flag
Is this what your looking for??

-t  Ping the specifed host until interrupted.
-a  Resolve addresses to hostnames.  
-n count Number of echo requests to send.  
-l size Send buffer size.  
-f Set Don't Fragment flag in packet.  
-i TTL Time To Live.  
-v TOS Type Of Service.  
-r count Record route for count hops.  
-s count Timestamp for count hops.  
-j host-list Loose source route along host-list.  
-k host-list Strict source route along host-list.  
-w timeout Timeout in milliseconds to wait for each reply.

No, that's just what sunray put down! Right...out of those options, what would you find in a typical ping application, i.e. not the DOS prompt...but just a typical windows ping application...
are you asking for another ping program other than ping.exe that comes with microsoft operating systems?
AAAAAAAAAARRRRRRRRRGGGGGGGHHHHHHHHHHHHHH!!!!

I REALLY didn't think it'd be THIS hard to get a straight forward answer!! No I don't want the parameters to the DOS ping, I don't want a windows program that does ping for me...I want to know what ping parameters a typical windows ping program takes!...I'll start the ball rolling:

End IP
Size of packet
Timeout
...???

Don't just paste the parameters again from the DOS ping, since windows applications don't take (eg) source routing as a parameter because it's pretty much useless now..

Are you trying to write a ping utility?
ASKER CERTIFIED SOLUTION
Avatar of pseudocyber
pseudocyber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forgot to mention, enhanced ping, also with Solar Winds Engineers Edition, offers these settings:

Pol Interval, ICMP Timeout, and packet Time to Live in addition to changing the packet size, and logging.

You can add multiple nodes to ping in this program, and it creates a graphical chart with response times which scrolls.  It's very cool - and good to impress people with a color printer.
That's it!!! Thank you! :) Points awarded...
Good job psedocyber, I'm always impressed when someone can mind read! :)
Vand - it helps when someone else asks the questions first ... ;)