Re: Measuring bytes sent and received from and to Tomcat

2007-10-27 Thread Johnny Kewl
1/2 cent worth ;) - Original Message - From: "Dave Rathnow" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Friday, October 26, 2007 11:58 PM Subject: RE: Measuring bytes sent and received from and to Tomcat I took a look at lamdaprobe but it only co

Re: Measuring bytes sent and received from and to Tomcat

2007-10-26 Thread Filip Hanik - Dev Lists
opers List Subject: Re: Measuring bytes sent and received from and to Tomcat Well it should works since the Lamba Probe, got these numbers for HTTP and AJP. ie : http://www.lambdaprobe.org/d/screenshots/full/charts.png Regards 2007/10/25, Dave Rathnow <[EMAIL PROTECTED]>: Hello Ag

RE: Measuring bytes sent and received from and to Tomcat

2007-10-26 Thread Dave Rathnow
what I wanted. > > To avoid anther wild goose chase I decided to ask. Can you point me > > in the direction of some documentation where I might be able to get > started? > > > > Dave. > > > > -Original Message- > > From: Costin Manolache [mail

Re: Measuring bytes sent and received from and to Tomcat

2007-10-26 Thread Henri Gomez
reuse code from an existing connector, that would be great. > > Thanks, > Dave. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Costin > Manolache > Sent: October 22, 2007 04:50 PM > To: Dave Rathnow > Cc: Tomcat Developers List &

RE: Measuring bytes sent and received from and to Tomcat

2007-10-25 Thread Dave Rathnow
> Dave. > > -Original Message- > From: Costin Manolache [mailto:[EMAIL PROTECTED] > Sent: October 22, 2007 04:28 PM > To: Tomcat Developers List > Subject: Re: Measuring bytes sent and received from and to Tomcat > > 'bytes' should be counted at a low

RE: Measuring bytes sent and received from and to Tomcat

2007-10-23 Thread Dave Rathnow
opers List Subject: Re: Measuring bytes sent and received from and to Tomcat --- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool applicat

Re: Measuring bytes sent and received from and to Tomcat

2007-10-22 Thread Johnny Kewl
thnow" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Monday, October 22, 2007 10:00 PM Subject: Measuring bytes sent and received from and to Tomcat = Hi there, interesting question, more I think about it, more comp

Re: Measuring bytes sent and received from and to Tomcat

2007-10-22 Thread Costin Manolache
Message- > From: Costin Manolache [mailto:[EMAIL PROTECTED] > Sent: October 22, 2007 04:28 PM > To: Tomcat Developers List > Subject: Re: Measuring bytes sent and received from and to Tomcat > > 'bytes' should be counted at a lower level, in connector. I'm not sure >

RE: Measuring bytes sent and received from and to Tomcat

2007-10-22 Thread Dave Rathnow
ECTED] Sent: October 22, 2007 04:28 PM To: Tomcat Developers List Subject: Re: Measuring bytes sent and received from and to Tomcat 'bytes' should be counted at a lower level, in connector. I'm not sure this is something generic enough - but you can make some changes to your tomcat,

Re: Measuring bytes sent and received from and to Tomcat

2007-10-22 Thread Costin Manolache
pattern code to > get the number of bytes sent, including the HTTP headers, which is what > we really need. > > Have I missed something? > > Dave. > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Yoav Shapira > Sent

RE: Measuring bytes sent and received from and to Tomcat

2007-10-22 Thread Dave Rathnow
e I missed something? Dave. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav Shapira Sent: October 22, 2007 02:36 PM To: Tomcat Developers List Subject: Re: Measuring bytes sent and received from and to Tomcat Hey, On 10/22/07, Dave Rathnow <[EM

Re: Measuring bytes sent and received from and to Tomcat

2007-10-22 Thread Yoav Shapira
Hey, On 10/22/07, Dave Rathnow <[EMAIL PROTECTED]> wrote: > Is there a way we can do the same thing with Tomcat? It's simple for us > to measure the number of byte in the payload of the HTTP > request/response, however that isn't enough. We need to know the total > number of bytes being sent and

Measuring bytes sent and received from and to Tomcat

2007-10-22 Thread Dave Rathnow
We have an application that collects data from, and sends data to, remote embedded devices. Traditionally we have used TCP and UDP to send and receive data over satellite. The latest release of our product will be using other communication medium with our devices making HTTP request to our appli