view index.html @ 28:2f056b1afed4

Fix a broken URL to the User Guide. Remove the extra / at the end that's breaking the URL.
author Omair Majid <omajid@redhat.com>
date Thu, 04 Jun 2015 15:37:20 -0400
parents dafc40f593ef
children 7a0e38918f59
line wrap: on
line source

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <link rel="stylesheet" type="text/css" href="style/main-style.css"/>
        <title>Thermostat</title>
    </head>
    <body>
         <div id="container">
            <div id="content">

                <div id="logo-box">
                    <img src="img/thermostat_logo_450px.png" alt="[Logo] Thermostat"/>
                </div>

                <h2 id="main">Thermostat: Serviceability and Monitoring for OpenJDK</h2>
                    <div id="links-box">
                        <h2>Links</h2>

                        <ul class="linklist">
                            <li><a href="http://icedtea.classpath.org/wiki/Thermostat/UserGuide">User Guide</a></li>
                            <li><a href="http://icedtea.classpath.org/mailman/listinfo/thermostat-announce">Announcement  List</a></li>
                            <li><a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">Discussion List</a></li>
                            <li><a href="http://icedtea.classpath.org/bugzilla/describecomponents.cgi?product=Thermostat">Bug Tracker</a></li>
                            <li><a href="http://icedtea.classpath.org/wiki/Thermostat">Wiki</a></li>
                            <li><a href="http://icedtea.classpath.org/thermostat/docs/1.2/javadocs">Developer Documentation</a></li>
                            <li>Source Code (Mercurial)
                                <ul>
                                    <li><a href="http://icedtea.classpath.org/hg/thermostat/">2.0 Development</a></li></li>
                                    <li><a href="http://icedtea.classpath.org/hg/release/thermostat-1.4/">1.4 Development</a></li></li>
                                    <li><a href="http://icedtea.classpath.org/hg/release/thermostat-1.2/">1.2</a></li>
                                </ul>
                            <li><a href="http://builder.classpath.org/jenkins/job/Thermostat/">Thermostat CI (Jenkins)</a></li>
                            <li>IRC <a href="irc://irc.freenode.net/#thermostat">Channel</a></li>
                        </ul>

                    </div>

		<p>Thermostat is an instrumentation tool for the Hotspot JVM,
