
psping
List of commands for psping:
-
psping:tldr:3a161 psping: Display usage information.$ psping /?try on your machineexplain this command
-
psping:tldr:b4c57 psping: Ping the target over TCP 50 times and produce a histogram of the results.$ psping ${hostname}:${port} -q -n ${50} -htry on your machineexplain this command
-
psping:tldr:c6619 psping: Specify the number of pings and perform it quietly.$ psping ${hostname} -n ${pings} -qtry on your machineexplain this command
-
psping:tldr:efc34 psping: Ping a host using ICMP.$ psping ${hostname}try on your machineexplain this command
-
psping:tldr:fc86c psping: Ping a host over a TCP port.$ psping ${hostname}:${port}try on your machineexplain this command