summaryrefslogtreecommitdiff
path: root/net/sshping
AgeCommit message (Collapse)AuthorFilesLines
2022-05-28sshping: Use CMAKE_INSTALL_MANDIR instead of assuming manleot2-1/+17
2022-05-28sshping: Add missing tool dependency to pod2manleot1-1/+3
2022-05-28sshping: Import sshping-0.1.4 as net/sshpingleot4-0/+34
sshping measure character-echo latency and bandwidth for an ssh session. This utility can be used 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. Packaged in pkgsrc-wip by KFL, thanks!