diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-27 21:23:54 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-27 21:23:54 +0000 |
commit | 379f5f19560e3d90af60c7d187f30e01b0fd06be (patch) | |
tree | 14cb1b1409da16c627d1ff3023cec5d12d50a89c | |
parent | 85d70131aec9ef5889b209b760428bd7f09c0742 (diff) | |
download | ATCD-379f5f19560e3d90af60c7d187f30e01b0fd06be.tar.gz |
ChangeLogTag:Sun Jan 27 13:22:11 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 8 | ||||
-rw-r--r-- | TAO/performance-tests/Latency/README | 40 | ||||
-rw-r--r-- | TAO/performance-tests/README | 38 |
3 files changed, 54 insertions, 32 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 072e683fed6..f460baa8ecf 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,11 @@ +Sun Jan 27 13:22:11 2002 Ossama Othman <ossama@uci.edu> + + * performance-tests/README: + * performance-tests/Latency/README: + + Updated in accordance with the new "Latency" performance test + organization. + Sun Jan 27 12:51:02 2002 Ossama Othman <ossama@uci.edu> * performance-tests/Makefile (DIRS): diff --git a/TAO/performance-tests/Latency/README b/TAO/performance-tests/Latency/README new file mode 100644 index 00000000000..dbdd8cf835d --- /dev/null +++ b/TAO/performance-tests/Latency/README @@ -0,0 +1,40 @@ +# +# $Id$ +# + +This directory contains a number of tests that illustrate the +performance of TAO and other ORBs. The individual directories contain +READMEs on how to run the following performance tests: + + . AMI + + A latency test for AMI requests + + . AMH + + Latency tests for AMH-enabled applications + + . DII + + A latency test for DII requests + + . DSI + + A latency test for DSI servers + + . Deferred + + A latency test for deferred synchronous requests + + . Single_Threaded + + Latency test for single threaded applications + + . Thread_Pool + + Latency test for thread pool servers (and threaded clients) + + . Thread_Per_Connection + + Latency test for thread-per-connection servers (and threaded + clients) diff --git a/TAO/performance-tests/README b/TAO/performance-tests/README index b4655556a30..1fbf7af6fe8 100644 --- a/TAO/performance-tests/README +++ b/TAO/performance-tests/README @@ -1,4 +1,6 @@ -$Id$ +# +# $Id$ +# This directory contains a number of tests that illustrate the performance of TAO and other ORBs. The individual directories contain @@ -10,38 +12,10 @@ READMEs on how to run the following performance tests: measure the latency, jitter, CPU utilization, and priority inversion of these ORBs. - . AMI_Latency + . Latency - A latency test for AMI requests - - . AMH_Single_Threaded_Latency - - Latency test for AMH single threaded applications - - . DII_Latency - - A latency test for DII requests - - . DSI_Latency - - A latency test for DSI servers - - . Deferred_Latency - - A latency test for deferred synchronous requests - - . Single_Threaded_Latency - - Latency test for single threaded applications - - . Thread_Pool_Latency - - Latency test for thread pool servers (and threaded clients) - - . Thread_Per_Connection_Latency - - Latency test for thread-per-connection servers (and threaded - clients) + A set of performance tests that measure throughput, latency + and jitter. . POA |