diff --git a/src/docbkx/ops_mgt.xml b/src/docbkx/ops_mgt.xml
index 35819fb1672..172da244273 100644
--- a/src/docbkx/ops_mgt.xml
+++ b/src/docbkx/ops_mgt.xml
@@ -88,7 +88,17 @@
--starttime=1265875194289 --endtime=1265878794289
--peer.adr=server1,server2,server3:2181:/hbase TestTable
-
+
+
+ RowCounter
+ RowCounter is a utility that will count all the rows of a table. This is a good utility to use
+ as a sanity check to ensure that HBase can read all the blocks of a table if there are any concerns of metadata inconsistency.
+$ bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter
+
+
+
+
+