diff options
author | sma1 <sma1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-04 05:15:10 +0000 |
---|---|---|
committer | sma1 <sma1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-04 05:15:10 +0000 |
commit | b679b1769efaa0960201d48af8c8550b054a2c3f (patch) | |
tree | e5cfc0e0335334b518068816f0ee39e65fa0d53c /TAO | |
parent | 6188c242aa50e19c98d348ed81aff1a14c44c3fc (diff) | |
download | ATCD-b679b1769efaa0960201d48af8c8550b054a2c3f.tar.gz |
see Thu Dec 3 22:41:35 1998 Shawn Michael Atkins <sma1@lambada.cs.wustl.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog-98c | 3 | ||||
-rw-r--r-- | TAO/performance-tests/Thruput/TAO/README | 22 |
2 files changed, 23 insertions, 2 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index e16a2152758..eaca87a9d42 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,5 +1,8 @@ Thu Dec 3 22:41:35 1998 Shawn Michael Atkins <sma1@lambada.cs.wustl.edu> + * performance-tests/Thruput/TAO/README: added info about the perl + scripts to the readme file (new_server_test, new_client_test, and new_run_test) + * performance-tests/Thruput/TAO/ttcp_decl.h: changed psecs to take in a double instead of a long diff --git a/TAO/performance-tests/Thruput/TAO/README b/TAO/performance-tests/Thruput/TAO/README index d4c93c8d4f4..c7f3897f6b4 100644 --- a/TAO/performance-tests/Thruput/TAO/README +++ b/TAO/performance-tests/Thruput/TAO/README @@ -34,8 +34,18 @@ Three scripts are provided (2) run_client : runs tests for various data types (3) run_test : called by run_client -Compiling ---------- +Three perl script are provided (same scripts just ported to perl) + +(1) new_server_test : runs the server. + +(2) new_client_test : runs the client for various data types. command +options are a directory (./results/REMOTE/XXX) to store the results and a +second option that is the file permissions to set for the directory that +the results are stored in; defaults to 755. + +(3) new_run_test : called by new_client_test + +Compiling --------- Type make @@ -45,3 +55,11 @@ flag from the CPPFLAGS Aniruddha Gokhale gokhale@cs.wustl.edu + + + + + + + + |