How To Ping Continuously Until Stopped

RegisterLogin
How To Ping Continuously Until Stopped
Post Description: Pinging An Ip Continuously Ping The Specified Host Until Stopped. To See Statistics And Continue - Type Control-break To Stop - Type Control-c.
Tags: How, To, Ping, Continuously, Until, Stopped
This Post Was Posted On Jan 11, 2010 By Henrimorales #3046
i recently learned this. i wanted to know how to ping an ip adderss like forever without stopping because usually when you send the ping command it only pings like for four times, then it stops, but i am monitoring a server and to ping continuously all you have to do is use the -t option

for example, if i want to ping this ip: 192.168.1.155 i would send this command in the Windows DOS terminal


DOS COMMAND:
ping 192.168.1.155 -t


top stop it, just hit control+c

thats it
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
Debashish
#10222 1
Good info. Thanks.
Apr 06, 2013 Reply Report abuse
computer
#4947 2
use -t but also use -l (and then most amount of bits it will allow in place of this)
Mar 28, 2011 Reply Report abuse
geri
#4003 3
i have tried to continuously ping but it doesnt work, are you sure its a -t for that?
May 26, 2010 Reply Report abuse
henrymorales
#3236 4
i forgot to add this, you might need it:
Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
            [-r count] [-s count] [[-j host-list] | [-k host-list]]
            [-w timeout] [-R] [-S srcaddr] [-4] [-6] target_name

Options:
    -t             Ping the specified host until stopped.
                   To see statistics and continue - type Control-Break;
                   To stop - type Control-C.
    -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 (IPv4-only).
    -i TTL         Time To Live.
    -v TOS         Type Of Service (IPv4-only. This setting has been deprecated
                   and has no effect on the type of service field in the IP Head
er).
    -r count       Record route for count hops (IPv4-only).
    -s count       Timestamp for count hops (IPv4-only).
    -j host-list   Loose source route along host-list (IPv4-only).
    -k host-list   Strict source route along host-list (IPv4-only).
    -w timeout     Timeout in milliseconds to wait for each reply.
    -R             Use routing header to test reverse route also (IPv6-only).
    -S srcaddr     Source address to use.
    -4             Force using IPv4.
    -6             Force using IPv6.

Jan 11, 2010 Reply Report abuse
sudhar
#9202 5
thanks dude
Nov 19, 2011 Reply Report abuse
Leave Your Comments...
©2013 Webune Forums - Sun Apr 07, 2013 2:48 am
Powered by: Webune Forums V3