From ae7f8c28724e15f683e85066f188035e58b7fe20 Mon Sep 17 00:00:00 2001 From: coryan Date: Tue, 13 Nov 2001 23:13:38 +0000 Subject: ChangeLogTag:Tue Nov 13 15:04:15 2001 Carlos O'Ryan --- ChangeLog | 12 ++++++++++-- ChangeLogs/ChangeLog-02a | 12 ++++++++++-- ChangeLogs/ChangeLog-03a | 12 ++++++++++-- THANKS | 1 + html/Stats/detailed_performance.shtml | 30 ++++++++++++++++++++++-------- html/Stats/index.shtml | 7 ++++++- 6 files changed, 59 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6587a8f98e..3a62638d6ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ +Tue Nov 13 15:04:15 2001 Carlos O'Ryan + + * html/Stats/index.shtml: + * html/Stats/detailed_performance.shtml: + Improved documentation about the test location, ORB and network + configuration used. Thanks to David Yongqiang Wang + for pointing out the problems. + Tue Nov 13 11:46:11 2001 Chris Cleeland - * tests/Collection_Test.cpp (iterate_const): Fixed ACE_DEBUG print - statements that were accessing the element of the unbounded set as + * tests/Collection_Test.cpp (iterate_const): Fixed ACE_DEBUG print + statements that were accessing the element of the unbounded set as an int rather than an UglyThing. Thanks to Ossama for pointing this out. diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index e6587a8f98e..3a62638d6ef 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,7 +1,15 @@ +Tue Nov 13 15:04:15 2001 Carlos O'Ryan + + * html/Stats/index.shtml: + * html/Stats/detailed_performance.shtml: + Improved documentation about the test location, ORB and network + configuration used. Thanks to David Yongqiang Wang + for pointing out the problems. + Tue Nov 13 11:46:11 2001 Chris Cleeland - * tests/Collection_Test.cpp (iterate_const): Fixed ACE_DEBUG print - statements that were accessing the element of the unbounded set as + * tests/Collection_Test.cpp (iterate_const): Fixed ACE_DEBUG print + statements that were accessing the element of the unbounded set as an int rather than an UglyThing. Thanks to Ossama for pointing this out. diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index e6587a8f98e..3a62638d6ef 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,7 +1,15 @@ +Tue Nov 13 15:04:15 2001 Carlos O'Ryan + + * html/Stats/index.shtml: + * html/Stats/detailed_performance.shtml: + Improved documentation about the test location, ORB and network + configuration used. Thanks to David Yongqiang Wang + for pointing out the problems. + Tue Nov 13 11:46:11 2001 Chris Cleeland - * tests/Collection_Test.cpp (iterate_const): Fixed ACE_DEBUG print - statements that were accessing the element of the unbounded set as + * tests/Collection_Test.cpp (iterate_const): Fixed ACE_DEBUG print + statements that were accessing the element of the unbounded set as an int rather than an UglyThing. Thanks to Ossama for pointing this out. diff --git a/THANKS b/THANKS index 0fbfa01caff..2a861a627f4 100644 --- a/THANKS +++ b/THANKS @@ -1367,6 +1367,7 @@ Syed Wasim Ali Bo Balder Michael Sawczyn Ildar Gabdulline +David Yongqiang Wang I would particularly like to thank Paul Stephenson, who worked with me at Ericsson in the early 1990's. Paul devised the recursive Makefile diff --git a/html/Stats/detailed_performance.shtml b/html/Stats/detailed_performance.shtml index 5f3f3024682..05c6b77e87f 100644 --- a/html/Stats/detailed_performance.shtml +++ b/html/Stats/detailed_performance.shtml @@ -21,6 +21,17 @@ src="images/CORBA.png" width="640" height="480">

+ +
+

The tests below are all located in + $TAO_ROOT/performance-tests. + Each test has a driver script that runs it, + these scripts run the tests over the loopback network + interface. + Unless indicated otherwise, the tests use the default ORB + configuration. +

+

@@ -33,7 +44,7 @@ - + - + - + - + - + - + - + - +
AMIAMI_Latency AMI @@ -48,7 +59,7 @@
DIIDII_Latency DII @@ -63,7 +74,7 @@
DSIDSI_Latency DSI @@ -78,7 +89,7 @@
DeferredDeferred_Latency Deferred @@ -93,7 +104,10 @@
Single_ThreadedSingle_Threaded_Latency
+ Configuration optimized
+ for single-threaded apps
+
Single_Threaded @@ -108,7 +122,7 @@
Single_Threaded (Defaults)Single_Threaded_Latency Default @@ -123,7 +137,7 @@
Thread_Per_ConnectionThread_Per_Connection_Latency Thread_Per_Connection @@ -138,7 +152,7 @@
Thread_PoolThread_Pool_Latency Thread_Pool diff --git a/html/Stats/index.shtml b/html/Stats/index.shtml index fd57790126e..fdad8b33614 100644 --- a/html/Stats/index.shtml +++ b/html/Stats/index.shtml @@ -39,7 +39,12 @@

ORB throughput, in requests per second, using the performance test in: - $ACE_ROOT/TAO/performance-tests/Single_Threaded_Latency. + $ACE_ROOT/TAO/performance-tests/Single_Threaded_Latency, + the ORB configuration is optimized for single threaded + applications using the svc.conf file in said + directory. + The test is executed over the loopback interface, using the + run_test.pl driver script in the same directory.