diff --git src/main/docbkx/ops_mgt.xml src/main/docbkx/ops_mgt.xml index 4d89b1f..64a09fd 100644 --- src/main/docbkx/ops_mgt.xml +++ src/main/docbkx/ops_mgt.xml @@ -1166,6 +1166,64 @@ false value length, fields of each put in the multiPut. +
+ 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 + Tasks + Show Non-RPC Tasks + Block Cache + . Following are a few examples of the reporting capabilities. +
+ Basic Info + + + + + + Shows the cache implementation + + +
+
+ Config + + + + + + Shows all cache configuration options. + + +
+
+ Stats + + + + + + Shows statistics about the performance of the cache. + + +
+
+ L1 and L2 + + + + + + + + + Shows information about the L1 and L2 caches. + + +
+ This is not an exhaustive list of all the screens and reports available. Have a look in + the Web UI. +
diff --git src/main/site/resources/images/bc_basic.png src/main/site/resources/images/bc_basic.png new file mode 100644 index 0000000..ac17351 Binary files /dev/null and src/main/site/resources/images/bc_basic.png differ diff --git src/main/site/resources/images/bc_config.png src/main/site/resources/images/bc_config.png new file mode 100644 index 0000000..53250cf Binary files /dev/null and src/main/site/resources/images/bc_config.png differ diff --git src/main/site/resources/images/bc_l1.png src/main/site/resources/images/bc_l1.png new file mode 100644 index 0000000..36d7e55 Binary files /dev/null and src/main/site/resources/images/bc_l1.png differ diff --git src/main/site/resources/images/bc_l2_buckets.png src/main/site/resources/images/bc_l2_buckets.png new file mode 100644 index 0000000..5163928 Binary files /dev/null and src/main/site/resources/images/bc_l2_buckets.png differ diff --git src/main/site/resources/images/bc_stats.png src/main/site/resources/images/bc_stats.png new file mode 100644 index 0000000..d8c6384 Binary files /dev/null and src/main/site/resources/images/bc_stats.png differ