mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
cd19da2f42
latency and bandwidth.
8 lines
396 B
Plaintext
8 lines
396 B
Plaintext
Utility to test the performance of interactive ssh sessions or scp file
|
|
transfers. It uses ssh to log into a remote system, then runs two tests: the
|
|
first test sends one character at a time, waiting for each character to be
|
|
returned while it records the latency time for each. The second test sends a
|
|
dummy file over scp to /dev/null on the remote system.
|
|
|
|
WWW: https://github.com/spook/sshping/
|