Hi Chris,
Yes, When I did $ host [hostname], I get the IP address that I am trying to
use.
Below are the Engine and Host configurations from server.xml.
On Mon, Sep 28, 2020 at 8:4
On 28/09/2020 17:58, Arshiya Shariff wrote:
> Hi All,
> With 200 threads(users) , ramp up duration of 2 seconds , loop count 80 and
> by sending 1000 http2 requests/sec from JMeter Client to an embedded tomcat
> application we did not observe any memory issue , but on sending 1000 http2
> reques
Hi Arshiya,
On Mon, Sep 28, 2020 at 7:59 PM Arshiya Shariff
wrote:
> Hi All,
> With 200 threads(users) , ramp up duration of 2 seconds , loop count 80
> and by sending 1000 http2 requests/sec from JMeter Client to an embedded
> tomcat application we did not observe any memory issue , but on sen
Arshiya,
On 9/28/20 12:58, Arshiya Shariff wrote:
> With 200 threads(users) , ramp up duration of 2 seconds , loop count
> 80 and by sending 1000 http2 requests/sec from JMeter Client to an
> embedded tomcat application we did not observe any memory issue , but
> on sending 1000 http2 requests/sec
Hi All,
With 200 threads(users) , ramp up duration of 2 seconds , loop count 80 and by
sending 1000 http2 requests/sec from JMeter Client to an embedded tomcat
application we did not observe any memory issue , but on sending 1000 http2
requests/sec with 2000 or 1000 users from JMeter , the appli
On 28/09/2020 16:15, Solas, Nathan wrote:
> I'm using RemoteIpValve to capture protocolHeader x-forwarded-proto and
> upgrade the request to secure when SSL is terminated at the load balancer -
> so far so good.
>
> When using theServletRequest.startAsync() and then passing the work to a
> thre
On Mon, Sep 28, 2020 at 5:31 PM Martin Grigorov
wrote:
> On Mon, Sep 28, 2020 at 6:11 PM Rémy Maucherat wrote:
>
> > On Mon, Sep 28, 2020 at 4:34 PM Martin Grigorov
> > wrote:
> >
> > > Hi,
> > >
> > > I've profiled the memory allocation during load testing HTTP2:
> > > https://pasteboard.co/Jt
On Mon, Sep 28, 2020 at 6:11 PM Rémy Maucherat wrote:
> On Mon, Sep 28, 2020 at 4:34 PM Martin Grigorov
> wrote:
>
> > Hi,
> >
> > I've profiled the memory allocation during load testing HTTP2:
> > https://pasteboard.co/Jtblqfl.png
> >
> > As you can see there are a lot of ByteBuffer.allocate(in
I'm using RemoteIpValve to capture protocolHeader x-forwarded-proto and upgrade
the request to secure when SSL is terminated at the load balancer - so far so
good.
When using theServletRequest.startAsync() and then passing the work to a
threadpool executor, it seems the RemoteIpValve.invoke fin
Larvi,
On 9/28/20 10:04, Larvi Boy wrote:
> Hi,
>
> When I try to login to out web gui via direct link, it is working fine but
> when I used the dns url, for first time it works fine as for the first time
> we are redirected to our login page which redirects us back to my direct
> link, but if we
On Mon, Sep 28, 2020 at 4:34 PM Martin Grigorov
wrote:
> Hi,
>
> I've profiled the memory allocation during load testing HTTP2:
> https://pasteboard.co/Jtblqfl.png
>
> As you can see there are a lot of ByteBuffer.allocate(int) calls.
> org.apache.catalina.connector.Response#Response(int)
> org.ap
Hi,
I've profiled the memory allocation during load testing HTTP2:
https://pasteboard.co/Jtblqfl.png
As you can see there are a lot of ByteBuffer.allocate(int) calls.
org.apache.catalina.connector.Response#Response(int)
org.apache.catalina.connector.Request#inputBuffer
org.apache.coyote.http2.Htt
Hi,
When I try to login to out web gui via direct link, it is working fine but
when I used the dns url, for first time it works fine as for the first time
we are redirected to our login page which redirects us back to my direct
link, but if we create another window with same dns link, some buttons
Mark,
On 9/28/20 03:48, Mark Thomas wrote:
> On 28/09/2020 08:33, Mark Thomas wrote:
>> On 27/09/2020 00:07, Pawel Veselov wrote:
>>> Hello!
>>>
>>> Tomcat 9.0.x
>>>
>>> I'd like to force connection closure on some endpoints.
>>
>> Why? Generally, this is something that should not be an applicatio
On 28/09/2020 08:33, Mark Thomas wrote:
> On 27/09/2020 00:07, Pawel Veselov wrote:
>> Hello!
>>
>> Tomcat 9.0.x
>>
>> I'd like to force connection closure on some endpoints.
>
> Why? Generally, this is something that should not be an application concern.
>
>> I'm trying this on a simple JSP page
On 27/09/2020 00:07, Pawel Veselov wrote:
> Hello!
>
> Tomcat 9.0.x
>
> I'd like to force connection closure on some endpoints.
Why? Generally, this is something that should not be an application concern.
> I'm trying this on a simple JSP page.
> If I call response.setHeader("Connection","close
16 matches
Mail list logo