| clear query|facets|time |
Search criteria: RequestsPerSecond .
Results from 1 to 10 from
7704 (4.847s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: RequestsPerSecond on master console - HBase - [mail # user]
|
|
...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 wrote: ...
|
|
|
Author: Elliott Clark,
2012-11-01, 04:23
|
|
|
RequestsPerSecond on master console - HBase - [mail # user]
|
|
...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...
|
|
|
Author: Varun Sharma,
2012-10-29, 20:25
|
|
|
Re: RequestsPerSecond on master console - HBase - [mail # user]
|
|
...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...
|
|
|
Author: Otis Gospodnetic,
2012-10-31, 02:14
|
|
|
Re: RequestsPerSecond on master console - HBase - [mail # user]
|
|
...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 :...
|
|
|
Author: Jean-Marc Spaggiari,
2012-10-31, 15:52
|
|
|
ServerLoad # getRequestsPerSecond() - HBase - [javadoc]
- [see source code]
|
|
... @return number of requests per second received since the last report ...
|
|
|
http://search-hadoop.com/jd/hbase/hba.../ServerLoad.html#getRequestsPerSecond()
|
|
|
[HBASE-6780] On the master status page the Number of Requests per second is incorrect for RegionServer's - HBase - [issue]
|
|
...The number of requests per second is getting divided when it shouldn't be....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6780
Author: Elliott Clark,
2013-02-07, 01:42
|
|
|
Node # setRequests(int requests) - HBase - [javadoc]
- [see source code]
|
|
... @param requests the number of requests per second processed by the
region server ...
|
|
|
http://search-hadoop.com/jd/hb...eClusterStatusModel.Node.html#setRequests(int)
|
|
|
StorageClusterStatusModel # setRequests(int requests) - HBase - [javadoc]
- [see source code]
|
|
... @param requests the total number of requests per second handled by the
cluster ...
|
|
|
http://search-hadoop.com/jd/hb...torageClusterStatusModel.html#setRequests(int)
|
|
|
Node # getRequests() - HBase - [javadoc]
- [see source code]
|
|
... @return the number of requests per second processed by the region server ...
|
|
|
http://search-hadoop.com/jd/hb...rageClusterStatusModel.Node.html#getRequests()
|
|
|
StorageClusterStatusModel # getRequests() - HBase - [javadoc]
- [see source code]
|
|
... @return the total number of requests per second handled by the cluster in
the last reporting interval ...
|
|
|
http://search-hadoop.com/jd/hba.../StorageClusterStatusModel.html#getRequests()
|
|
|
|