Sat May 28 17:33:20 2022 UTC ()
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!


(leot)
diff -r0 -r1.1 pkgsrc/net/sshping/DESCR
diff -r0 -r1.1 pkgsrc/net/sshping/Makefile
diff -r0 -r1.1 pkgsrc/net/sshping/PLIST
diff -r0 -r1.1 pkgsrc/net/sshping/distinfo

File Added: pkgsrc/net/sshping/DESCR
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.

File Added: pkgsrc/net/sshping/Makefile
# $NetBSD: Makefile,v 1.1 2022/05/28 17:33:20 leot Exp $

DISTNAME=	sshping-0.1.4
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_GITHUB:=spook/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/spook/sshping/
COMMENT=	Measure character-echo latency and bandwidth for ssh session
LICENSE=	mit

USE_CMAKE=	yes
USE_LANGUAGES=	c c++

.include "../../security/libssh/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/net/sshping/PLIST
@comment $NetBSD: PLIST,v 1.1 2022/05/28 17:33:20 leot Exp $
bin/sshping
man/man8/sshping.8

File Added: pkgsrc/net/sshping/distinfo
$NetBSD: distinfo,v 1.1 2022/05/28 17:33:20 leot Exp $

BLAKE2s (sshping-0.1.4.tar.gz) = 2108dc5850f721ccde6a486689b4f8c3f6846345d019625ae1f5c8bbf0e17c6a
SHA512 (sshping-0.1.4.tar.gz) = 16d72099b468c58d44835822a372f97863ba0b73282e8e64c20b0a0e6465e6f9efa634a85b0c7c13d03c470c547b08332820bf177f5bad59984270801ab74782
Size (sshping-0.1.4.tar.gz) = 3536227 bytes