Navigation:  Command Line Applications > FPing >

Usage

Top  Previous  Next

Command Line Parameters

 

fping hostname /count:packets /size:packetsize /delay:delay /loop

 

hostname / ipaddress

Hostname or IP address to ping

/count: packets

Sets the number of ICMP packets to send, default are 4.

/size: packetsize

Sets the payload size of the ICMP packets in bytes, default are 32.

/delay: delay

Determines how long (in ms) to wait between each ICMP packet, default are 150ms.

/loop

Pings host indefinitely, abort with CTRL-C

 

Examples

 

Example 1: Ping host www.netikus.net

 

fping www.netikus.net

 

Example 2: Ping host www.eventsentry.com with 8 packets and 64 bytes in size

 

fping www.eventsentry.com /count:8 /size:64

 

Sample Output

 

c:\>fping www.eventsentry.com /count:2 /size:128 /delay:300

 

Binging www.eventsentry.com@216.92.10.83

 

128 bytes from 216.92.10.83: seq = 0 time: 32 ms TTL = 49

128 bytes from 216.92.10.83: seq = 1 time: 32 ms TTL = 49

 

Roundtrip Summary:

Average: 32 ms, Minimum: 32 ms, Maximum: 32 ms, Rate: 100%