From owner-cvs-ports@FreeBSD.ORG Thu Oct 20 19:32:15 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF8A116A420; Thu, 20 Oct 2005 19:32:15 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831D543D62; Thu, 20 Oct 2005 19:32:15 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9KJWF2C021807; Thu, 20 Oct 2005 19:32:15 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9KJWFNq021806; Thu, 20 Oct 2005 19:32:15 GMT (envelope-from sem) Message-Id: <200510201932.j9KJWFNq021806@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 20 Oct 2005 19:32:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks Makefile ports/benchmarks/thrulay Makefile distinfo pkg-descr pkg-message pkg-plist ports/benchmarks/thrulay/files thrulayd.sh.sample X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 19:32:16 -0000 sem 2005-10-20 19:32:15 UTC FreeBSD ports repository Modified files: benchmarks Makefile Added files: benchmarks/thrulay Makefile distinfo pkg-descr pkg-message pkg-plist benchmarks/thrulay/files thrulayd.sh.sample Log: The program thrulay is used to measure the capacity, delay, and other performance metrics of a network by sending a bulk TCP or UDP stream over it. Special features of thrulay include: * For TCP, ability to measure round-trip delay along with throughput * For UDP, ability to measure - one-way delay, with quantiles - packet loss - packet duplication - reordering * For UDP, the ability to send precisely positioned true Poisson streams (microsecond errors in sending times) * Human- and machine-readable output (ready to be fed to gnuplot) WWW: http://www.internet2.edu/~shalunov/thrulay/ PR: ports/87683 Submitted by: Stanislav Shalunov Revision Changes Path 1.48 +1 -0 ports/benchmarks/Makefile 1.1 +31 -0 ports/benchmarks/thrulay/Makefile (new) 1.1 +1 -0 ports/benchmarks/thrulay/distinfo (new) 1.1 +14 -0 ports/benchmarks/thrulay/files/thrulayd.sh.sample (new) 1.1 +16 -0 ports/benchmarks/thrulay/pkg-descr (new) 1.1 +4 -0 ports/benchmarks/thrulay/pkg-message (new) 1.1 +5 -0 ports/benchmarks/thrulay/pkg-plist (new)