Windows Ping Options
Windows Ping Command Options How to Use Ping Command on Linux?

-
-t : Continuous ping. ping 172.22.82.1 —t
-
-n: Number of ping packet. D ping 172.22.82.1 —n 2
-
-l : Size of the ping packet. -> ping 172.22.82.1—l 200
-
-i : The value of TTL. ping 172.22.82.1 -i 200
-
-w: TO adjust the time-out. ping 172.22.82.1 -w 2000
-
-f : Sets the Do Not Fragment bit -> ping 172.22.82.1 —f
-
-a: To resolve, the hostname of a target. -> ping 172.22.82.1 -a
Learn more:
https://ipcisco.com/lesson/ping-command/