Skip to content

wait4port is a simple commandline tool to wait for a tcp port to become open.

License

Notifications You must be signed in to change notification settings

joernott/wait4port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wait4Port

wait4port is a simple commandline tool to wait for a tcp port to become open. It is written in go.

License

This tool is licensed under the MIT License

Building

go get -v github.com/joernott/wait4port

Running

wait4port accepts the following commandline parameters:

Short Long Purpose Default
-h --help help for wait4port
-s, --server string Server name "localhost"
-p, --port int Network port 22
-t, --timeout int Timeout for connection in seconds 30
-r --retry int Number of retries 10
-w, --wait int Seconds to wait between tries 30
-v, --verbose Verbose output false

About

wait4port is a simple commandline tool to wait for a tcp port to become open.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages