Forrest logo
back to context overview

psping

List of commands for psping:

  • psping:tldr:3a161 psping: Display usage information.
    $ psping /?
    try on your machine
    explain 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} -h
    try on your machine
    explain this command
  • psping:tldr:c6619 psping: Specify the number of pings and perform it quietly.
    $ psping ${hostname} -n ${pings} -q
    try on your machine
    explain this command
  • psping:tldr:efc34 psping: Ping a host using ICMP.
    $ psping ${hostname}
    try on your machine
    explain this command
  • psping:tldr:fc86c psping: Ping a host over a TCP port.
    $ psping ${hostname}:${port}
    try on your machine
    explain this command
back to context overview