Jmeter_Intro


            JMeter is a Java based desktop application that can be used for performance  testing of different kinds of client-server applications like websites, web services, databases, FTP servers etc. It is an open source tool provided by Apache without licensing cost.


The following types of applications that can be tested by Jmeter
  • Websites - HTTP and HTTPS
  • Web Services - REST and SOAP
  • Database Servers
  • FTP Servers
  • LDAP Servers
  • Mail Servers - SMTP, POP3, IMAP
  • Shell Scripts
  • TCP Servers
JMeter simulates a group of users sending requests to a target server, and return statistics that show the performance/functionality of the target server / application via tables, graphs etc. The figure below depicts this process:

Advantages of JMeter

  1. Free of cost- It is an open source product with zero licensing cost.
  2. Can load test different kinds of- It can be used for performance testing of all kinds of applications ranging from - Web applications, web services, database, LDAP, shell scripts etc.
  3. Platform independent- As JMeter is 100% Java based, so it is platform independent and can run in multiple platforms.
  4. Record and Playback feature- JMeter provides record and playback option along with drag and drop feature which makes it easier and faster to create scripts.
  5. Customizable- Since JMeter is open source, developers can customize its source code as per their specific requirements.
  6. Supports distributed load testing- JMeter supports distributed load testing feature in which we can create master-slave setup for carrying out load test on multiple machines.
  7. Good community support- JMeter has many online tutorials and helping community support. It also has freely available plugins that help in different aspects of script creation and analysis.

No comments:

Post a Comment