<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question HBase status command meaning in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-status-command-meaning/m-p/37688#M20442</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm tring to understand the HBase status command meaning. However, I can't find any documentation on this ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;hbase(main):003:0&amp;gt; status
4 servers, 0 dead, 487.2500 average load&lt;/PRE&gt;&lt;PRE&gt;hbase(main):004:0&amp;gt; status 'replication'
4 servers, 0 dead, 512.0000 average load&lt;/PRE&gt;&lt;PRE&gt;hbase(main):006:0&amp;gt; status 'summary'&lt;BR /&gt;4 servers, 0 dead, 512.0000 average load&lt;/PRE&gt;&lt;P&gt;- is the average load in byte?/kb?&lt;/P&gt;&lt;P&gt;- the average is done on each day/ week?&lt;/P&gt;&lt;P&gt;- why is the average different than when I do only status and the same on status 'summary' and status 'replication' ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;status 'simple'
4 live servers
    ip1:60020 1456128551442
        requestsPerSecond=0.0, numberOfOnlineRegions=216, usedHeapMB=1963, maxHeapMB=4062, numberOfStores=216, numberOfStorefiles=5321, storefileUncompressedSizeMB=133145, storefileSizeMB=31861, compressionRatio=0,2393, memstoreSizeMB=0, storefileIndexSizeMB=43, readRequestsCount=88432, writeRequestsCount=0, rootIndexSizeKB=64669, totalStaticIndexSizeKB=503682, totalStaticBloomSizeKB=17227, totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, coprocessors=[]
    ip2:60020 1456128544596
        requestsPerSecond=0.0, numberOfOnlineRegions=631, usedHeapMB=2778, maxHeapMB=4062, numberOfStores=631, numberOfStorefiles=16192, storefileUncompressedSizeMB=293264, storefileSizeMB=75410, compressionRatio=0,2571, memstoreSizeMB=0, storefileIndexSizeMB=92, readRequestsCount=266918, writeRequestsCount=0, rootIndexSizeKB=158970, totalStaticIndexSizeKB=1215591, totalStaticBloomSizeKB=35553, totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, coprocessors=[]
    ip3:60020 1456128568835
        requestsPerSecond=0.0, numberOfOnlineRegions=489, usedHeapMB=2520, maxHeapMB=4062, numberOfStores=489, numberOfStorefiles=12905, storefileUncompressedSizeMB=279315, storefileSizeMB=69048, compressionRatio=0,2472, memstoreSizeMB=0, storefileIndexSizeMB=91, readRequestsCount=751324, writeRequestsCount=0, rootIndexSizeKB=144189, totalStaticIndexSizeKB=930584, totalStaticBloomSizeKB=26132, totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, coprocessors=[]
    ip4:60020 1456128516858
        requestsPerSecond=174.0, numberOfOnlineRegions=712, usedHeapMB=2893, maxHeapMB=4062, numberOfStores=712, numberOfStorefiles=17456, storefileUncompressedSizeMB=617248, storefileSizeMB=131324, compressionRatio=0,2128, memstoreSizeMB=1, storefileIndexSizeMB=98, readRequestsCount=22001272, writeRequestsCount=2047, rootIndexSizeKB=167594, totalStaticIndexSizeKB=1776285, totalStaticBloomSizeKB=149625, totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, coprocessors=[]
0 dead servers
&lt;STRONG&gt;Aggregate load: 174&lt;/STRONG&gt;, regions: 2048&lt;/PRE&gt;&lt;P&gt;- what is the meaning of the 'aggregate load' indicator?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; status 'detailed'&lt;BR /&gt;&amp;nbsp;"test_all,,1453275538489.ed10387c718e4b42573b6720a407b155."&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; numberOfStores=1, numberOfStorefiles=1, storefileUncompressedSizeMB=0, storefileSizeMB=0, memstoreSizeMB=0, storefileIndexSizeMB=0, readRequestsCount=0, writeRequestsCount=0, rootIndexSizeKB=1, totalStaticIndexSizeKB=0, totalStaticBloomSizeKB=0, totalCompactingKVs=0, currentCompactedKVs=0, &lt;STRONG&gt;compactionProgressPct&lt;/STRONG&gt;=NaN&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;- does the compactionProgressPct correesponds to major_compact ?&lt;/P&gt;&lt;P&gt;- What is the meaning of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; totalCompactingKVs&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; currentCompactedKVs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 10:05:06 GMT</pubDate>
    <dc:creator>AlinaGHERMAN</dc:creator>
    <dc:date>2022-09-16T10:05:06Z</dc:date>
    <item>
      <title>HBase status command meaning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-status-command-meaning/m-p/37688#M20442</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm tring to understand the HBase status command meaning. However, I can't find any documentation on this ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;hbase(main):003:0&amp;gt; status
