On 01/06/07, Michael Schwarz <[EMAIL PROTECTED]> wrote:
hi list,

I want to measure the load time of my web application. I created a
testplan with an http-request. At the first run in a loop I get a load
time around 2000 and the notice: Non HTTP response code. Later the time
of the result is 0 and the same notice.

Check the jmeter.log file for further information about the cause.
Also add a Tree View Listener and check the responses.

It's an Javascript application
(kamap based on UMN Mapserver) in which the javascript methods start several 
php-files
and they load images on the website. What can I do to measure the
performance of this application? Can Jmeter do this job or do you know
another web load tool to get the load time?

JMeter does not interpret Javascript in web-pages. So you either have
to work out what the Javascript is doing and add the samples yourself,
or record the actions of a real browser.

To record the actions of a browser you can use the JMeter Proxy, or
there are various 3rd party addons such as Badboy (IE only). Firefox
has Live HTTP headers and others.

There are also standalone proxies; see the JMeter Wiki for some ideas.

Note that JMeter does not at present support parallel downloads in a
single thread.

Sorry for my english. It's not my native language...

You write it rather better than some natives I've encountered...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to