Nope that patch was introduced due to the protobuf work on trunk. The requestPerSecond count is based on all requests, read, write and non-region related requests. So it will be higher than the read request count + write request.
On Wed, Oct 31, 2012 at 8:52 AM, Jean-Marc Spaggiari < [email protected]> wrote: > It seems the patch has been applied only to the trunk. Should we > update it to be applied to 0.94 too? > > 2012/10/30, Otis Gospodnetic <[email protected]>: > > Varun, > > > > I'll wait for the answer like you, but > > http://search-hadoop.com/?q=RequestsPerSecond+&fc_project=HBase found > > me https://issues.apache.org/jira/browse/HBASE-6780, which may be > > relevant here. > > > > Otis > > -- > > Search Analytics - http://sematext.com/search-analytics/index.html > > Performance Monitoring - http://sematext.com/spm/index.html > > > > > > On Mon, Oct 29, 2012 at 4:25 PM, Varun Sharma <[email protected]> > wrote: > >> Hi, > >> > >> I am trying to understand what does the RequestsPerSecond on master > >> console > >> really mean ? Does it count all the requests - such as if I issue a > >> scannerOpenWithScan() from thrift client, would that also count or is it > >> only the scan/get operations which are counted ? > >> > >> Thanks > >> Varun > > >
