8000 GitHub - hermzz/port-monitor: Monitor a port for open/closedness
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hermzz/port-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Port Monitor

usage: portmon.py [-h] [--timeout TIMEOUT] [--sleep SLEEP] host port

Monitor a port for open/closedness

positional arguments:
  host               Host to monitor
  port               Port to monitor

optional arguments:
  -h, --help         show this help message and exit
  --timeout TIMEOUT  Timeout (seconds)
  --sleep SLEEP      Time to sleep between checks (seconds)

Example

Monitor port 1234 at example.com with a timeout of 2 seconds and waiting 2 minutes between tries.

$ ./portmon.py --timeout=2 -sleep=120 example.com 1234

About

Monitor a port for open/closedness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0