summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-06 12:01:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-06 12:01:49 +0000
commitc9fbe16365223a46878a43bf62aaa24a8100b192 (patch)
tree6801a87f1388658928fed2bb08ed3cd9e6711f53 /TAO/performance-tests
parente98803353ff88331921da58071345d462a81c448 (diff)
downloadATCD-c9fbe16365223a46878a43bf62aaa24a8100b192.tar.gz
Fixed fuzz
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestApps/README22
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/README8
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestServant/README8
-rw-r--r--TAO/performance-tests/Latency/AMI/README2
-rw-r--r--TAO/performance-tests/Latency/Collocation/README8
-rw-r--r--TAO/performance-tests/Latency/DII/README2
-rw-r--r--TAO/performance-tests/Latency/DSI/README2
-rw-r--r--TAO/performance-tests/Latency/Deferred/README2
-rw-r--r--TAO/performance-tests/Latency/Single_Threaded/README2
-rw-r--r--TAO/performance-tests/Latency/Thread_Per_Connection/README2
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/README2
-rw-r--r--TAO/performance-tests/Memory/Single_Threaded/README10
-rw-r--r--TAO/performance-tests/POA/Create_Reference/README2
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/README2
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/README2
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMI/README2
-rw-r--r--TAO/performance-tests/Sequence_Latency/DII/README2
-rw-r--r--TAO/performance-tests/Sequence_Latency/DSI/README2
-rw-r--r--TAO/performance-tests/Sequence_Latency/Deferred/README2
-rw-r--r--TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/README2
-rw-r--r--TAO/performance-tests/Sequence_Latency/Thread_Pool/README4
-rw-r--r--TAO/performance-tests/Throughput/README2
22 files changed, 68 insertions, 24 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestApps/README b/TAO/performance-tests/CSD_Strategy/TestApps/README
index 61ddc725de5..95c7b1096ee 100644
--- a/TAO/performance-tests/CSD_Strategy/TestApps/README
+++ b/TAO/performance-tests/CSD_Strategy/TestApps/README
@@ -1,13 +1,15 @@
/**
+$Id$
+
@page CSD_Strategy TestApp README File
- This directory contains the test applications. This test tries to
+ This directory contains the test applications. This test tries to
estimate how fast the CSD strategy can handle requests.
- To run the test use the run_test.pl script as below. The number
-parameter is the trail id for the server used to identify the test
-results when running same test multiple times using single script.
+ To run the test use the run_test.pl script as below. The number
+parameter is the trail id for the server used to identify the test
+results when running same test multiple times using single script.
The id should be positive integer.
@@ -15,10 +17,10 @@ $ ./run_test.pl 1
1 remote client, 1 servant, 1 orb thread (main thread), 1 csd strategy thread
-$ ./run_test.pl remote 1
+$ ./run_test.pl remote 1
40 remote clients, 1 servant, 1 orb thread (main thread), 1 csd strategy thread
-
+
$ ./run_test.pl collocated 1
10 collocated clients, 1 servant, 1 orb thread (main thread), 1 csd strategy thread
@@ -27,7 +29,7 @@ $ ./run_test.pl remote_orbthreads 1
40 remote clients, 1 servant, 5 orb threads, 1 csd strategy thread
-$ ./run_test.pl remote_servants 1
+$ ./run_test.pl remote_servants 1
40 remote clients, 5 servants, 5 orb threads, 1 csd strategy thread
@@ -35,15 +37,15 @@ $ ./run_test.pl remote_csdthreads 1
40 remote clients, 5 servants, 1 orb thread (main thread), 5 csd strategy threads
-$ ./run_test.pl remote_big 1
+$ ./run_test.pl remote_big 1
40 remote clients, 10 servants, 4 orb threads, 5 csd strategy threads
-$ ./run_test.pl collocated_big 1
+$ ./run_test.pl collocated_big 1
40 collocated clients, 10 servants, 1 orb thread (main thread), 5 csd strategy threads
-$ ./run_test.pl big 1
+$ ./run_test.pl big 1
40 remote clients, 40 collocated clients, 10 servants, 4 orb threads, 5 csd strategy threads
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/README b/TAO/performance-tests/CSD_Strategy/TestInf/README
index 1d7f59a5c47..ac3aa526e31 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/README
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/README
@@ -1,11 +1,13 @@
/**
+$Id$
+
@page CSD_Strategy TestInf README File
- This is the test infrastructure library. It contains the common shared
-code such as test exception idl files, the helper functions that wrap multiple
+ This is the test infrastructure library. It contains the common shared
+code such as test exception idl files, the helper functions that wrap multiple
TAO operations and the classes provide the basic test functionalities. Adding
-this library is to simplify the development of the new tests.
+this library is to simplify the development of the new tests.
*/
diff --git a/TAO/performance-tests/CSD_Strategy/TestServant/README b/TAO/performance-tests/CSD_Strategy/TestServant/README
index b8ccf09aaf1..ded360a7dc7 100644
--- a/TAO/performance-tests/CSD_Strategy/TestServant/README
+++ b/TAO/performance-tests/CSD_Strategy/TestServant/README
@@ -1,10 +1,12 @@
/**
+$Id$
+
@page CSD_Strategy TestServant README File
- This is a library for the specific test. It contains test idl files, the
+ This is a library for the specific test. It contains test idl files, the
servant implementaions, test statistics and the client task with sequence
-of remote invocations. Adding this library is to simplify the tests with
+of remote invocations. Adding this library is to simplify the tests with
multiple clients or collocated tests.
-
+
*/
diff --git a/TAO/performance-tests/Latency/AMI/README b/TAO/performance-tests/Latency/AMI/README
index 16828112bc6..08bc17c47c8 100644
--- a/TAO/performance-tests/Latency/AMI/README
+++ b/TAO/performance-tests/Latency/AMI/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page AMI Latency Test README File
This test tries to estimate the minimum latency for a AMI
diff --git a/TAO/performance-tests/Latency/Collocation/README b/TAO/performance-tests/Latency/Collocation/README
index 79bd79db8c9..866c09da90d 100644
--- a/TAO/performance-tests/Latency/Collocation/README
+++ b/TAO/performance-tests/Latency/Collocation/README
@@ -1,10 +1,12 @@
/**
+$Id$
+
@page Collocation Performance Test README File
This test estimates the minimum latency for a twoway
-request when both client and server are collocated. The test uses a single
-threaded client and server, and configures the ORB to eliminate common sources
+request when both client and server are collocated. The test uses a single
+threaded client and server, and configures the ORB to eliminate common sources
of overhead, such as locking. Further, this test uses the default collocation
strategy in TAO, i.e. "thru_poa".
@@ -22,6 +24,6 @@ network.
$ ./run_test.pl
the script returns 0 if the test was successful, and prints
-out the performance numbers.
+out the performance numbers.
*/
diff --git a/TAO/performance-tests/Latency/DII/README b/TAO/performance-tests/Latency/DII/README
index 582ec78483a..5c10c40f7c1 100644
--- a/TAO/performance-tests/Latency/DII/README
+++ b/TAO/performance-tests/Latency/DII/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page DII Latency Test README File
This test tries to estimate the minimum latency for a DII twoway
diff --git a/TAO/performance-tests/Latency/DSI/README b/TAO/performance-tests/Latency/DSI/README
index e1f411e2632..2a6fd032c08 100644
--- a/TAO/performance-tests/Latency/DSI/README
+++ b/TAO/performance-tests/Latency/DSI/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Single Threaded Performance Test README File
This test tries to estimate the minimum latency for a twoway
diff --git a/TAO/performance-tests/Latency/Deferred/README b/TAO/performance-tests/Latency/Deferred/README
index f7fd39389a5..1a91af3e8f0 100644
--- a/TAO/performance-tests/Latency/Deferred/README
+++ b/TAO/performance-tests/Latency/Deferred/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Deferred Synchronous Latency Test README File
This test tries to estimate the minimum latency for a deferred
diff --git a/TAO/performance-tests/Latency/Single_Threaded/README b/TAO/performance-tests/Latency/Single_Threaded/README
index e1f411e2632..2a6fd032c08 100644
--- a/TAO/performance-tests/Latency/Single_Threaded/README
+++ b/TAO/performance-tests/Latency/Single_Threaded/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Single Threaded Performance Test README File
This test tries to estimate the minimum latency for a twoway
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/README b/TAO/performance-tests/Latency/Thread_Per_Connection/README
index e1f411e2632..2a6fd032c08 100644
--- a/TAO/performance-tests/Latency/Thread_Per_Connection/README
+++ b/TAO/performance-tests/Latency/Thread_Per_Connection/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Single Threaded Performance Test README File
This test tries to estimate the minimum latency for a twoway
diff --git a/TAO/performance-tests/Latency/Thread_Pool/README b/TAO/performance-tests/Latency/Thread_Pool/README
index 41a04c09fdb..7efd0c2a1ca 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/README
+++ b/TAO/performance-tests/Latency/Thread_Pool/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Thread Pool Latency Test README File
This test tries to estimate the minimum latency for the
diff --git a/TAO/performance-tests/Memory/Single_Threaded/README b/TAO/performance-tests/Memory/Single_Threaded/README
index e83f3663b44..afea56bfa91 100644
--- a/TAO/performance-tests/Memory/Single_Threaded/README
+++ b/TAO/performance-tests/Memory/Single_Threaded/README
@@ -1,10 +1,12 @@
/**
+$Id$
+
@page Single_Threaded Test README File
- This is a simple test to track memory usage of the executables
-ie. size of task's code + data + stack space. This will not be run
-in our daily builds. This will be used only to see the memory used
-by the executables. This is just a start for more things to come.
+ This is a simple test to track memory usage of the executables
+ie. size of task's code + data + stack space. This will not be run
+in our daily builds. This will be used only to see the memory used
+by the executables. This is just a start for more things to come.
*/
diff --git a/TAO/performance-tests/POA/Create_Reference/README b/TAO/performance-tests/POA/Create_Reference/README
index 9bd9630edea..aafd5f5ed0a 100644
--- a/TAO/performance-tests/POA/Create_Reference/README
+++ b/TAO/performance-tests/POA/Create_Reference/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Create_Reference Performance Test README File
This test measures the time required to create an object
diff --git a/TAO/performance-tests/POA/Implicit_Activation/README b/TAO/performance-tests/POA/Implicit_Activation/README
index 5ffef4c1032..c7587e61330 100644
--- a/TAO/performance-tests/POA/Implicit_Activation/README
+++ b/TAO/performance-tests/POA/Implicit_Activation/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Activation Test README File
This test measures the time required to activate (via _this)
diff --git a/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/README b/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/README
index 781f8ffb321..0223afcce0b 100644
--- a/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/README
+++ b/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page AMH Sequence Latency Test README File
This test tries to estimate the minimum latency for a AMH
diff --git a/TAO/performance-tests/Sequence_Latency/AMI/README b/TAO/performance-tests/Sequence_Latency/AMI/README
index d8ca3e7a1a1..6089e0d1fb2 100644
--- a/TAO/performance-tests/Sequence_Latency/AMI/README
+++ b/TAO/performance-tests/Sequence_Latency/AMI/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page AMI Latency Test README File
This test tries to estimate the minimum latency for a AMI
diff --git a/TAO/performance-tests/Sequence_Latency/DII/README b/TAO/performance-tests/Sequence_Latency/DII/README
index 7cabdf8ff6f..2b8448c0fe9 100644
--- a/TAO/performance-tests/Sequence_Latency/DII/README
+++ b/TAO/performance-tests/Sequence_Latency/DII/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page DII Latency Test README File
This test tries to estimate the minimum latency for a DII twoway
diff --git a/TAO/performance-tests/Sequence_Latency/DSI/README b/TAO/performance-tests/Sequence_Latency/DSI/README
index e82f52701ad..bb45d0bd0e7 100644
--- a/TAO/performance-tests/Sequence_Latency/DSI/README
+++ b/TAO/performance-tests/Sequence_Latency/DSI/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Single Threaded Performance Test README File
This test tries to estimate the minimum latency for a twoway
diff --git a/TAO/performance-tests/Sequence_Latency/Deferred/README b/TAO/performance-tests/Sequence_Latency/Deferred/README
index 803fafa3a0e..27776866c66 100644
--- a/TAO/performance-tests/Sequence_Latency/Deferred/README
+++ b/TAO/performance-tests/Sequence_Latency/Deferred/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Deferred Synchronous Latency Test README File
This test tries to estimate the minimum latency for a deferred
diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/README b/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/README
index d6cb2abb4f2..11a7ef90ac3 100644
--- a/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/README
+++ b/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Single Threaded Sequence Latency Performance Test README File
This test tries to estimate the minimum latency for a twoway
diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Pool/README b/TAO/performance-tests/Sequence_Latency/Thread_Pool/README
index 53770acd916..d559e1c6ceb 100644
--- a/TAO/performance-tests/Sequence_Latency/Thread_Pool/README
+++ b/TAO/performance-tests/Sequence_Latency/Thread_Pool/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Thread Pool Sequence Latency Test README File
This test tries to estimate the minimum latency for the
@@ -7,7 +9,7 @@ Thread-Pool concurrency model for sequences of different data
types and sizes. The test uses a multi-threaded client
and server.
-
+
To run the test use the run_test.pl script:
$ ./run_test.pl
diff --git a/TAO/performance-tests/Throughput/README b/TAO/performance-tests/Throughput/README
index 8995dba125d..b0407327ca5 100644
--- a/TAO/performance-tests/Throughput/README
+++ b/TAO/performance-tests/Throughput/README
@@ -1,5 +1,7 @@
/**
+$Id$
+
@page Throughput Performance Test README File
This test tries to estimate the maximum throughput (int bytes