Re: Benchmark for UAA performance
Siva Balan <mailsiva@...>
100ms to 200ms sounds about the right value to get an Oauth token. We did a
toggle quoted message
Show quoted text
benchmark with UAA and found out that out of the box, the auto reconfiguration sets the default JDBC connection pool value to 4. You will run out of connection pool if are trying to test with 100 users and your requests may be waiting for a JDBC connection to become available in the pool due to which you may be seeing 5+ second response times with 100 users. Check this github issue for more details on this - https://github.com/cloudfoundry/uaa/issues/165 -Siva On Fri, Sep 11, 2015 at 10:54 AM, Filip Hanik <fhanik(a)pivotal.io> wrote:
What request are you doing to get a token? |
|