HBASE-3765 metrics.xml - small format change and adding nav to hbase book metrics section

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1091647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-04-13 04:45:12 +00:00
parent e8cdb7e27f
commit b6c0ce9c5f
2 changed files with 8 additions and 2 deletions

View File

@ -155,6 +155,8 @@ Release 0.91.0 - Unreleased
classes that accept byte[] as a table name (Erik Onnen via Stack)
HBASE-3768 Add best practice to book for loading row key only
(Erik Onnen via Stack)
HBASE-3765 metrics.xml - small format change and adding nav to hbase
book metrics section (Doug Meil)
TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel

View File

@ -29,8 +29,7 @@
HBase emits Hadoop <a href="http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/metrics/package-summary.html">metrics</a>.
</p>
</section>
<section>
<title>HOWTO</title>
<section name="Setup">
<p>First read up on Hadoop <a href="http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/metrics/package-summary.html">metrics</a>.
If you are using ganglia, the <a href="http://wiki.apache.org/hadoop/GangliaMetrics">GangliaMetrics</a>
wiki page is useful read.</p>
@ -138,6 +137,11 @@ export HBASE_REGIONSERVER_OPTS="$HBASE_JMX_OPTS -Dcom.sun.management.jmxremote.p
<strong><code>hadoop</code></strong> domain in JMX.
</p>
</section>
<section name="Understanding HBase Metrics">
<p>
For more information on understanding HBase metrics, see the <a href="book.html#hbase_metrics">metrics section</a> in the HBase book.
</p>
</section>
</section>
</body>
</document>