<?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 Re: Confusing metrics for HBase in Cloudera Manager in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Confusing-metrics-for-HBase-in-Cloudera-Manager/m-p/65527#M73378</link>
    <description>A bit of info:&lt;BR /&gt;&lt;BR /&gt;- total_read_requests_rate_across_regionservers&lt;BR /&gt;tracks the RS JMX bean of Server::readRequestCount&lt;BR /&gt;- total_write_requests_rate_across_regionservers&lt;BR /&gt;tracks the RS JMX bean of Server::writeRequestCount&lt;BR /&gt;- total_requests_rate_across_regionservers&lt;BR /&gt;tracks the RS JMX bean of Server::totalRequestCount&lt;BR /&gt;&lt;BR /&gt;The first two apply only to RS operations that operate on data, but the third applies also to other meta-operations such as openRegion, closeRegion, etc. that the RegionServer services (for Master and other commanding clients).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Which metric reflects the actual load of the HBase cluster?&lt;BR /&gt;&lt;BR /&gt;Data-wise its the read/write requests you want to look at.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Given the names I was expecting something like: total_requests = total_read_requests + total_write_requests but this is clearly not the case.&lt;BR /&gt;&lt;BR /&gt;The readRequestCount tracks only read operations (get/scan), where it also counts up multiple rows counted during scans. The totalRequestCount only counts by one per RPC done to RS, not per-row of reads done. This would cause a difference between the three metrics.&lt;BR /&gt;&lt;BR /&gt;Hope this helps explain what these three metrics truly are. TL;DR:&lt;BR /&gt;&lt;BR /&gt;total_read_requests_rate_across_regionservers -&amp;gt; Read operations count rate, counted per row scanned&lt;BR /&gt;total_write_requests_rate_across_regionservers -&amp;gt; Write operations count rate, counted per row written&lt;BR /&gt;total_requests_rate_across_regionservers -&amp;gt; Overall RS RPC-level call count rate, counted per request made to RS, not row-level</description>
    <pubDate>Sat, 17 Mar 2018 10:40:01 GMT</pubDate>
    <dc:creator>Harsh J</dc:creator>
    <dc:date>2018-03-17T10:40:01Z</dc:date>
    <item>
      <title>Confusing metrics for HBase in Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Confusing-metrics-for-HBase-in-Cloudera-Manager/m-p/63643#M73377</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was digging in the HBase metrics available in Cloudera Manager and I can't really understand the differences between the following metrics:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;total_read_requests_rate_across_regionservers&lt;/EM&gt;, &lt;EM&gt;total_write_requests_rate_across_regionservers&lt;/EM&gt; (from the service home page) lists: 18000 req/s&amp;nbsp;for reads - 100 req/s for writes&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;total_requests_rate_across_regionservers&lt;/EM&gt; (from the charts library): lists something like 1000 req/sec&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Given the names I was expecting something like: total_requests = total_read_requests + total_write_requests but this is clearly not the case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which metric reflects the actual load of the HBase cluster?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;parnigot.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:44:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Confusing-metrics-for-HBase-in-Cloudera-Manager/m-p/63643#M73377</guid>
      <dc:creator>parnigot</dc:creator>
      <dc:date>2022-09-16T12:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Confusing metrics for HBase in Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Confusing-metrics-for-HBase-in-Cloudera-Manager/m-p/65527#M73378</link>
      <description>A bit of info:&lt;BR /&gt;&lt;BR /&gt;- total_read_requests_rate_across_regionservers&lt;BR /&gt;tracks the RS JMX bean of Server::readRequestCount&lt;BR /&gt;- total_write_requests_rate_across_regionservers&lt;BR /&gt;tracks the RS JMX bean of Server::writeRequestCount&lt;BR /&gt;- total_requests_rate_across_regionservers&lt;BR /&gt;tracks the RS JMX bean of Server::totalRequestCount&lt;BR /&gt;&lt;BR /&gt;The first two apply only to RS operations that operate on data, but the third applies also to other meta-operations such as openRegion, closeRegion, etc. that the RegionServer services (for Master and other commanding clients).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Which metric reflects the actual load of the HBase cluster?&lt;BR /&gt;&lt;BR /&gt;Data-wise its the read/write requests you want to look at.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Given the names I was expecting something like: total_requests = total_read_requests + total_write_requests but this is clearly not the case.&lt;BR /&gt;&lt;BR /&gt;The readRequestCount tracks only read operations (get/scan), where it also counts up multiple rows counted during scans. The totalRequestCount only counts by one per RPC done to RS, not per-row of reads done. This would cause a difference between the three metrics.&lt;BR /&gt;&lt;BR /&gt;Hope this helps explain what these three metrics truly are. TL;DR:&lt;BR /&gt;&lt;BR /&gt;total_read_requests_rate_across_regionservers -&amp;gt; Read operations count rate, counted per row scanned&lt;BR /&gt;total_write_requests_rate_across_regionservers -&amp;gt; Write operations count rate, counted per row written&lt;BR /&gt;total_requests_rate_across_regionservers -&amp;gt; Overall RS RPC-level call count rate, counted per request made to RS, not row-level</description>
      <pubDate>Sat, 17 Mar 2018 10:40:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Confusing-metrics-for-HBase-in-Cloudera-Manager/m-p/65527#M73378</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2018-03-17T10:40:01Z</dc:date>
    </item>
  </channel>
</rss>

