Skip to main content

Ping hosts using tcp syn packets

Project description

Downloads

synping

Ping hosts using tcp syn packets.

Simple example:

$ synping example.org

Pinging example.org 4 times on port 80:

Reply from 93.184.216.34:80 time=7.40 ms
Reply from 93.184.216.34:80 time=10.31 ms
Reply from 93.184.216.34:80 time=7.18 ms
Reply from 93.184.216.34:80 time=6.92 ms

Statistics:
--------------------------

Host: example.org

Sent: 4 packets
Received: 4 packets
Lost: 0 packets (0.00%)

Min time: 6.92 ms
Max time: 10.31 ms
Average time: 7.95 ms

Install

Install using pip:

pip install synping

or

Download and set executable permission on the script file:

chmod +x synping.py

or

Download and run using the python interpreter:

python synping.py

Usage

Usage: synping host [options]

ping hosts using tcp syn packets

Options:
  --version   show program's version number and exit
  -h, --help  show this help message and exit
  -t          ping host until stopped with 'control-c'
  -n COUNT    number of requests to send (default: 4)
  -p PORT     port number to use (default: 80)
  -w TIMEOUT  timeout in seconds to wait for reply
              (default: 3)

Examples

Ping host on port 80 (default):

$ synping host

Ping host on port 22:

$ synping host -p 22

Ping host 10 times with 1 second timeout:

$ synping host -n 10 -w 1

Notes

  • Works on Python 2 and Python 3

  • Works fine on Linux and should work on all platforms

  • Briefly tested on Windows, Cygwin and OSX

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synping-0.8.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page