Re: Malformed chunked stream

2019-08-30 Thread Mark Thomas
On August 30, 2019 8:34:02 PM UTC, Dave Thorn wrote: >I am reading a ~900K XML response from a Tomcat 7.0.76 server, using >Spring RestTemplate and very very intermittently I'm getting a >MalformedChunkCodingException.[1] > >"Unexpected content at the end of chunk". > >I enabled httpclient 'wire'

Malformed chunked stream

2019-08-30 Thread Dave Thorn
I am reading a ~900K XML response from a Tomcat 7.0.76 server, using Spring RestTemplate and very very intermittently I'm getting a MalformedChunkCodingException.[1] "Unexpected content at the end of chunk". I enabled httpclient 'wire' debugging in my client and left it running all day and I

Re: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread tomcat
Hi. If what you are after is really the full byte traffic at the lowest level, and if you are under Linux, how about this : 1) cat /etc/network/interfaces and look for the name of the interface which matches the address tomcat is listening on. e.g. (in my case, real addresses scrambled) :

Re: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread Michael Duffy
What problem are you trying to solve? Bandwidth requirements for a data intensive web application? On Fri, Aug 30, 2019 at 9:22 AM calder wrote: > On Thursday, August 29, 2019, Michael Duffy wrote: > > > Is there a simple tool that will show bandwidth utilization to and from > > the Tomcat

Re: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread calder
On Thursday, August 29, 2019, Michael Duffy wrote: > Is there a simple tool that will show bandwidth utilization to and from > the Tomcat server? > > I am looking for something that will provide an exact byte count of the > TCP/IP packets. > > I would have thought this would be an easy find;

Re: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread Michael Duffy
Thx Guido. I would appreciate more details. You could post them as a reply to this email or if you are on StackOverflow I will post the question there. I think your answer would get a lot of up votes. Mike On Fri, Aug 30, 2019 at 6:01 AM Jäkel, Guido wrote: > Dear Michael, > > you may read

RE: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread Jäkel , Guido
Dear Michael, you may read the statistic values provided by the Connector (and others like busy works, load, heap usage or even the request scoreboard) via JXM or even (by help of the JMX Proxy Servlet) via HTTP. You may contact me if you need more advice. greetings Guido >-Original

Re: Lost my CCS and resources with mod_proxy and Tomcat

2019-08-30 Thread Mark Thomas
On 29/08/2019 23:49, Edwin Quijada wrote: > Hi! > I have an application developed with Grails3 and Postgres, my app runs fine > in the port 8084 , https://server:8084/app now I am trying to put an apache > proxy with mod_proxy but I have an weird error > The app load but doesnt load the

Re: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread Leon Rosenberg
MoSKito (http://www.moskito.org) does visualize the stats from GlobalRequestProcessor: http://burgershop-hamburg.demo.moskito.org/burgershop/moskito-inspect/mskShowProducer?pProducerId=GlobalRequestProcessor You can see the bytes sent/received from every connector. regards Leon On Fri, Aug 30,