Author Topic: performance testing tool - Jmeter  (Read 840 times)

Offline PrasadKG

  • Full Member
  • ***
  • Posts: 14
  • Karma: +0/-0
    • View Profile
performance testing tool - Jmeter
« on: January 09, 2011, 11:55:51 PM »
can anybody let me know about Apache Jmeter for server's performance test...?

Offline PrasadKG

  • Full Member
  • ***
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: performance testing tool - Jmeter
« Reply #1 on: January 10, 2011, 01:45:19 AM »
Apache JMeter may be used to test functional and performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can also use it perform a functional test on websites, databases, LDAPs, webservices etc.

JMeter is not a browser. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc, but the timings are not included in any samples, and only one sample in one thread is ever viewed at a time).

advertisement