From owner-cvs-src@FreeBSD.ORG Thu Apr 24 06:56:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90D991065679; Thu, 24 Apr 2008 06:56:45 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F50B8FC0A; Thu, 24 Apr 2008 06:56:45 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3O6ujLQ017950; Thu, 24 Apr 2008 06:56:45 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3O6ujNJ017949; Thu, 24 Apr 2008 06:56:45 GMT (envelope-from gnn) Message-Id: <200804240656.m3O6ujNJ017949@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Thu, 24 Apr 2008 06:56:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/mctest mctest.1 mctest.cc mctest_run.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 06:56:45 -0000 gnn 2008-04-24 06:56:45 UTC FreeBSD src repository Modified files: tools/tools/mctest mctest.1 mctest.cc Added files: tools/tools/mctest mctest_run.sh Log: Updated the test to handle multiple sinks. The sinks cut their transmissions by the number of them running so that they do not overwhelm the source. Added a simple shell script to kick off sinks on multiple hosts as well as a source on the host where the shell script is run. The script also collects the output of all the sinks and the source into files named for the host on which the tests are run. A date is appended to each output file to make it unique per run. Revision Changes Path 1.2 +11 -4 src/tools/tools/mctest/mctest.1 1.4 +70 -36 src/tools/tools/mctest/mctest.cc 1.1 +67 -0 src/tools/tools/mctest/mctest_run.sh (new)