RE: Connection warning

2004-03-18 Thread Shapira, Yoav
Hi, working for the company (and therefore using the system). What I'd like is some way to keep tabs on the number of processes for any given connector(s) in use, and if it exceeds a certain threshhold, give some sort of sign ... an email, logfile entry, burning bush, whatever. A few things: -

RE: Connection warning

2004-03-18 Thread Peter Lin
Actually if you use JMeter as the monitor, you can send out email alerts if x requests to the status servlet fails. JMeter has a module called Mailer Visualizer. I'm stilld debating whether I want to write a new mailer module specifically for the monitor. the existing mailer component only

Re: Connection warning

2004-03-18 Thread Adam Hardy
On 03/18/2004 03:22 PM Jeff Poling wrote: We use tomcat as our middleware to provide a GUI-like interface for our UNIX character-based back-end. We are running into a problem with maxProcesses being maxed out and users not being able to use the system. A good rule of thumb is to multiply

Re: Connection warning

2004-03-18 Thread Antonio Fiol BonnĂ­n
Hi Peter! I'm stilld debating whether I want to write a new mailer module specifically for the monitor. the existing mailer component only measures failed requests and not necessarily the connections reaching a set threshhold. Just a dumb suggestion: Can't you make requests fail? I mean,