From 4c1765f1d5a996580bb2c293e671b38815ec9faa Mon Sep 17 00:00:00 2001 From: William Shen Date: Fri, 22 Mar 2019 15:11:13 -0700 Subject: [PATCH] HBASE-22092 Typo in block cache monitoring documentation --- src/main/asciidoc/_chapters/ops_mgt.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc index ee7bd975a56..b4bdb21d485 100644 --- a/src/main/asciidoc/_chapters/ops_mgt.adoc +++ b/src/main/asciidoc/_chapters/ops_mgt.adoc @@ -1794,19 +1794,19 @@ This particular example, for example, would indicate that the likely cause of sl === Block Cache Monitoring Starting with HBase 0.98, the HBase Web UI includes the ability to monitor and report on the performance of the block cache. -To view the block cache reports, click . +To view the block cache reports, see the Block Cache section of the region server UI. Following are a few examples of the reporting capabilities. -.Basic Info +.Basic Info shows the cache implementation. image::bc_basic.png[] -.Config +.Config shows all cache configuration options. image::bc_config.png[] -.Stats +.Stats shows statistics about the performance of the cache. image::bc_stats.png[] -.L1 and L2 +.L1 and L2 shows information about the L1 and L2 caches. image::bc_l1.png[] This is not an exhaustive list of all the screens and reports available.