Re: Save the bandwidth usage

2013-11-17 Thread Asaf Mesika
My "dream" is to get to your point. I was always stopped before reaching network limit. My premise was the WAL synchronize was the key bottleneck in write. How much data are you inserting? How much client threads? Batch size in client? Share some more info on your cluster and test setup. On Thurs

Re: Get HBase Read and Write requests per second separately

2013-11-17 Thread Asaf Mesika
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. > > Tha