summaryrefslogtreecommitdiff
path: root/html/Stats
diff options
context:
space:
mode:
Diffstat (limited to 'html/Stats')
-rw-r--r--html/Stats/Stats.css4
-rw-r--r--html/Stats/configuration.shtml82
-rw-r--r--html/Stats/detailed_footprint.shtml287
-rw-r--r--html/Stats/detailed_performance.shtml176
-rw-r--r--html/Stats/footer.html12
-rw-r--r--html/Stats/index.shtml80
-rw-r--r--html/Stats/navigation.html31
7 files changed, 0 insertions, 672 deletions
diff --git a/html/Stats/Stats.css b/html/Stats/Stats.css
deleted file mode 100644
index 67c9baefb84..00000000000
--- a/html/Stats/Stats.css
+++ /dev/null
@@ -1,4 +0,0 @@
-BODY {
- background: white;
- color: black;
-}
diff --git a/html/Stats/configuration.shtml b/html/Stats/configuration.shtml
deleted file mode 100644
index 5ff1d9f2f8b..00000000000
--- a/html/Stats/configuration.shtml
+++ /dev/null
@@ -1,82 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
- <HEAD>
- <!-- $Id$ -->
- <TITLE>Configuration</TITLE>
- <LINK href="Stats.css" rel="stylesheet" type="text/css">
- </HEAD>
-
- <BODY>
-
- <!--#include file="navigation.html"-->
-
- <P>All the experiments run on a dual Pentium III @733Mhz, with
- 512Mb of RAM. The machine is running Linux (Debian 2.2),
- and we use gcc-2.95.2 to compile ACE+TAO, with static libraries
- and optimizations enabled.
- </P>
-
- <TABLE border="2">
-<!-- <THEAD>
- <TR><TH>Name</TH><TH>Obtained Using</TH></TR>
- <TR><TH colspan="2">Details</TH></TR>
- </THEAD>
--->
- <TBODY>
- <TR><TD>ACE+TAO Configuration</TD><TD>config.h</TD></TR>
- <TR><TD colspan="2">
-<PRE>
-<!--#include file="data/config.h.txt"-->
-</PRE>
- </TD>
- </TR>
- <TR><TD>ACE+TAO Configuration</TD><TD>platform_macros.GNU</TD></TR>
- <TR><TD colspan="2">
-<PRE>
-<!--#include file="data/platform_macros.GNU.txt"-->
-</PRE>
- </TD>
- </TR>
- <TR><TD>CPU Information</TD><TD>/proc/cpuinfo</TD></TR>
- <TR><TD colspan="2">
-<PRE>
-<!--#include file="data/cpuinfo.txt"-->
-</PRE>
- </TD>
- </TR>
- <TR><TD>Available Memory</TD><TD>/proc/meminfo</TD></TR>
- <TR><TD colspan="2">
-<PRE>
-<!--#include file="data/meminfo.txt"-->
-</PRE>
- </TD>
- </TR>
- <TR><TD>OS Version</TD><TD>uname -a</TD></TR>
- <TR><TD colspan="2">
-<PRE>
-<!--#include file="data/uname.txt"-->
-</PRE>
- </TD>
- </TR>
- <TR><TD>Compiler Version</TD><TD>gcc -v</TD></TR>
- <TR><TD colspan="2">
-<PRE>
-<!--#include file="data/gcc.txt"-->
-</PRE>
- </TD>
- </TR>
- <TR><TD>Library Version</TD><TD>/lib/libc.so.6</TD></TR>
- <TR><TD colspan="2">
-<PRE>
-<!--#include file="data/libc.txt"-->
-</PRE>
- </TD>
- </TR>
- </TBODY>
- </TABLE>
-
-<!--#include file="footer.html"-->
-
- </BODY>
-</HTML>
diff --git a/html/Stats/detailed_footprint.shtml b/html/Stats/detailed_footprint.shtml
deleted file mode 100644
index fbdb5fda785..00000000000
--- a/html/Stats/detailed_footprint.shtml
+++ /dev/null
@@ -1,287 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
- <HEAD>
- <!-- $Id$ -->
- <TITLE>Footprint Metrics Detailed Results</TITLE>
- <LINK href="Stats.css" rel="stylesheet" type="text/css">
- </HEAD>
- <BODY>
-
- <!--#include file="navigation.html"-->
-
- <DIV align="center">
- <P>
- <TABLE BORDER="2">
- <THEAD>
- <TR>
- <TH>Component Name</TH>
- <TH>Chart</TH>
- <TH>Recent results</TH>
- <TH>Complete History</TH>
- </TR>
- </THEAD>
- <TBODY>
- <TR>
- <TD>ORB_init</TD>
- <TD><A HREF="images/ORB_init_size.png">
- <IMG ALT="ORB_init_size" SRC="images/thumbnails/ORB_init_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_ORB_init_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/ORB_init_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>ORB_destroy</TD>
- <TD><A HREF="images/ORB_destroy_size.png">
- <IMG ALT="ORB_destroy_size" SRC="images/thumbnails/ORB_destroy_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_ORB_destroy_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/ORB_destroy_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libACE</TD>
- <TD><A HREF="images/libACE.a_size.png">
- <IMG ALT="libACE.a_size" SRC="images/thumbnails/libACE.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libACE.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libACE.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO</TD>
- <TD><A HREF="images/libTAO.a_size.png">
- <IMG ALT="libTAO.a_size" SRC="images/thumbnails/libTAO.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_PortableServer</TD>
- <TD><A HREF="images/libTAO_PortableServer.a_size.png">
- <IMG ALT="libTAO_PortableServer.a_size" SRC="images/thumbnails/libTAO_PortableServer.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_PortableServer.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_PortableServer.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_Strategies</TD>
- <TD><A HREF="images/libTAO_Strategies.a_size.png">
- <IMG ALT="libTAO_Strategies.a_size" SRC="images/thumbnails/libTAO_Strategies.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_Strategies.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_Strategies.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_DynamicAny</TD>
- <TD><A HREF="images/libTAO_DynamicAny.a_size.png">
- <IMG ALT="libTAO_DynamicAny.a_size" SRC="images/thumbnails/libTAO_DynamicAny.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_DynamicAny.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_DynamicAny.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_DynamicInterface</TD>
- <TD><A HREF="images/libTAO_DynamicInterface.a_size.png">
- <IMG ALT="libTAO_DynamicInterface.a_size" SRC="images/thumbnails/libTAO_DynamicInterface.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_DynamicInterface.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_DynamicInterface.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_IFR_Client</TD>
- <TD><A HREF="images/libTAO_IFR_Client.a_size.png">
- <IMG ALT="libTAO_IFR_Client.a_size" SRC="images/thumbnails/libTAO_IFR_Client.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_IFR_Client.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_IFR_Client.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_BiDirGIOP</TD>
- <TD><A HREF="images/libTAO_BiDirGIOP.a_size.png">
- <IMG ALT="libTAO_BiDirGIOP.a_size" SRC="images/thumbnails/libTAO_BiDirGIOP.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_BiDirGIOP.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_BiDirGIOP.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_Domain</TD>
- <TD><A HREF="images/libTAO_Domain.a_size.png">
- <IMG ALT="libTAO_Domain.a_size" SRC="images/thumbnails/libTAO_Domain.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_Domain.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_Domain.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_IORManip</TD>
- <TD><A HREF="images/libTAO_IORManip.a_size.png">
- <IMG ALT="libTAO_IORManip.a_size" SRC="images/thumbnails/libTAO_IORManip.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_IORManip.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_IORManip.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_IORTable</TD>
- <TD><A HREF="images/libTAO_IORTable.a_size.png">
- <IMG ALT="libTAO_IORTable.a_size" SRC="images/thumbnails/libTAO_IORTable.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_IORTable.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_IORTable.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_TypeCodeFactory</TD>
- <TD><A HREF="images/libTAO_TypeCodeFactory.a_size.png">
- <IMG ALT="libTAO_TypeCodeFactory.a_size" SRC="images/thumbnails/libTAO_TypeCodeFactory.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_TypeCodeFactory.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_TypeCodeFactory.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_SmartProxies</TD>
- <TD><A HREF="images/libTAO_SmartProxies.a_size.png">
- <IMG ALT="libTAO_SmartProxies.a_size" SRC="images/thumbnails/libTAO_SmartProxies.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_SmartProxies.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_SmartProxies.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_RTCORBA</TD>
- <TD><A HREF="images/libTAO_RTCORBA.a_size.png">
- <IMG ALT="libTAO_RTCORBA.a_size" SRC="images/thumbnails/libTAO_RTCORBA.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_RTCORBA.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_RTCORBA.a_size.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>libTAO_RTPortableServer</TD>
- <TD><A HREF="images/libTAO_RTPortableServer.a_size.png">
- <IMG ALT="libTAO_RTPortableServer.a_size" SRC="images/thumbnails/libTAO_RTPortableServer.a_size.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_libTAO_RTPortableServer.a_size.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/libTAO_RTPortableServer.a_size.txt">[Download]</A>
- </TD>
- </TR>
- </TBODY>
- </TABLE>
- </DIV>
-
-<!--#include file="footer.html"-->
-
- </BODY>
-</HTML>
diff --git a/html/Stats/detailed_performance.shtml b/html/Stats/detailed_performance.shtml
deleted file mode 100644
index 05c6b77e87f..00000000000
--- a/html/Stats/detailed_performance.shtml
+++ /dev/null
@@ -1,176 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
- <HEAD>
- <!-- $Id$ -->
- <TITLE>Performance Metrics Detailed Results</TITLE>
- <LINK href="Stats.css" rel="stylesheet" type="text/css">
- </HEAD>
- <BODY>
-
- <!--#include file="navigation.html"-->
-
- <P>
- Results for the performance experiments in
- <CODE>$ACE_ROOT/TAO/performance-tests</CODE>.
- The results for all the tests are combined in a single chart.
- </P>
- <DIV align="center">
- <P>
- <IMG alt="All Invocation Modes and Configurations" border=0
- 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>
- <TR>
- <TH>Test Name</TH>
- <TH>Chart</TH>
- <TH>Recent results</TH>
- <TH>Complete History</TH>
- </TR>
- </THEAD>
- <TBODY>
- <TR>
- <TD>AMI_Latency</TD>
- <TD><A HREF="images/AMI.png">
- <IMG ALT="AMI" SRC="images/thumbnails/AMI.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_AMI.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/AMI.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>DII_Latency</TD>
- <TD><A HREF="images/DII.png">
- <IMG ALT="DII" SRC="images/thumbnails/DII.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_DII.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/DII.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>DSI_Latency</TD>
- <TD><A HREF="images/DSI.png">
- <IMG ALT="DSI" SRC="images/thumbnails/DSI.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_DSI.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/DSI.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>Deferred_Latency</TD>
- <TD><A HREF="images/Deferred.png">
- <IMG ALT="Deferred" SRC="images/thumbnails/Deferred.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_Deferred.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/Deferred.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <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>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_Single_Threaded.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/Single_Threaded.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>Single_Threaded_Latency</TD>
- <TD><A HREF="images/Default.png">
- <IMG ALT="Default" SRC="images/thumbnails/Default.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_Default.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/Default.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <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>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_Thread_Per_Connection.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/Thread_Per_Connection.txt">[Download]</A>
- </TD>
- </TR>
- <TR>
- <TD>Thread_Pool_Latency</TD>
- <TD><A HREF="images/Thread_Pool.png">
- <IMG ALT="Thread_Pool" SRC="images/thumbnails/Thread_Pool.png">
- </A>
- </TD>
- <TD>
- <PRE>
-<!--#include file="data/LAST_Thread_Pool.txt" -->
- </PRE>
- </TD>
- <TD>
- <A HREF="data/Thread_Pool.txt">[Download]</A>
- </TD>
- </TR>
- </TBODY>
- </TABLE>
- </DIV>
-
-<!--#include file="footer.html"-->
-
- </BODY>
-</HTML>
diff --git a/html/Stats/footer.html b/html/Stats/footer.html
deleted file mode 100644
index 3fafa143afc..00000000000
--- a/html/Stats/footer.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- $Id$ -->
-<HR>
- <address>
- <a href="http://validator.w3.org/check/referer">
- <img border="0"
- src="/image/valid-html401.png"
- alt="Valid HTML 4.01!" height="31" width="88">
- </a>
- <a href="mailto:coryan@uci.edu">
- Carlos O'Ryan
- </a>
- </address>
diff --git a/html/Stats/index.shtml b/html/Stats/index.shtml
deleted file mode 100644
index fdad8b33614..00000000000
--- a/html/Stats/index.shtml
+++ /dev/null
@@ -1,80 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
- <HEAD>
- <!-- $Id$ -->
- <TITLE>ACE+TAO Performance and Footprint Metrics</TITLE>
- <LINK href="Stats.css" rel="stylesheet" type="text/css">
- </HEAD>
- <BODY>
-
- <!--#include file="navigation.html"-->
-
- <P>These pages track footprint and performance metrics for ACE+TAO.
- The results are collected on one of our nightly regression tests.
- The complete source for the tests is available as part of the
- ACE+TAO
- <A HREF="http://ace.cs.wustl.edu/Download.html">
- distribution
- </A>.
- The hardware and software configuration used for these tests is
- described <A HREF="configuration.shtml">here</A>.
- Notice, however, that the results contained here may be
- different from what you will obtain using a TAO release or beta
- kit, since the experiments are based on our current source tree.
- </P>
-
- <P>More information about ACE+TAO footprints, and the continuing
- effort to reduce the library and application's code size can be
- found in the
- <A HREF="http://ace.cs.wustl.edu/cvsweb/ace-latest.cgi/ACE_wrappers/docs/ACE-subsets.html">
- ACE+TAO subsetting
- </A>
- page.
- </P>
-
- <HR>
-
- <H2>Performance Results</H2>
-
- <P>ORB throughput, in requests per second,
- using the performance test in:
- <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"
- src="images/Single_Threaded.png"
- width="640" height="480">
- </DIV>
-
- <HR>
-
- <H2>Footprint Results</H2>
-
- <P>Client footprint, in kilobytes, text and data segments for the test in
- <CODE>$ACE_ROOT/TAO/tests/ORB_init</CODE>.
- </P>
- <DIV align="center">
- <IMG alt="ORB_init"
- src="images/ORB_init_size.png"
- width="640" height="480">
- </DIV>
-
- <P>Server footprint, in kilobytes, text and data segments for the test in
- <CODE>$ACE_ROOT/TAO/tests/ORB_init</CODE>.
- </P>
- <DIV align="center">
- <IMG alt="ORB_destroy"
- src="images/ORB_destroy_size.png"
- width="640" height="480">
- </DIV>
-
-<!--#include file="footer.html"-->
-
- </BODY>
-</HTML>
diff --git a/html/Stats/navigation.html b/html/Stats/navigation.html
deleted file mode 100644
index 62c778456c8..00000000000
--- a/html/Stats/navigation.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!-- $Id$ -->
-
-<DIV align="center">
- <h1>ACE+TAO Performance and Footprint Metrics</h1>
-
- <IMG alt="DOC Laboratory" src="/image/doc.jpg"
- width="223" height="63">
- <TABLE>
- <TR>
- <TD>
- [<A href="index.shtml">Main Page</A>]
- </TD>
- <TD>
- [<A href="detailed_performance.shtml">Detailed Performance</A>]
- </TD>
- <TD>
- [<A href="detailed_footprint.shtml">Detailed Footprint</A>]
- </TD>
- <TD>
- [<A href="configuration.shtml">Configuration</A>]
- </TD>
- </TR>
- </TABLE>
- <TABLE>
- <TR>
- <TD>
- [<A href="http://doc.ece.uci.edu/Stats/History/index.shtml">Historic Data</A>]
- </TD>
- </TR>
- </TABLE>
-</DIV>