How to use the fping tool?

2023-06-30 04:17:27 Published
  • 0 Followed
  • 0Collected ,655Browsed

Problem Description

How to use the fping tool?

Solution

1)       Unzip the compressed package of Fping to any directory

2)       Enter the root directory where the fping folder is located. For example, if it is placed on the D drive, enter "C:\User\xyz>d:" in CMD

3)       Enter the fping folder. For example, if the fping folder is placed in the root directory of the D drive, enter "D:\>cd fping" in CMD

4)       Enter the ping package command of fping in CMD: "D:\>cd fping>fping A.B.C.D" In addition, you can add the following parameters after this command:

(1) -s 200: ping packet size, 200Bytes

(2) -n 200: the number of ping packets, 200

(2) -w 200: ping packet waiting time is the timeout time, 200ms

(3) -t 200: packet sending interval, 200ms

(4)-c: Continue to send contracts

(5) -T: print the packet sending time

(6) -L ABC.txt: Save the file to the ABC.txt subfolder in the fping parent folder (Note: If you repeatedly use a folder name to save ping records, the new ping records will overwrite the old records instead of Inherit the old records, so it is recommended to create a separate file name for each ping record)

Please rate this case:   
0 Comments

No Comments

Add Comments: