Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Pinging a number of times

  • 26-07-2006 11:05pm
    #1
    Registered Users, Registered Users 2 Posts: 3,008 ✭✭✭


    Im trying to ping google.com 100 times but I cant remember the command to do it. Tryed a few variariations with -t but can get it. Could somebody please give me the command


Comments

  • Registered Users, Registered Users 2 Posts: 919 ✭✭✭jbkenn


    colly10 wrote:
    Im trying to ping google.com 100 times but I cant remember the command to do it. Tryed a few variariations with -t but can get it. Could somebody please give me the command

    ping www.google.com -t -n 100

    jbkenn


  • Registered Users, Registered Users 2 Posts: 3,008 ✭✭✭colly10


    Thanks


  • Closed Accounts Posts: 1,491 ✭✭✭Foxwood


    colly10 wrote:
    Im trying to ping google.com 100 times but I cant remember the command to do it. Tryed a few variariations with -t but can get it. Could somebody please give me the command
    C:\>PING -?
    
    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] 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.
        -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.
    


Advertisement