4 servers, 0 dead, 487.2500 average load&lt;/PRE&gt;&lt;PRE&gt;hbase(main):004:0&amp;gt; status 'replication'
4 servers, 0 dead, 512.0000 average load&lt;/PRE&gt;&lt;PRE&gt;hbase(main):006:0&amp;gt; status 'summary'&lt;BR /&gt;4 servers, 0 dead, 512.0000 average load&lt;/PRE&gt;&lt;P&gt;- is the average load in byte?/kb?&lt;/P&gt;&lt;P&gt;- the average is done on each day/ week?&lt;/P&gt;&lt;P&gt;- why is the average different than when I do only status and the same on status 'summary' and status 'replication' ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;status 'simple'
4 live servers
    ip1:60020 1456128551442
        requestsPerSecond=0.0, numberOfOnlineRegions=216, usedHeapMB=1963, maxHeapMB=4062, numberOfStores=216, numberOfStorefiles=5321, storefileUncompressedSizeMB=133145, storefileSizeMB=31861, compressionRatio=0,2393, memstoreSizeMB=0, storefileIndexSizeMB=43, readRequestsCount=88432, writeRequestsCount=0, rootIndexSizeKB=64669, totalStaticIndexSizeKB=503682, totalStaticBloomSizeKB=17227, totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, coprocessors=[]
    ip2:60020 1456128544596
        requestsPerSecond=0.0, numberOfOnlineRegions=631, usedHeapMB=2778, maxHeapMB=4062, numberOfStores=631, numberOfStorefiles=16192, storefileUncompressedSizeMB=293264, storefileSizeMB=75410, compressionRatio=0,2571, memstoreSizeMB=0, storefileIndexSizeMB=92, readRequestsCount=266918, writeRequestsCount=0, rootIndexSizeKB=158970, totalStaticIndexSizeKB=1215591, totalStaticBloomSizeKB=35553, totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, coprocessors=[]
    ip3:60020 1456128568835
        requestsPerSecond=0.0, numberOfOnlineRegions=489, usedHeapMB=2520, maxHeapMB=4062, numberOfStores=489, numberOfStorefiles=12905, storefileUncompressedSizeMB=279315, storefileSizeMB=69048, compressionRatio=0,2472, memstoreSizeMB=0, storefileIndexSizeMB=91, readRequestsCount=751324, writeRequestsCount=0, rootIndexSizeKB=144189, totalStaticIndexSizeKB=930584, totalStaticBloomSizeKB=26132, totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, coprocessors=[]
    ip4:60020 1456128516858
        requestsPerSecond=174.0, numberOfOnlineRegions=712, usedHeapMB=2893, maxHeapMB=4062, numberOfStores=712, numberOfStorefiles=17456, storefileUncompressedSizeMB=617248, storefileSizeMB=131324, compressionRatio=0,2128, memstoreSizeMB=1, storefileIndexSizeMB=98, readRequestsCount=22001272, writeRequestsCount=2047, rootIndexSizeKB=167594, totalStaticIndexSizeKB=1776285, totalStaticBloomSizeKB=149625, totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, coprocessors=[]
0 dead servers
&lt;STRONG&gt;Aggregate load: 174&lt;/STRONG&gt;, regions: 2048&lt;/PRE&gt;&lt;P&gt;- what is the meaning of the 'aggregate load' indicator?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; status 'detailed'&lt;BR /&gt;&amp;nbsp;"test_all,,1453275538489.ed10387c718e4b42573b6720a407b155."&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; numberOfStores=1, numberOfStorefiles=1, storefileUncompressedSizeMB=0, storefileSizeMB=0, memstoreSizeMB=0, storefileIndexSizeMB=0, readRequestsCount=0, writeRequestsCount=0, rootIndexSizeKB=1, totalStaticIndexSizeKB=0, totalStaticBloomSizeKB=0, totalCompactingKVs=0, currentCompactedKVs=0, &lt;STRONG&gt;compactionProgressPct&lt;/STRONG&gt;=NaN&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;- does the compactionProgressPct correesponds to major_compact ?&lt;/P&gt;&lt;P&gt;- What is the meaning of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; totalCompactingKVs&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; currentCompactedKVs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:05:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-status-command-meaning/m-p/37688#M20442</guid>
      <dc:creator>AlinaGHERMAN</dc:creator>
      <dc:date>2022-09-16T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: HBase status command meaning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-status-command-meaning/m-p/37689#M20443</link>
      <description>&amp;gt; - is the average load in byte?/kb?&lt;BR /&gt;&amp;gt; - the average is done on each day/ week?&lt;BR /&gt;&lt;BR /&gt;It is the average of number of regions hosted by each RS. Its computed when&lt;BR /&gt;you run the status command.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; - why is the average different than when I do only status and the same on&lt;BR /&gt;status 'summary' and status 'replication' ?&lt;BR /&gt;&lt;BR /&gt;Am not sure I follow. Could you post the observed difference?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; - what is the meaning of the 'aggregate load' indicator?&lt;BR /&gt;&lt;BR /&gt;The load is aggregated from the number of requests per second (&lt;BR /&gt;requestsPerSecond)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; - does the compactionProgressPct correesponds to major_compact ?&lt;BR /&gt;&lt;BR /&gt;Yes, and it measures the progress for a specific major compacting region at&lt;BR /&gt;the point of time of running the status command.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; - What is the meaning of: totalCompactingKVs / currentCompactedKVs&lt;BR /&gt;Compactions cause rewrites of KV pairs inside HFiles, into new&lt;BR /&gt;(fewer/single) HFiles. These numbers track the total KVs participating in&lt;BR /&gt;the tracked compaction, and the count of how many that have completed&lt;BR /&gt;persistence so far.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Feb 2016 10:20:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-status-command-meaning/m-p/37689#M20443</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2016-02-22T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: HBase status command meaning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-status-command-meaning/m-p/37690#M20444</link>
      <description>There was a difference in the amount of average load. Since it's computed when we do the command, it may vary..&lt;BR /&gt;I forgot to mention one question , what is the difference in the information that I get in the commands status and status 'replication'?</description>
      <pubDate>Mon, 22 Feb 2016 10:29:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-status-command-meaning/m-p/37690#M20444</guid>
      <dc:creator>AlinaGHERMAN</dc:creator>
      <dc:date>2016-02-22T10:29:33Z</dc:date>
    </item>
  </channel>
</rss>

