You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/11/08 14:58:36 UTC

hbase git commit: HBASE-21411 document the snapshot metric data that is shown in HBase Master Web UI

Repository: hbase
Updated Branches:
  refs/heads/master 54172c989 -> 2153d2c0c


HBASE-21411 document the snapshot metric data that is shown in HBase Master Web UI

Signed-off-by: Sean Busbey <bu...@apache.org>
Signed-off-by: Michael Stack <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2153d2c0
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2153d2c0
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2153d2c0

Branch: refs/heads/master
Commit: 2153d2c0c45d581509a48b159b7f06b42e8f2b07
Parents: 54172c9
Author: Roland Teague <rt...@cloudera.com>
Authored: Wed Nov 7 17:11:17 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Nov 8 08:57:00 2018 -0600

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/ops_mgt.adoc      |  22 +++++++++++++++++++++
 src/site/resources/images/1-snapshot.png      | Bin 0 -> 125659 bytes
 src/site/resources/images/2-snapshots.png     | Bin 0 -> 118250 bytes
 src/site/resources/images/empty-snapshots.png | Bin 0 -> 94959 bytes
 src/site/resources/images/master-snapshot.png | Bin 0 -> 249530 bytes
 5 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2153d2c0/src/main/asciidoc/_chapters/ops_mgt.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc
index 200c380..f2ee1cc 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -1742,6 +1742,28 @@ image::bc_l1.png[]
 This is not an exhaustive list of all the screens and reports available.
 Have a look in the Web UI.
 
+=== Snapshot Space Usage Monitoring
+
+Starting with HBase 0.95, Snapshot usage information on individual snapshots was shown in the HBase Master Web UI. This was further enhanced starting with HBase 1.3 to show the total Storefile size of the Snapshot Set. The following metrics are shown in the Master Web UI with HBase 1.3 and later.
+
+* Shared Storefile Size is the Storefile size shared between snapshots and active tables.
+* Mob Storefile Size is the Mob Storefile size shared between snapshots and active tables.
+* Archived Storefile Size is the Storefile size in Archive.
+
+The format of Archived Storefile Size is NNN(MMM). NNN is the total Storefile size in Archive, MMM is the total Storefile size in Archive that is specific to the snapshot (not shared with other snapshots and tables).
+
+.Master Snapshot Overview
+image::master-snapshot.png[]
+
+.Snapshot Storefile Stats Example 1
+image::1-snapshot.png[]
+
+.Snapshot Storefile Stats Example 2
+image::2-snapshots.png[]
+
+.Empty Snapshot Storfile Stats Example
+image::empty-snapshots.png[]
+
 == Cluster Replication
 
 NOTE: This information was previously available at

http://git-wip-us.apache.org/repos/asf/hbase/blob/2153d2c0/src/site/resources/images/1-snapshot.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/1-snapshot.png b/src/site/resources/images/1-snapshot.png
new file mode 100644
index 0000000..a903902
Binary files /dev/null and b/src/site/resources/images/1-snapshot.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/2153d2c0/src/site/resources/images/2-snapshots.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/2-snapshots.png b/src/site/resources/images/2-snapshots.png
new file mode 100644
index 0000000..2fd4574
Binary files /dev/null and b/src/site/resources/images/2-snapshots.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/2153d2c0/src/site/resources/images/empty-snapshots.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/empty-snapshots.png b/src/site/resources/images/empty-snapshots.png
new file mode 100644
index 0000000..ce92e0f
Binary files /dev/null and b/src/site/resources/images/empty-snapshots.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/2153d2c0/src/site/resources/images/master-snapshot.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/master-snapshot.png b/src/site/resources/images/master-snapshot.png
new file mode 100644
index 0000000..51ffc9a
Binary files /dev/null and b/src/site/resources/images/master-snapshot.png differ