You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Sandeep L <sa...@outlook.com> on 2013/11/13 06:41:08 UTC

Get HBase Read and Write requests per second separately

Hi,
Is there any way to get HBase reqd and write counts separately.HBase default web interface will show by combining read and write requests as requestsPerSecond.
Instead of requestsPerSecond can I get readRequestsPerSecond & writeRequestsPerSecond.
Can someone suggest if there is any way do this?
Thanks,Sandeep. 		 	   		  

Re: Get HBase Read and Write requests per second separately

Posted by Jia Wang <ra...@appannie.com>.
I don't think so.

Thanks
Ramon


On Thu, Nov 14, 2013 at 12:07 PM, Sandeep L <sa...@outlook.com>wrote:

> Is it possible to get from api instead of hbase_metrics.
>
> Thanks,Sandeep.
>
> > Date: Wed, 13 Nov 2013 17:07:00 +0800
> > Subject: Re: Get HBase Read and Write requests per second separately
> > From: ramon@appannie.com
> > To: user@hbase.apache.org
> >
> > http://hbase.apache.org/book.html#hbase_metrics this is what you are
> > looking for.
> >
> > Cheers
> > Ramon
> >
> >
> > On Wed, Nov 13, 2013 at 1:41 PM, Sandeep L <sandeepvreddy@outlook.com
> >wrote:
> >
> > > Hi,
> > > Is there any way to get HBase reqd and write counts separately.HBase
> > > default web interface will show by combining read and write requests as
> > > requestsPerSecond.
> > > Instead of requestsPerSecond can I get readRequestsPerSecond &
> > > writeRequestsPerSecond.
> > > Can someone suggest if there is any way do this?
> > > Thanks,Sandeep.
>
>

Re: Get HBase Read and Write requests per second separately

Posted by Asaf Mesika <as...@gmail.com>.
Using java, you can use HBaseAdmin to get cluster load, there, for each
region you can get write and read request. Just sum up all regions to get
total read and total write request.

On Thursday, November 14, 2013, Sandeep L wrote:

> Is it possible to get from api instead of hbase_metrics.
>
> Thanks,Sandeep.
>
> > Date: Wed, 13 Nov 2013 17:07:00 +0800
> > Subject: Re: Get HBase Read and Write requests per second separately
> > From: ramon@appannie.com <javascript:;>
> > To: user@hbase.apache.org <javascript:;>
> >
> > http://hbase.apache.org/book.html#hbase_metrics this is what you are
> > looking for.
> >
> > Cheers
> > Ramon
> >
> >
> > On Wed, Nov 13, 2013 at 1:41 PM, Sandeep L <sandeepvreddy@outlook.com<javascript:;>
> >wrote:
> >
> > > Hi,
> > > Is there any way to get HBase reqd and write counts separately.HBase
> > > default web interface will show by combining read and write requests as
> > > requestsPerSecond.
> > > Instead of requestsPerSecond can I get readRequestsPerSecond &
> > > writeRequestsPerSecond.
> > > Can someone suggest if there is any way do this?
> > > Thanks,Sandeep.
>

RE: Get HBase Read and Write requests per second separately

Posted by Sandeep L <sa...@outlook.com>.
Is it possible to get from api instead of hbase_metrics.

Thanks,Sandeep.

> Date: Wed, 13 Nov 2013 17:07:00 +0800
> Subject: Re: Get HBase Read and Write requests per second separately
> From: ramon@appannie.com
> To: user@hbase.apache.org
> 
> http://hbase.apache.org/book.html#hbase_metrics this is what you are
> looking for.
> 
> Cheers
> Ramon
> 
> 
> On Wed, Nov 13, 2013 at 1:41 PM, Sandeep L <sa...@outlook.com>wrote:
> 
> > Hi,
> > Is there any way to get HBase reqd and write counts separately.HBase
> > default web interface will show by combining read and write requests as
> > requestsPerSecond.
> > Instead of requestsPerSecond can I get readRequestsPerSecond &
> > writeRequestsPerSecond.
> > Can someone suggest if there is any way do this?
> > Thanks,Sandeep.
 		 	   		  

Re: Get HBase Read and Write requests per second separately

Posted by Jia Wang <ra...@appannie.com>.
http://hbase.apache.org/book.html#hbase_metrics this is what you are
looking for.

Cheers
Ramon


On Wed, Nov 13, 2013 at 1:41 PM, Sandeep L <sa...@outlook.com>wrote:

> Hi,
> Is there any way to get HBase reqd and write counts separately.HBase
> default web interface will show by combining read and write requests as
> requestsPerSecond.
> Instead of requestsPerSecond can I get readRequestsPerSecond &
> writeRequestsPerSecond.
> Can someone suggest if there is any way do this?
> Thanks,Sandeep.