diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-08 17:47:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-08 17:47:45 +0000 |
commit | b3e3664a3907732775b8b39653292da78524c365 (patch) | |
tree | edf4a94e294ed3a73dcad746b96e6258c57f9074 /examples/IPC_SAP | |
parent | 52825c1a9b4721141b8c62af5a506bdedab179ae (diff) | |
download | ATCD-b3e3664a3907732775b8b39653292da78524c365.tar.gz |
.
Diffstat (limited to 'examples/IPC_SAP')
-rwxr-xr-x | examples/IPC_SAP/SOCK_SAP/run_test | 2 | ||||
-rwxr-xr-x | examples/IPC_SAP/SOCK_SAP/summarize | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/run_test b/examples/IPC_SAP/SOCK_SAP/run_test index 487e6ebdc92..81710838852 100755 --- a/examples/IPC_SAP/SOCK_SAP/run_test +++ b/examples/IPC_SAP/SOCK_SAP/run_test @@ -1,7 +1,7 @@ #! /bin/sh # $Id$ # -# Spawns MT_Cubit server and client executables on a single host. +# Spawns CPP-inclient and CPP-inserver-fancy executables on a single host. usage="usage: $0 [-n <iterations>] [-t] [-l] <# low priority threads>" usage2=" [-t] uses /tmp, [-l] suppresses use of -ORBiioplite" diff --git a/examples/IPC_SAP/SOCK_SAP/summarize b/examples/IPC_SAP/SOCK_SAP/summarize index 5812ebdae20..6934685bab1 100755 --- a/examples/IPC_SAP/SOCK_SAP/summarize +++ b/examples/IPC_SAP/SOCK_SAP/summarize @@ -4,10 +4,11 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}' # $Id$ # -# Summarizes results from a series of runs of MT_Cubit_Test, with -# different numbers of clients. Example usage: +# Summarizes results from a series of runs of the CPP-inclient and +# CPP-inserver-fancy test, with different numbers of clients. +# Example usage: # -# $ for i in 1 2 5 10 15 20 25 30 35 40 45 50; do ./MT_Cubit_Test $i; done +# $ for i in 1 2 5 10 15 20 25 30 35 40 45 50; do ./run_test $i; done # $ ./summarize # # The first three lines above let this script run without specifying the |