Take a look at MetricsRegionServerWrapperImpl (which implements MetricsRegionServerWrapper):
private volatile double requestsPerSecond = 0.0; FYI On Thu, Apr 13, 2017 at 11:50 AM, jeff saremi <[email protected]> wrote: > there is a metric that we can't find in hadoop metric2-compatible ones. > It's called "Requests Per Second" and it shows up on the master status page > under BaseStats for Region servers. > > Is this also found in metrics2 metrics? under what name? > thanks > Jeff > >
