Re: Monitoring Connections

2015-11-04 Thread Jamie Jackson
By the way, I had to back-burner this investigation due to other things that have come up. When those are out of the way, I'll pick up where I left off. Thanks for the discussion so far. (I don't know anything about SNMP, etc., so I'm only following that thread very loosely until I have time to co

Re: Monitoring Connections

2015-10-21 Thread Jamie Jackson
On Wed, Oct 21, 2015 at 1:03 PM, Christopher Schultz wrote: > Jamie, > > > > Your mostly-default will default to a maximum of 200 > incoming connections with 200 threads to handle them. You are only using > 12, so something else must be going on. You have no obvious limits on > httpd, so you are

Re: Monitoring Connections

2015-10-19 Thread Jamie Jackson
About the appearance of Jetty in the stack trace dump: It's part of FusionReactor (the JVM monitor)--it uses Jetty to serve its interface. Thanks, Jamie On Fri, Oct 16, 2015 at 3:12 PM, Jamie Jackson wrote: > > > On Tue, Oct 13, 2015 at 9:34 AM, Christopher

Re: Monitoring Connections

2015-10-16 Thread Jamie Jackson
On Tue, Oct 13, 2015 at 9:34 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jamie, > > On 10/9/15 10:03 AM, Jamie Jackson wrote: > > Here's the stack trace dump: > > https://gist.git

Re: Monitoring Connections

2015-10-09 Thread Jamie Jackson
ds, and that's what I was running at the time, which helps to explain the java.net.SocketInputStream.socketRead0 traces. Thanks, Jamie On Fri, Oct 9, 2015 at 7:32 AM, Jamie Jackson wrote: > Thanks, so far, everyone. > > I do already have a JVM monitoring tool in action--FusionRea

Re: Monitoring Connections

2015-10-09 Thread Jamie Jackson
Thanks, so far, everyone. I do already have a JVM monitoring tool in action--FusionReactor. I'm not very familiar with some of the other offerings, but FR has seemed full-featured to me, so I'm going to continue with FR until I find out if/that it's missing some key aspect. I managed to trigger t

Monitoring Connections

2015-10-07 Thread Jamie Jackson
Hi Folks, I had a server crash on Friday, and I had the following symptoms: Response time worsened, and when I looked at my real-time monitoring (an app called FusionReactor), I saw that the app *seemed* to be single-threading (I only saw one request process at a time), then after a few minutes,

Re: maxFileSize

2015-10-07 Thread Jamie Jackson
That answers my questions (and more) perfectly. Thanks a lot. On Sat, Oct 3, 2015 at 10:23 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jamie, > > On 10/2/15 11:23 AM, Jamie Jackson wrote: > &g

Re: maxFileSize

2015-10-02 Thread Jamie Jackson
On Thu, Oct 1, 2015 at 5:25 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jamie, > > On 10/1/15 4:47 PM, Jamie Jackson wrote: > > Point taken, Christopher. I did just discover that I'm

Re: maxFileSize

2015-10-01 Thread Jamie Jackson
tz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jamie, > > On 10/1/15 1:29 PM, Jamie Jackson wrote: > > I'd meant to include that I'm running Tomcat 7.0.20 on Oracle Java > > 7 (64-bit). > > Before you do anything else, you really n

Re: maxFileSize

2015-10-01 Thread Jamie Jackson
I'd meant to include that I'm running Tomcat 7.0.20 on Oracle Java 7 (64-bit). On Thu, Oct 1, 2015 at 1:22 PM, Jamie Jackson wrote: > Hi Folks, > > My question has a few facets: > > >1. How do you get the active maxFileSize value from Tomcat? (Is it >poss

maxFileSize

2015-10-01 Thread Jamie Jackson
Hi Folks, My question has a few facets: 1. How do you get the active maxFileSize value from Tomcat? (Is it possible in, say, jConsole?) 2. Is the default value's ("-1" )