summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-13 23:13:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-13 23:13:38 +0000
commitde75f377fe124bca1266111c4c783d3b226e8c96 (patch)
treee7e5a2157a8e02eb03e54a4695cae6c4e19b9372 /html
parent6d827038f2929b49e5b5a0ef3300c7952f6da965 (diff)
downloadATCD-de75f377fe124bca1266111c4c783d3b226e8c96.tar.gz
ChangeLogTag:Tue Nov 13 15:04:15 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'html')
-rw-r--r--html/Stats/detailed_performance.shtml30
-rw-r--r--html/Stats/index.shtml7
2 files changed, 28 insertions, 9 deletions
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">
</P>
+ </DIV>
+ <HR>
+ <P>The tests below are all located in
+ <CODE>$TAO_ROOT/performance-tests</CODE>.
+ 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.
+ </P>
+ <DIV align="center">
<P>
<TABLE BORDER="2">
<THEAD>
@@ -33,7 +44,7 @@
</THEAD>
<TBODY>
<TR>
- <TD>AMI</TD>
+ <TD>AMI_Latency</TD>
<TD><A HREF="images/AMI.png">
<IMG ALT="AMI" SRC="images/thumbnails/AMI.png">
</A>
@@ -48,7 +59,7 @@
</TD>
</TR>
<TR>
- <TD>DII</TD>
+ <TD>DII_Latency</TD>
<TD><A HREF="images/DII.png">
<IMG ALT="DII" SRC="images/thumbnails/DII.png">
</A>
@@ -63,7 +74,7 @@
</TD>
</TR>
<TR>
- <TD>DSI</TD>
+ <TD>DSI_Latency</TD>
<TD><A HREF="images/DSI.png">
<IMG ALT="DSI" SRC="images/thumbnails/DSI.png">
</A>
@@ -78,7 +89,7 @@
</TD>
</TR>
<TR>
- <TD>Deferred</TD>
+ <TD>Deferred_Latency</TD>
<TD><A HREF="images/Deferred.png">
<IMG ALT="Deferred" SRC="images/thumbnails/Deferred.png">
</A>
@@ -93,7 +104,10 @@
</TD>
</TR>
<TR>
- <TD>Single_Threaded</TD>
+ <TD>Single_Threaded_Latency<BR>
+ Configuration optimized<BR>
+ for single-threaded apps<BR>
+ </TD>
<TD><A HREF="images/Single_Threaded.png">
<IMG ALT="Single_Threaded" SRC="images/thumbnails/Single_Threaded.png">
</A>
@@ -108,7 +122,7 @@
</TD>
</TR>
<TR>
- <TD>Single_Threaded (Defaults)</TD>
+ <TD>Single_Threaded_Latency</TD>
<TD><A HREF="images/Default.png">
<IMG ALT="Default" SRC="images/thumbnails/Default.png">
</A>
@@ -123,7 +137,7 @@
</TD>
</TR>
<TR>
- <TD>Thread_Per_Connection</TD>
+ <TD>Thread_Per_Connection_Latency</TD>
<TD><A HREF="images/Thread_Per_Connection.png">
<IMG ALT="Thread_Per_Connection" SRC="images/thumbnails/Thread_Per_Connection.png">
</A>
@@ -138,7 +152,7 @@
</TD>
</TR>
<TR>
- <TD>Thread_Pool</TD>
+ <TD>Thread_Pool_Latency</TD>
<TD><A HREF="images/Thread_Pool.png">
<IMG ALT="Thread_Pool" SRC="images/thumbnails/Thread_Pool.png">
</A>
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 @@
<P>ORB throughput, in requests per second,
using the performance test in:
- <CODE>$ACE_ROOT/TAO/performance-tests/Single_Threaded_Latency</CODE>.
+ <CODE>$ACE_ROOT/TAO/performance-tests/Single_Threaded_Latency</CODE>,
+ the ORB configuration is optimized for single threaded
+ applications using the <CODE>svc.conf</CODE> file in said
+ directory.
+ The test is executed over the loopback interface, using the
+ <CODE>run_test.pl</CODE> driver script in the same directory.
</P>
<DIV align="center">
<IMG alt="Single Threaded"