Re: timing the Tomcat SSL overhead

2011-03-17 Thread andrei d
Chris, So there are no relevant hooks in the Tomcat connectors and/or no way to instrument that code? (I assume that's where the connections are established) I am trying to avoid using client test code for this since I'd like to do the measurement on a production system under real load. Thanks,

timing the Tomcat SSL overhead

2011-03-16 Thread andrei d
Is there a way for Tomcat to time the overhead introduced by using an SSL connector? (vs a non-ssl one) I was hoping I could use a Valve for this, but it looks like by the time a valve is hit, the Connector already established a connection. thanks in advance andrei