Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Apache JMeter


Company: Apache project

Average User Rating (2 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    "Best tool ever"

    by Tsr on Jun 2, 2021 9:27 AM

    Summary:
    It is a very good tool for the hosters and also for the developers

    Report post

    Was this review helpful? (1) (0)

    add a comment


    "Best Open Source Performance Testing Tool for Load & Stress Testing"

    by DevNet User on Oct 24, 2017 12:19 PM

    Summary:
    Apache JMeter describes itself as a Java application that was designed specifically for load testing with the ability to measure performance. JMeter was built to pretty much be the open source alternative to Load Runner, so you'll find it has lots of sophisticated features. It's a thick client Java app that's largely driven by right clicks. It's a little weird, but it's got a lot of power. Also, all the features a professional load tester wants are available on JMeter.

    Report post

    Was this review helpful? (0) (1)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!