summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-09-29 09:01:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-09-29 09:01:42 +0000
commit8eca4335fee9b44a4bb13337b4dc5128be97883b (patch)
treee3e434cab8ad564cf307af4edb2b31ca68db37c2
parent30f97490f49bcd522ea48366b513fdcc4781702a (diff)
downloadATCD-8eca4335fee9b44a4bb13337b4dc5128be97883b.tar.gz
ChangeLogTag: Thu Sep 29 08:01:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rwxr-xr-xbin/footprint_stats.sh5
-rw-r--r--html/Stats/compilation.shtml11
-rw-r--r--html/Stats/configuration.shtml6
-rw-r--r--html/Stats/detailed_footprint.shtml294
-rw-r--r--html/Stats/footer.html4
-rw-r--r--html/Stats/footprint.shtml43
-rw-r--r--html/Stats/img.html18
-rw-r--r--html/Stats/index.shtml102
-rw-r--r--html/Stats/navigation.html23
-rw-r--r--html/Stats/performance.shtml203
-rw-r--r--html/Stats/simple_footprint.shtml287
11 files changed, 636 insertions, 360 deletions
diff --git a/bin/footprint_stats.sh b/bin/footprint_stats.sh
index 74b4d003d8f..b9c2fa6a97e 100755
--- a/bin/footprint_stats.sh
+++ b/bin/footprint_stats.sh
@@ -34,6 +34,11 @@ LIBS="ace/libACE.a \
TAO/tao/libTAO_ObjRefTemplate.a \
TAO/tao/libTAO_Valuetype.a \
TAO/tao/libTAO_RTScheduler.a \
+ TAO/tao/libTAO_AnyTypeCode.a \
+ TAO/tao/libTAO_PI.a \
+ TAO/tao/libTAO_PI_Server.a \
+ TAO/tao/libTAO_CodeSet.a \
+ TAO/tao/libTAO_CodecFactory.a \
TAO/tao/libTAO_RTPortableServer.a"
cd $ACE_ROOT
diff --git a/html/Stats/compilation.shtml b/html/Stats/compilation.shtml
new file mode 100644
index 00000000000..b4aecae922b
--- /dev/null
+++ b/html/Stats/compilation.shtml
@@ -0,0 +1,11 @@
+<HTML>
+<head>
+<meta http-equiv="refresh" content="0; URL=http://www.dre.vanderbilt.edu/~isisbuilds/auto_compile_logs/CP_Metrics/metrics/">
+<title>Compilation Metrics for ACE+TAO Page</title>
+<LINK REL="STYLESHEET" TYPE="text/css" HREF="pagestyle.css">
+</head>
+<body>
+<center>
+</center>
+</body>
+</HTML>
diff --git a/html/Stats/configuration.shtml b/html/Stats/configuration.shtml
index 5ff1d9f2f8b..1ba6da71250 100644
--- a/html/Stats/configuration.shtml
+++ b/html/Stats/configuration.shtml
@@ -11,9 +11,9 @@
<!--#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
+ <P>All the experiments run on a dual Xeaon @2.40GHz, with
+ 1Gb of RAM. The machine is running Linux (SuSE 8.2),
+ and we use gcc-3.3 to compile ACE+TAO, with static libraries
and optimizations enabled.
</P>
diff --git a/html/Stats/detailed_footprint.shtml b/html/Stats/detailed_footprint.shtml
index fbdb5fda785..c1640148e6c 100644
--- a/html/Stats/detailed_footprint.shtml
+++ b/html/Stats/detailed_footprint.shtml
@@ -1,287 +1,11 @@
-<!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>
+<head>
+<meta http-equiv="refresh" content="0; URL=http://www.dre.vanderbilt.edu/~isisbuilds/auto_compile_logs/FP_Metrics/metrics/">
+<title>Footprint Metrics for ACE+TAO Page</title>
+<LINK REL="STYLESHEET" TYPE="text/css" HREF="pagestyle.css">
+</head>
+<body>
+<center>
+</center>
+</body>
</HTML>
diff --git a/html/Stats/footer.html b/html/Stats/footer.html
index 3fafa143afc..c83b263eabb 100644
--- a/html/Stats/footer.html
+++ b/html/Stats/footer.html
@@ -6,7 +6,7 @@
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 href="mailto:bala at dre dot vanderbilt dot edu">
+ Bala Natarajan
</a>
</address>
diff --git a/html/Stats/footprint.shtml b/html/Stats/footprint.shtml
new file mode 100644
index 00000000000..b7f8bd44c5e
--- /dev/null
+++ b/html/Stats/footprint.shtml
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+ <HEAD>
+ <!-- $Id$ -->
+ <TITLE>Footprint Metrics Results</TITLE>
+ <LINK href="Stats.css" rel="stylesheet" type="text/css">
+ </HEAD>
+ <DIV align="center">
+ <h2>ACE+TAO Footprint Metrics Results</h2>
+
+ </DIV>
+ <CENTER>
+ <TABLE cellpadding=0 cellspacing=0 border=0>
+ <TD>
+ <A HREF="http://www.dre.vanderbilt.edu/">
+ <IMG SRC="/image/doc.jpg" width="183" height="45"></A>
+ </TD>
+ </table>
+ </center>
+ <P><HR>
+ <BODY>
+ The footprint pages are organized as follows:
+
+ <UL> <LI> <A HREF="simple_footprint.shtml"> Quick Footprint</A>,
+ for a high-level view that shows the sizes of libraries and two
+ executables that represent the minimum size of TAO's client and
+ server. </LI> </UL>
+
+ <UL> <LI> Detailed Footprint, for a closer look at the sizes of
+ libraries and its dependencies.
+ <UL>
+ <LI><a href="http://www.dre.vanderbilt.edu/~isisbuilds/auto_compile_logs/FP_Metrics/metrics/ace_Footprint.html">ACE</a>
+ <LI><a href="http://www.dre.vanderbilt.edu/~isisbuilds/auto_compile_logs/FP_Metrics/metrics/tao_Footprint.html">TAO</a>
+ </UL>
+
+</LI> </UL>
+ </BODY> <P>
+<HR>
+
+<!--#include file="navigation.html"-->
+<!--#include file="footer.html"-->
+</HTML>
diff --git a/html/Stats/img.html b/html/Stats/img.html
new file mode 100644
index 00000000000..33239663f3f
--- /dev/null
+++ b/html/Stats/img.html
@@ -0,0 +1,18 @@
+<!-- $Id$ -->
+ <CENTER>
+<TABLE cellpadding=10 cellspacing=10 border=10>
+ <TD>
+ <A HREF="http://www.dre.vanderbilt.edu/ACE">
+ <IMG SRC="/image/ACE.jpg" width="150" height="125"></A>
+ </TD>
+
+ <TD>
+ <A HREF="http://www.dre.vanderbilt.edu/">
+ <IMG SRC="/image/doc.jpg" width="223" height="75"></A>
+ </TD>
+ <TD>
+ <A HREF="http://www.dre.vanderbilt.edu/TAO">
+ <IMG SRC="/image/TAO.jpg" width="150" height="125"></A>
+ </TD>
+</TABLE>
+</CENTER>
diff --git a/html/Stats/index.shtml b/html/Stats/index.shtml
index fdad8b33614..e3a6ef43b4d 100644
--- a/html/Stats/index.shtml
+++ b/html/Stats/index.shtml
@@ -3,77 +3,61 @@
<HTML>
<HEAD>
<!-- $Id$ -->
- <TITLE>ACE+TAO Performance and Footprint Metrics</TITLE>
+ <TITLE>ACE+TAO+CIAO Metrics</TITLE>
<LINK href="Stats.css" rel="stylesheet" type="text/css">
</HEAD>
+ <CENTER>
+ <TABLE>
+ <h1>Continuous Metrics for ACE+TAO+CIAO</h1>
+ </TABLE>
+ </CENTER>
+ <!--#include file="img.html"-->
<BODY>
+ <HR>
+ <LEFT>
+ <P>These pages track <A HREF="footprint.shtml">footprint</A>,
+ <A HREF="compilation.shtml"> compilation</A> and <A
+ HREF="performance.shtml"> performance</A> metrics for ACE+TAO+CIAO.
+ The results are collected from our <A
+ href="http://www.dre.vanderbilt.edu/scoreboard"> nightly</A>
+ regression tests. The complete source for the tests is
+ available as part of the ACE+TAO+CIAO <A
+ HREF="http://deuce.doc.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>
- <!--#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
+ <P>More information about ACE+TAO+CIAO 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 HREF="http://cvs.doc.wustl.edu/ace-latest.cgi/ACE_wrappers/docs/ACE-subsets.html">
+ ACE+TAO+CIAO 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>
+<h3>Additional Development Process Related Pages</h3>
+<p>
+In addition to the statistics described above, a number of other ACE/TAO/CIAO development process related web pages we use are the following:
+<ul>
+<li>
+ <a href="http://www.dre.vanderbilt.edu/Coverage/">Code Coverage</a>
+</li>
+<li>
+ <a href="http://www.dre.vanderbilt.edu/Scoreboard/">Automated Builds</a>
+</li>
+</ul>
+The <i>Code Coverage</i> pages illustrate which areas of
+ACE+TAO+CIAO code are used, and how frequently. The <i>Scoreboard</i>
+pages contain compile- and link-time build results of recent snapshots
+of our main development branch.
+</p>
- <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="navigation.html"-->
<!--#include file="footer.html"-->
</BODY>
diff --git a/html/Stats/navigation.html b/html/Stats/navigation.html
index 62c778456c8..997733819d6 100644
--- a/html/Stats/navigation.html
+++ b/html/Stats/navigation.html
@@ -1,31 +1,32 @@
<!-- $Id$ -->
-<DIV align="center">
- <h1>ACE+TAO Performance and Footprint Metrics</h1>
-
- <IMG alt="DOC Laboratory" src="/image/doc.jpg"
- width="223" height="63">
+<DIV>
+<CENTER>
<TABLE>
<TR>
<TD>
[<A href="index.shtml">Main Page</A>]
</TD>
<TD>
- [<A href="detailed_performance.shtml">Detailed Performance</A>]
- </TD>
+ [<A href="footprint.shtml">Footprint</A>]
+ </TD>
<TD>
- [<A href="detailed_footprint.shtml">Detailed Footprint</A>]
- </TD>
+ [<A href="compilation.shtml">Compilation </A>]
+ </TD>
<TD>
- [<A href="configuration.shtml">Configuration</A>]
+ [<A href="performance.shtml">Performance</A>]
</TD>
</TR>
</TABLE>
<TABLE>
<TR>
<TD>
- [<A href="http://doc.ece.uci.edu/Stats/History/index.shtml">Historic Data</A>]
+ [<A href="configuration.shtml">Configuration</A>]
+ </TD>
+ <TD>
+ [<A href="http://www.dre.vanderbilt.edu/scoreboard">Nightly Regression</A>]
</TD>
</TR>
</TABLE>
+</CENTER>
</DIV>
diff --git a/html/Stats/performance.shtml b/html/Stats/performance.shtml
new file mode 100644
index 00000000000..90a900a3047
--- /dev/null
+++ b/html/Stats/performance.shtml
@@ -0,0 +1,203 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+ <HEAD>
+ <TITLE>Performance Metrics Detailed Results</TITLE>
+ <LINK href="Stats.css" rel="stylesheet" type="text/css">
+ </HEAD>
+ <DIV align="center">
+ <H2>Performance Metrics Detailed Results</H2>
+ <TABLE cellpadding=0 cellspacing=0 border=0>
+ </DIV>
+ <TABLE>
+ <CENTER>
+ <TD>
+ <A HREF="http://www.dre.vanderbilt.edu/">
+ <IMG SRC="/image/doc.jpg" width="183" height="45"></A>
+ </TD>
+ </table>
+ </center>
+ <P><HR>
+ <BODY>
+
+
+ <P>
+ Results for the performance experiments in
+ <CODE>$ACE_ROOT/TAO/performance-tests/Latency</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/Latency</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</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>AMH_Single_Threaded</TD>
+ <TD><A HREF="images/AMH_Single_Threaded.png">
+ <IMG ALT="AMH_Single_Threaded" SRC="images/thumbnails/AMH_Single_Threaded.png">
+ </A>
+ </TD>
+ <TD>
+ <PRE>
+<!--#include file="data/LAST_AMH_Single_Threaded.txt" -->
+ </PRE>
+ </TD>
+ <TD>
+ <A HREF="data/AMH_Single_Threaded.txt">[Download]</A>
+ </TD>
+ </TR>
+ <TR>
+ <TD>DII</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</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</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<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</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</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</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="navigation.html"-->
+<!--#include file="footer.html"-->
+
+ </BODY>
+</HTML>
diff --git a/html/Stats/simple_footprint.shtml b/html/Stats/simple_footprint.shtml
new file mode 100644
index 00000000000..fbdb5fda785
--- /dev/null
+++ b/html/Stats/simple_footprint.shtml
@@ -0,0 +1,287 @@
+<!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>