On 8 September 2010 15:11, fangzhidan <[email protected]> wrote: > > Hello, > > I'm new to JMeter and perfmon, and hoping some one can help with my query. > I've looked through the archive but can't see anything that helps me. > > Using JMeter, I'm sending HTTP requests to a webserver. On the webserver, > I'm looking at the 'Current Connections' counter in perfmon. When the JMeter > tests are running, it's having no effect on the Current Connections counter. > > I believe my JMeter test plan is working because I get test results. (Am > using a recording controller and HTTP Proxy Server.) I'm sure my perfmon > counter is fine also because the counter increases if I access the website > via a browser. > > Does anyone have any ideas?
Just a guess - perhaps JMeter has been told to send requests with "Connection: close". If so, then the server will close the connection at the end of the request, i.e. the connection will not remain open for long, and may not be seen by perfmon. > Thanks in advance. > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/JMeter-HTTP-Requests-not-being-counted-by-perfmon-s-Current-Connections-counter-tp2807947p2807947.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