with support for monitoring multiple JVM instances on multiple hosts,
optionally in a cloud environment. The name Thermostat is intended as a play on
words: Thermostat is to Hotspot much as IcedTea is to Java.</p>

                <!-- there's no space between 'a' and 'figure'
                elements to avoid empty text being underlined -->
                <a href="img/screenshot1.png"><figure class="screenshot">
                    <img src="img/screenshot1.png"/>
                    <figcaption>Examine memory regions and their sizes</figcaption>
                </figure></a>

                <a href="img/screenshot2.png"><figure class="screenshot">
                    <img src="img/screenshot2.png"/>
                    <figcaption>Visualize thread states</figcaption>
                </figure></a>

                <a href="img/screenshot3.png"><figure class="screenshot">
                    <img src="img/screenshot3.png"/>
                    <figcaption>Dump, browse and search the Java heap</figcaption>
                </figure></a>

                <a href="img/screenshot4.png"><figure class="screenshot">
                    <img src="img/screenshot4.png"/>
                    <figcaption>See garbage collections</figcaption>
                </figure></a>

                <iframe width="560" height="315" src="https://www.youtube.com/embed/l4CZekgyuYI" frameborder="0" allowfullscreen></iframe>

                <div>
                    <h2>Features</h2>

                    <ul>
                        <li>Local and remote monitoring (threads, numa, heap-analysis, garbage collection, etc.)</li>
                        <li>Records and visualizes both high level (uptime, cpu and memory usage)
                          and low level (HotSpot's perf) data</li>
                        <li>Designed to work well against OpenJDK and IcedTea</li>
                        <li>Stand-alone Swing GUI client</li>
                        <li>Web layer for increased security</li>
                        <li>Command line interface client</li>
                        <li>Usable in production environment, with
                          minimal overhead</li>
                    </ul>

                    <h2>Basic System Requirements</h2>

                    <ul>
                        <li>OpenJDK &gt;= 1.7</li>
                        <li>Mongodb &gt;= 2.2 (or 2.0 if no SSL required)</li>
                        <li>Servlet container (optional)</li>
                    </ul>


                    <h2>Downloads<a name="downloads">&nbsp;</a></h2>

                    <p>
                        As of now, the latest stable version is <strong><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.2.4.tar.gz">Thermostat 1.2.4</a></strong>. Please see <a href="http://icedtea.classpath.org/wiki/Thermostat/UserGuideV1.2">the User Guide</a> to get started and <a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">send us email</a> if you have any trouble installing/using Thermostat &mdash; we'd be happy to help you out.</p>

                    <h3>All Downloads<a name="all-downloads">&nbsp;</a></h3>

                    <table>
                        <thead>
                            <tr>
                                <th>Release Date</th>
                                <th>Version</th>
                                <th>Notes</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td>2015-06-03</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.2.4.tar.gz">1.2.4</a></td>
                                <td>Bugfix update for 1.2 branch. Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2015-03-09</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.2.2.tar.gz">1.2.2</a></td>
                                <td>Bugfix update for 1.2 branch. Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2014-12-17</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.2.0.tar.gz">1.2.0</a></td>
                                <td>Initial release for 1.2 branch, code name "Yellow Butterflies". Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2014-12-16</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.0.6.tar.gz">1.0.6</a></td>
                                <td>Security release for 1.0 branch. Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2014-06-02</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.0.4.tar.gz">1.0.4</a></td>
                                <td>Latest maintenance release for 1.0 branch. Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2014-02-14</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.0.2.tar.gz">1.0.2</a></td>
                                <td>Maintenance release for 1.0 branch. Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2013-11-26</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.0.0.tar.gz">1.0.0</a></td>
                                <td>Our first release with stable frozen Plugin API, code name "The Snowman". Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2013-10-07</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.15.0.tar.gz">0.15.0</a></td>
                                <td>Our twelfth release, code name "LookFar". Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2013-09-05</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.13.0.tar.gz">0.13.0</a></td>
                                <td>Our eleventh release, code name "Cloud Atlas". Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2013-07-15</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.11.0.tar.gz">0.11.0</a></td>
                                <td>Our tenth release, code name "Desert Song". Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2013-05-23</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.9.2.tar.gz">0.9.2</a></td>
                                <td>Our ninth release, a micro version bump to correct issues with 0.9.0 release. Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2013-05-21</td>
                                <td>0.9.0</td>
                                <td>Our eighth release, code name "Barbaric Yawp". Download link has been disabled, as this release had issues that caused build breakage.</td>
                            </tr>
                            <tr>
                                <td>2013-04-05</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.7.0.tar.gz">0.7.0</a></td>
                                <td>Our seventh release, code name "Cask of Amontillado". Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2013-03-08</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.6.0.tar.gz">0.6.0</a></td>
                                <td>Our sixth release, code name "Time Out of Sorts". Please see README in the tarball to get started.</td>
                            </tr>
                            <tr>
                                <td>2013-02-06</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.5.0.tar.gz">0.5.0</a></td>
                                <td>Our fifth release, code name "Thanks for all the fish". Please see README in the tarball to get you started.</td>
                            </tr>
                            <tr>
                                <td>2012-10-10</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.4.0.tar.gz">0.4.0</a></td>
                                <td>Our fourth release, code name "The Martian Chronicles". Please see README in the tarball to get you started.</td>
                            </tr>
                            <tr>
                                <td>2012-06-22</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.3.tar.gz">0.3</a></td>
                                <td>Our third release, code name "Not Yet". Please see README in the tarball to get you started.</td>
                            </tr>
                            <tr>
                                <td>2012-05-08</td>
                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.2.tar.gz">0.2</a></td>
                                <td>Our second release, code name "The Dharma Bums".</td>
                            </tr>
                            <tr>
                                <td>2012-02-04</td>
                                <td><a href="http://icedtea.classpath.org/hg/thermostat/rev/6f83cf36541d"></a>0.1</td>
                                <td>Our first preview release.  There was in fact no tarball created for this version, only a tag in mercurial for reference.  We introduced Thermostat to FOSDEM at this time.</td>
                            </tr>
                        </tbody>
                    </table>

                    <h2>Staying in Touch</h2>

		    <p>Want the latest Thermostat news? It's available several
                    ways: Feel free to subscribe to the Thermostat development
 <a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">mailing
list</a>
                     or join us on IRC in #thermostat on freenode.net</p>

                    <h2>Helping Out</h2>

                    <p>Found a bug? Please report it in our <a href="http://icedtea.classpath.org/bugzilla/enter_bug.cgi?product=Thermostat">bugzilla</a>. Want a feature? Please email us at our <a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">mailing
list</a>.</p>

                    <h2>License</h2><a name="license"></a>

                    <p>Thermostat is made available under GPLv2+ with classpath exception.</p>
                </div>

                <div id="copyright">
                    <p>Copyright (c) 2012, 2013, 2014, 2015 by the authors.</p>
                </div>

            </div>
        </div>
    </body>
</html>