view index.html @ 37:ebf0304a5e07

Add a new video to showcase Thermostat
author Omair Majid <omajid@redhat.com>
date Tue, 16 Aug 2016 12:05:58 -0400
parents db3c2092127a
children bcc9c9a5d3a9
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.6/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.6/">1.6 Development</a></li></li>
                                    <li><a href="http://icedtea.classpath.org/hg/release/thermostat-1.4/">1.4</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/AKB5jorzLpc" 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>

                    Please see the <code>README</code> for all the details.


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

                    <p>
                        The latest stable version is <strong><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.6.0.tar.gz">Thermostat 1.6.0</a></strong> (<a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.6.0.tar.gz.md5">md5</a>)(<a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.6.0.tar.gz.sha512">sha512</a>). Please see <a href="http://icedtea.classpath.org/wiki/Thermostat/UserGuideV1.6">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>Other Downloads<a name="all-downloads">&nbsp;</a></h3>

                    <p>You can also download pre-release versions to try out
                    newer features in advance. Please note that these may
                    contain significant bugs.</p>
                    <ul>
                        <li><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.99.11-SNAPSHOT.tar.gz">2.0 series</a> (<a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.99.11-SNAPSHOT.tar.gz.md5">md5</a>) (<a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.99.11-SNAPSHOT.tar.gz.sha512">sha512</a>)</li>
                    </ul>

                    <p><a href="http://icedtea.classpath.org/download/thermostat/">Historical archives of all releases</a> are also available.</p>

                    <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>