Re: HTTP2 : WINDOW_UPDATE not sent on stream level

2022-01-13 Thread Mark Thomas
On 13/01/2022 21:45, Doug Whitfield wrote: Hi Mark, In the newly opened bug report about this (https://bz.apache.org/bugzilla/show_bug.cgi?id=65773), you noted that logging at level FINE would show what is happening. What exactly are we looking at when it says it “Swallowed [0] bytes”? I c

Re: Obtaining jvmRoute from filter

2022-01-13 Thread Mark Thomas
On 13/01/2022 21:31, Christopher Schultz wrote: All, Does anyone know if it's possible and/or convenient to fetch the jvmRoute from a servlet filter? I'd like to write a Filter that puts some information like this into the response headers:   X-App-Server-IP: 10.0.0.1   X-App-Server-Rout

Re: HTTP2 : WINDOW_UPDATE not sent on stream level

2022-01-13 Thread Doug Whitfield
Hi Mark, In the newly opened bug report about this (https://bz.apache.org/bugzilla/show_bug.cgi?id=65773), you noted that logging at level FINE would show what is happening. What exactly are we looking at when it says it “Swallowed [0] bytes”? I can get more data, but at this point, I just wan

Re: Performance Tuning Tomcat 9

2022-01-13 Thread Christopher Schultz
Lance, On 1/13/22 11:16, Campbell, Lance wrote: For Tomcat 9.x is there a particular website you have found to be helpful for performance tuning Tomcat 9? Tomcat performs pretty well in its default configuration. Do you have a particular problem you are trying to investigate or solve, or ar

Obtaining jvmRoute from filter

2022-01-13 Thread Christopher Schultz
All, Does anyone know if it's possible and/or convenient to fetch the jvmRoute from a servlet filter? I'd like to write a Filter that puts some information like this into the response headers: X-App-Server-IP: 10.0.0.1 X-App-Server-Route: jvmRoute Is it possible to get that information

Re: Performance Tuning Tomcat 9

2022-01-13 Thread Brian Wolfe
There are a number of tools out there that can load test your site. Most companies use something like loadrunner, jmeter, or https://gatling.io. I personally use jmeter due to licensing and ease of use. On Thu, Jan 13, 2022 at 11:17 AM Campbell, Lance wrote: > For Tomcat 9.x is there a particula

Performance Tuning Tomcat 9

2022-01-13 Thread Campbell, Lance
For Tomcat 9.x is there a particular website you have found to be helpful for performance tuning Tomcat 9? Thanks, Lance