skipctl
A simple client (and server) to perform various network troubleshooting.
Installation
Download the latest release.
Usage
The various test commands will execute against an API server. Run skipctl test ping --api-server=something to get a list of supported API server names.
An API server represents a location that can run tests from their perspective. All communication with API servers is encrypted over TLS.
Ping
skipctl test ping --hostname=example.com --api-server=myApiServer
Port probe
skipctl test probe --hostname=example.com --port=1521 --api-server=myApiServer