diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index 2c886b58dbf..f6395648794 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -235,16 +235,16 @@ throws InterruptedException, IOException { Block cache item count in memory. This is the number of blocks of storefiles (HFiles) in the cache.
<varname>hbase.regionserver.blockCacheFree</varname> - Block cache memory available (MB). + Block cache memory available (bytes).
<varname>hbase.regionserver.blockCacheHitRatio</varname> Block cache hit ratio (0 to 100). TODO: describe impact to ratio where read requests that have cacheBlocks=false
<varname>hbase.regionserver.blockCacheSize</varname> - Block cache size in memory (MB) + Block cache size in memory (bytes)
<varname>hbase.regionserver.compactionQueueSize</varname> - Size of the compaction queue. + Size of the compaction queue. This is the number of stores in the region that have been targeted for compaction.
<varname>hbase.regionserver.fsReadLatency_avg_time</varname> Filesystem read latency (ms)