Software Alternatives & Reviews

JMeter

Official Twitter account of JMeter, the open source load testing tool by @TheAsf. Code: https://t.co/ADK2A8Pl14. Website: https://t.co/oc0MW2ksea subtitle

JMeter Reviews and details

Screenshots and images

  • JMeter Landing page
    Landing page //
    2021-09-21

Badges

Promote JMeter. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Load Testing Using JMeter | Performance Testing With JMeter | JMeter Tutorial | Edureka

JMeter 4.0: Introduction to JMeter

Stress Testing Using JMeter | Website Stress Testing | Software Testing Training | Edureka

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about JMeter and what they use it for.
  • Ask HN: What are you using for load testing?
    Usually, I would let organic users be my load test. However, I am working on a project that has an anticipated load on a new-to-my-team stack, so I'm looking into ways to load test. I've seen tools like k6 (https://k6.io/), Artillery (https://www.artillery.io), and JMeter (https://jmeter.apache.org/). I've been using Artillery, but it's hard to visualize the results. What do you use? - Source: Hacker News / 5 days ago
  • What is Load Testing? Complete Tutorial With Best Practices
    Apache JMeter: This tool is an open-source application built on Java, designed specifically to test load functionality and performance. Developed by the Apache Software Foundation, JMeter is versatile, able to simulate loads across a wide range of services and protocols such as HTTP, HTTPS, JDBC, LDAP, and SOAP. With an extensible core that can be tailored with plugins, it provides the flexibility needed for... - Source: dev.to / about 2 months ago
  • ssd + cpu vs nvme + premium cpu - benchmark results for wordpress
    Thanks for the tip. Hows that compare to this tool? https://jmeter.apache.org/. Source: 5 months ago
  • Mastering API Stress Testing With JMeter’s HTTP(S) Test Script Recorder And Postman Proxy
    Apache JMeter: Download and install JMeter from the official website (https://jmeter.apache.org/). Java Development Kit (JDK): JMeter requires Java, so ensure you have the latest JDK installed on your system. Postman: Install Postman from the official website (https://www.postman.com/downloads/). - Source: dev.to / 5 months ago
  • GC, hands off my data!
    The test scenario consists of querying for descriptions of different offers. During the test, I will collect data on memory and GC parameters using jConsole. I will run the test scenario using jMeter, which additionally will allow me to measure response times. - Source: dev.to / 6 months ago
  • Tell HN: Postman just wiped all my stuff
    FYI some of our people internally use Jmeter. https://jmeter.apache.org/ It's not flashy so it probably wont get the standard "we are going to milk you for data" plan. - Source: Hacker News / 7 months ago
  • Best Practices in Testing GraphQL APIs
    Performance and load testing are essential parts of GraphQL API testing. It ensures APIs can handle expected traffic volumes and respond within acceptable timeframes. You can use tools like Apache JMeter or Gatling to generate realistic loads and evaluate the API's performance under different scenarios. Techniques like batched queries and caching can help mitigate this issue. - Source: dev.to / 10 months ago
  • Any resources to learn how to benchmark API endpoints?
    Check out JMeter. Lots of learning resources, battle-tested, and plenty of plugins. Comes with a GUI IDE and can be put into a container. Fire up a bunch of threads and have at it. https://jmeter.apache.org/. - Source: Hacker News / 10 months ago
  • How to Find Bottlenecks in MongoDB: Profiling and Load Testing Strategies with JMeter
    Improving just one endpoint and a database query does not guarantee we can handle the load we are expecting. One effective tool for load testing is Apache JMeter, which can simulate multiple users accessing and making requests to the system simultaneously. - Source: dev.to / 11 months ago
  • has anyone ever stood up a meaningful test environment?
    One - there's an entire line of products for load testing and benchmarking applications such as Apache JMeter; it's an already solved problem. Source: about 1 year ago
  • Is Python or GO for me?
    My suggestion would be to build a minimal prototype of what you want using Python and test it with something like JMeter https://jmeter.apache.org/ to see if it gives you the performance you need. If it doesn't, look into using Go. Source: about 1 year ago
  • What tools you use for http load testing?
    Apache Jmeter https://jmeter.apache.org/ but I can't drop my infra and I have Java socket closed errors. Source: about 1 year ago
  • What tools you use for http load testing?
    Good morning What tool do you use to test your infra in terms of http load ? A tool that works, I tested : - https://github.com/tsenart/vegeta but it returns 0 errors or a http_net error from Golang - LOIC (Low Orbit Ion Canon) https://github.com/NewEraCracker/LOIC but the requests do not appear in my nginx logs and I feel no slowdown - Apache Jmeter https://jmeter.apache.org/ but I can't drop my infra and I have... Source: about 1 year ago
  • Latest Windows 11 update is causing slow SSDs & WiFi connections, BSoD, and more
    I think the apache program sites all give similar vibes, and they are used alllllllllllll the fuck over, even if ppl don't realize it. Apache libraries and tools are great. Jmeter is still the choice for a lot of load testing efforts, and it's site looks like this: https://jmeter.apache.org/. Source: about 1 year ago
  • Load Testing with Ruby-JMeter
    JMeter is a well-known tool for load or stress testing, it basically sends requests to your application within the given time, according to the behaviour plan you provided. The plans are designed to be detailedly configurable and focused on load-testing jargon. That makes the JMeter a comprehensive solution, however makes it a bit hard to understand & focus on the well written tests. - Source: dev.to / over 1 year ago
  • Deep Dive: Migrating from a Data Center to AWS
    We set up staging environments in AWS to test our new infrastructure. Starting with some relatively modest capacity choices (1-2 t3.small instances per web app), we performed load tests on the most popular pages on each site. We built some simple load testing scripts that wrapped Apache JMeter commands:. - Source: dev.to / over 1 year ago
  • Load Testing: An Unorthodox Guide
    I used to do this a lot in an earlier version of my career. It may look a little clunky, but there is a piece of software called JMeter (https://jmeter.apache.org/) that is capable of doing just about anything you would want to do in a load test - modeling any request behavior, distributed traffic, awesome reports, etc. 10/10 recommend. - Source: Hacker News / over 1 year ago
  • Spring Cloud Loadbalancer with Eureka Server
    This graph belongs to JMeter, which was used to simulate concurrent application’s clients. - Source: dev.to / over 1 year ago
  • Stress Testing with cURL
    There are plenty of tools for stress testing, read RapidAPI, paw, SoapUI, Postman, rest-assured, JMeter and so on! I'm sure they are amazing, however that's all big and heavy, slow, sometimes paid tools! - Source: dev.to / over 1 year ago
  • Production Debuggers — 2022 Benchmark Results
    All the cases will be consisted of load tests and we will perform these tests using JMeter. You check it out here: https://jmeter.apache.org/. - Source: dev.to / over 1 year ago
  • Loadtest Websocket Server
    Whenever we develop a server for clients to connect to, we cannot foresee the details of the performance and over-optimization at the time of development is not a good practice. To be honest, never think of optimization and never code for performance in development stage (to a certain extent though). Recently, I had to develop a websocket server, which is an interface for client/backend asynchronous... - Source: dev.to / almost 2 years ago

External sources with reviews and comparisons of JMeter

15 BEST SoapUI Alternatives (2022 Update)
JMeter is used for functional API testing which includes needed to test an API. This alternative to SoapUI also has features which help to boost the performance of API testing.

Do you know an article comparing JMeter to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic JMeter discussion

Log in or Post with

This is an informative page about JMeter. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.