pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sshping: Remove markdown formatting in DESCR and shorten a bit



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat May 28 19:11:29 2022 +0200
Changeset:	53641ed70378aed0362c29b44ed9745159478330

Modified Files:
	sshping/DESCR

Log Message:
sshping: Remove markdown formatting in DESCR and shorten a bit

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=53641ed70378aed0362c29b44ed9745159478330

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sshping/DESCR | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diffs:
diff --git a/sshping/DESCR b/sshping/DESCR
index 84c78b41cc..ad3af93701 100644
--- a/sshping/DESCR
+++ b/sshping/DESCR
@@ -1,18 +1,9 @@
-# sshping
-measure character-echo latency and bandwidth for an ssh session
-
-## Description
-
-Use this 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.
-
-For the echo test, you may specify a character count limit (-c) or a test
-time limit (-t), and also the command (-e) used on the remote system that
-echoes characters back.
-
-For the speed test, you may specify the number of megabytes to send (-s)
-and the target location for the copies (-z).
+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.


Home | Main Index | Thread Index | Old Index