view index.html @ 23:1b95bd122ba8

Update for 1.0.6 and 1.2.0 releases.
author Jon VanAlten <jon.vanalten@redhat.com>
date Fri, 23 Jan 2015 10:18:12 -0700
parents 06f1ae8aab44
children 9b14220bab3a
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>

		<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>
                <p>Some goals of Thermostat are:</p>
                <ul>
		  <li>We want a tool that allows users of IcedTea/OpenJDK to
                      monitor running JVMs, especially remote JVMs.</li>

		  <li>Both high level (uptime, cpu and memory usage) and low
                      level (including hotspot's perf data) information should
                      be available through the tool.</li>

		  <li>The tool should be usable in a production environment,
                      with minimal overhead. </li>
                </ul>

                <div>
                    <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/">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>
                    <h2>Features</h2>

                    <ul>
                        <li>Local and remote monitoring (threads, numa, heap-analysis, garbage collection, etc.)</li>
                        <li>Stand-alone Swing GUI client</li>
                        <li>Web layer for increased security</li>
                        <li>Command line interface client</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>


                    <p>
                        <strong>Note:</strong> As of now, the latest stable version is <strong>Thermostat 1.2.0</strong>. Please <a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">send us email</a> if you have any trouble installing/using Thermostat---we'd be happy to help you out.</p>

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

                    <table>
                        <thead>
                            <tr>
                                <th>Release Date</th>
                                <th>Version</th>
                                <th>Notes</th>
                            </tr>
                        </thead>
                        <tbody>
                            <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>