./net/sshping, Measure character-echo latency and bandwidth for ssh session

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.4nb1, Package name: sshping-0.1.4nb1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 3453.347 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2022-05-28 22:46:44 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sshping: Use CMAKE_INSTALL_MANDIR instead of assuming man
   2022-05-28 22:46:16 by Leonardo Taccari | Files touched by this commit (1)
Log message:
sshping: Add missing tool dependency to pod2man
   2022-05-28 19:33:20 by Leonardo Taccari | Files touched by this commit (4)
Log message:
sshping: Import sshping-0.1.4 as net/sshping

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!