summaryrefslogtreecommitdiff
path: root/ACE/performance-tests
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2011-10-07 09:09:21 +0000
committermsmit <msmit@remedy.nl>2011-10-07 09:09:21 +0000
commit934890e33cf89ea5573933cc74e196cd735a60dc (patch)
tree688a127833b5da8d99409489a44f5471fcf7d1c2 /ACE/performance-tests
parentd02fe0d1adee9f4177c892c30dcd0de639c86354 (diff)
downloadATCD-934890e33cf89ea5573933cc74e196cd735a60dc.tar.gz
Fri Oct 7 09:10:55 UTC 2011 Marcel Smit <msmit@remedy.nl>
* ACEXML/docs/readme.txt: * ASNMP/README: * Kokyu/README: * bin/LabVIEW_RT/README: * bin/PerlACE/README: * contrib/FaCE/README: * examples/C++NPv1/README: * examples/C++NPv2/README: * examples/IPC_SAP/SSL_SAP/README: * examples/Semaphores/README: * html/README: * netsvcs/lib/README: * performance-tests/README: * performance-tests/RPC/README: * performance-tests/Synch-Benchmarks/Perf_Test/README: * performance-tests/Synch-Benchmarks/README: * performance-tests/Synch-Benchmarks/Synch_Lib/README: * performance-tests/TCP/README: * performance-tests/TTCP/C/README: * performance-tests/UDP/README: * protocols/ace/HTBP/README: * websvcs/README: Fuzz: No id-tags. Also uniform way of declaring the Id-tags
Diffstat (limited to 'ACE/performance-tests')
-rw-r--r--ACE/performance-tests/README2
-rw-r--r--ACE/performance-tests/RPC/README2
-rw-r--r--ACE/performance-tests/Synch-Benchmarks/Perf_Test/README18
-rw-r--r--ACE/performance-tests/Synch-Benchmarks/README2
-rw-r--r--ACE/performance-tests/Synch-Benchmarks/Synch_Lib/README2
-rw-r--r--ACE/performance-tests/TCP/README2
-rw-r--r--ACE/performance-tests/TTCP/C/README4
-rw-r--r--ACE/performance-tests/UDP/README2
8 files changed, 21 insertions, 13 deletions
diff --git a/ACE/performance-tests/README b/ACE/performance-tests/README
index 36751c061fe..1bf38c73069 100644
--- a/ACE/performance-tests/README
+++ b/ACE/performance-tests/README
@@ -1,3 +1,5 @@
+$Id$
+
The subdirectories in this directory provide a number of benchmarks
that use ACE features to determine performance of various concurrency
and communication mechanisms.
diff --git a/ACE/performance-tests/RPC/README b/ACE/performance-tests/RPC/README
index 49b9131733e..f32b59b682e 100644
--- a/ACE/performance-tests/RPC/README
+++ b/ACE/performance-tests/RPC/README
@@ -1,6 +1,6 @@
# $Id$
- Measure latency over RPC, run as:
+ Measure latency over RPC, run as:
$ server
$ client -n <samples> -k host
diff --git a/ACE/performance-tests/Synch-Benchmarks/Perf_Test/README b/ACE/performance-tests/Synch-Benchmarks/Perf_Test/README
index 28f1f160e8a..999b087ad9f 100644
--- a/ACE/performance-tests/Synch-Benchmarks/Perf_Test/README
+++ b/ACE/performance-tests/Synch-Benchmarks/Perf_Test/README
@@ -1,22 +1,24 @@
+$Id$
+
The files in this directory support controlled benchmarking of the ACE
synchronization mechanisms.
These mechanisms include:
- . Mutexes
- . Reader/writer locks
- . Condition variables
- . Semaphores
+ . Mutexes
+ . Reader/writer locks
+ . Condition variables
+ . Semaphores
. Tokens
. Adaptive lockings
There are additional tests that measure the memory bandwidth under the
following conditions:
- . User memory-to-memory copying of data within a single thread
- . User memory-to-kernel-to-user memory copying via pipes
- between separate processes, as well as between separate
- threads in the same process
+ . User memory-to-memory copying of data within a single thread
+ . User memory-to-kernel-to-user memory copying via pipes
+ between separate processes, as well as between separate
+ threads in the same process
There are many options available for this module that can be put into
svc.conf files. See the Performance_Test_Options.[Chi] file for more
diff --git a/ACE/performance-tests/Synch-Benchmarks/README b/ACE/performance-tests/Synch-Benchmarks/README
index c902ecab244..5231a439a11 100644
--- a/ACE/performance-tests/Synch-Benchmarks/README
+++ b/ACE/performance-tests/Synch-Benchmarks/README
@@ -1,3 +1,5 @@
+$Id$
+
This directory contains a program for benchmarking various
synchronization and concurrent programming mechanisms in ACE.
diff --git a/ACE/performance-tests/Synch-Benchmarks/Synch_Lib/README b/ACE/performance-tests/Synch-Benchmarks/Synch_Lib/README
index f17fe39234a..042fa0f7ac1 100644
--- a/ACE/performance-tests/Synch-Benchmarks/Synch_Lib/README
+++ b/ACE/performance-tests/Synch-Benchmarks/Synch_Lib/README
@@ -1,3 +1,5 @@
+$Id$
+
This subdirectory contains a library that defines the interface used
by all benchmarking modules. The library is required by all modules
and the synch_driver. If you want to develop your own benchmarking
diff --git a/ACE/performance-tests/TCP/README b/ACE/performance-tests/TCP/README
index ac486524c78..284df70c4ba 100644
--- a/ACE/performance-tests/TCP/README
+++ b/ACE/performance-tests/TCP/README
@@ -1,4 +1,4 @@
-// $Id$
+$Id$
udp_test sends TCP messages and records round-trip latency. The client
records the latencies and provides nice summary statistics. The server
diff --git a/ACE/performance-tests/TTCP/C/README b/ACE/performance-tests/TTCP/C/README
index d4f3546765c..c06dbcdd189 100644
--- a/ACE/performance-tests/TTCP/C/README
+++ b/ACE/performance-tests/TTCP/C/README
@@ -1,7 +1,7 @@
$Id$
- TTCP for c_version and ACE-wrappers
- ----------------------------------------------------
+ TTCP for c_version and ACE-wrappers
+ ----------------------------------------------------
This is the super-readme file for the "ttcp" code. This directory
contains the C and ACE-wrappers versions of ttcp code. To compile the
diff --git a/ACE/performance-tests/UDP/README b/ACE/performance-tests/UDP/README
index f2eb3308e1e..e0814859fc6 100644
--- a/ACE/performance-tests/UDP/README
+++ b/ACE/performance-tests/UDP/README
@@ -1,4 +1,4 @@
-// $Id$
+$Id$
udp_test sends UDP packets and records round-trip latency. The client
records the latencies and provides nice summary statistics. The server