Hi all, Monitoring Hbase, we need to know the amount of bytes received by each region server (and overall throughput). The only metric I found for this is RS.hadoop.service_HBase.name_RPCStatistics-60020.ReceivedBytes. However, this metric Is a delta and not total number. My question is is there a way to calculate the total received bytes per region server from the available metrics.
Thanks, Ohad.