Skip to content

Instantly share code, notes, and snippets.

@rpless
Created December 4, 2020 14:18
Show Gist options
  • Save rpless/df3245f9b778335fc66ae2a5ea99c280 to your computer and use it in GitHub Desktop.
Save rpless/df3245f9b778335fc66ae2a5ea99c280 to your computer and use it in GitHub Desktop.

Java 8

Default
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:       22   51  12.8     53     307
Processing:     0    6   6.8      2      91
Waiting:        0    6   6.6      1      89
Total:         22   58  10.7     56     308

Percentage of the requests served within a certain time (ms)
  50%     56
  66%     58
  75%     59
  80%     60
  90%     63
  95%     69
  98%     79
  99%     86
 100%    308 (longest request)
Reloading Engine Factory
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        6   27   6.5     27     155
Processing:     0    3   4.3      2     112
Waiting:        0    2   3.8      1     112
Total:         19   30   5.6     29     238

Percentage of the requests served within a certain time (ms)
  50%     29
  66%     30
  75%     30
  80%     31
  90%     32
  95%     33
  98%     37
  99%     52
 100%    238 (longest request)

Java 11

Default
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:      123  168  13.6    168     349
Processing:     0    3   5.2      0      84
Waiting:        0    2   4.0      0      82
Total:        124  171  14.8    172     433

Percentage of the requests served within a certain time (ms)
  50%    172
  66%    177
  75%    181
  80%    183
  90%    189
  95%    194
  98%    200
  99%    211
 100%    433 (longest request)
Reloading Engine Factory
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        7   27  10.1     27     188
Processing:     0    5   5.8      2     114
Waiting:        0    3   4.2      2      93
Total:         18   31   9.6     30     257

Percentage of the requests served within a certain time (ms)
  50%     30
  66%     31
  75%     32
  80%     32
  90%     35
  95%     37
  98%     53
  99%     70
 100%    257 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment