Created
November 7, 2017 09:11
-
-
Save mwiede/7e2f494ff4b221bd4c7d703a7dfcde88 to your computer and use it in GitHub Desktop.
httpclient metric console reporter output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Gauges ---------------------------------------------------------------------- | |
org.apache.http.conn.HttpClientConnectionManager.available-connections | |
value = 1 | |
org.apache.http.conn.HttpClientConnectionManager.leased-connections | |
value = 0 | |
org.apache.http.conn.HttpClientConnectionManager.max-connections | |
value = 20 | |
org.apache.http.conn.HttpClientConnectionManager.pending-connections | |
value = 0 | |
-- Meters ---------------------------------------------------------------------- | |
-- Timers ---------------------------------------------------------------------- | |
org.apache.http.client.HttpClient.api.github.com.get-requests | |
count = 1 | |
mean rate = 4,19 calls/second | |
1-minute rate = 0,00 calls/second | |
5-minute rate = 0,00 calls/second | |
15-minute rate = 0,00 calls/second | |
min = 174,59 milliseconds | |
max = 174,59 milliseconds | |
mean = 174,59 milliseconds | |
stddev = 0,00 milliseconds | |
median = 174,59 milliseconds | |
75% <= 174,59 milliseconds | |
95% <= 174,59 milliseconds | |
98% <= 174,59 milliseconds | |
99% <= 174,59 milliseconds | |
99.9% <= 174,59 milliseconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment