Date: Thu, 24 Apr 2008 06:56:45 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/mctest mctest.1 mctest.cc mctest_run.sh Message-ID: <200804240656.m3O6ujNJ017949@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804240656.m3O6ujNJ017949>