Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Jetty9 and connector statistics

Hi dev,

I'm going to upgrade my code in order to use Jetty 9 instead of Jetty 7.

In Jetty 7 I was able to query the connector for the following:
connector.getConnectionsOpenMax()
connector.getConnectionsRequestsMax()
connector.getConnectionsRequestsMean()
connector.getConnectionsRequestsStdDev();
connector.isLowResources(); 

Is there a way to do that in Jetty 9?


Thanks,
Marco

--
Email sent by Signorini Marco.

Back to the top