GitXplorerGitXplorer
j

ssh_ping

public
12 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
0d88349281edf0d9e5c0054dc1811335f59567a9

Fix: Use correct median instead of minimum (#1)

mmertssmnoglu committed 8 months ago
Unverified
6c1e3e3090f8340c830195c981892863e395e913

Add a readme.

jjacobsa committed 2 years ago
Unverified
cc77694451f563e4b71d37dab36f8ec12c1ad02b

Add the initial version of ssh_ping.go.

jjacobsa committed 2 years ago
Verified
5ce3dc31ba7adbe9a962197ede3df2ca703e5664

Initial commit

jjacobsa committed 2 years ago

README

The README file for this repository.

ssh_ping is a utility for measuring SSH session latency. It connects to a host over SSH, then repeatedly sends data to be echoed back for five seconds and measures statistics about the results.

Install and run it as follows:

> go install github.com/jacobsa/ssh_ping
> ssh_ping --host some.host.com
100 samples so far...
200 samples so far...
Collected 294 samples.

Min:      13.0 ms
p05:      13.6 ms
p50:      13.0 ms
p95:      21.1 ms
Max:      26.0 ms

Mean:     17.0 ms
Std. dev:  2.6 ms