view content/home/content.html @ 40:00a4d3801a00

Update website with new look. Use bootstrap for front-end framework. Adds getting-started, contribute, download and documentation pages. Changes from: http://icedtea.classpath.org/people/jkang/testbed/rev/bc631c6009b3 Mailing list discussion: http://icedtea.classpath.org/pipermail/thermostat/2016-October/021159.html http://icedtea.classpath.org/pipermail/thermostat/2016-October/021360.html
author Jie Kang <jkang@redhat.com>
date Wed, 26 Oct 2016 17:00:10 -0400
parents
children 076502ce51ab
line wrap: on
line source

<div class="row">
    <div class="panel panel-default">
        <div class="panel-heading">
            <h1 class="panel-title">Serviceability and Monitoring for OpenJDK</h1>
        </div>
        <div class="panel-body">
            <h4>
                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. Thermostat is free and open source software licensed under GPLv2+
                with classpath exception.
            </h4>
            <div class="text-center">
                <a href="downloads" class="btn btn-default navbar-btn btn-c1 btn-xlarge" role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Download</a>
            </div>
        </div>
    </div>

    <div class="panel panel-default">
        <div class="panel-heading">
            <h1 class="panel-title">Features</h1>
        </div>
        <div class="panel-body">
            <h4>
                <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>
            </h4>
        </div>
    </div>
</div>
<div class="row">
    <div class="col-sm-2"></div>
    <div class="col-sm-4">
        <a href="img/screenshot1.png" " class="thumbnail ">
              <img src="img/screenshot1.png " alt="... "></img>
              <p></p>
              <p>Dump, browse and search the Java heap</p>
            </a>

          </div>
          <div class="col-sm-4 ">
            <a href="img/screenshot2.png " " class="thumbnail ">
            <img src="img/screenshot2.png " alt="... "></img>
            <p></p>
            <p>Visualize thread states</p>
        </a>
    </div>
    <div class="col-sm-2"></div>
</div>