1 line
No EOL
30 KiB
JSON
1 line
No EOL
30 KiB
JSON
{"slug": "aliesbelik--awesome-jmeter", "title": "Awesome Jmeter", "description": "A collection of resources covering different aspects of JMeter usage.", "github_url": "https://github.com/aliesbelik/awesome-jmeter", "stars": "775", "tag": "Testing", "entry_count": 175, "subcategory_count": 26, "subcategories": [{"name": "General", "parent": "", "entries": [{"name": "Official Resources", "url": "#official-resources", "description": ""}, {"name": "Distributions", "url": "#distributions", "description": ""}, {"name": "Getting Started", "url": "#getting-started", "description": ""}, {"name": "Tutorials", "url": "#tutorials", "description": ""}, {"name": "Best Practices", "url": "#best-practices", "description": ""}, {"name": "Scripting", "url": "#scripting", "description": ""}, {"name": "Automation", "url": "#automation", "description": ""}, {"name": "CI", "url": "#ci", "description": ""}, {"name": "Distributed Testing", "url": "#distributed-testing", "description": ""}, {"name": "Cloud Services / SaaS", "url": "#cloud-services--saas", "description": ""}, {"name": "Results Processing", "url": "#results-processing", "description": ""}, {"name": "Performance Testing", "url": "#performance-testing", "description": ""}, {"name": "Tools", "url": "#tools", "description": ""}, {"name": "APM Integration", "url": "#apm-integration", "description": ""}, {"name": "JMeter Performance", "url": "#jmeter-performance", "description": ""}, {"name": "Tips & Tricks", "url": "#tips--tricks", "description": ""}, {"name": "Books", "url": "#books", "description": ""}, {"name": "Trainings & Courses", "url": "#trainings--courses", "description": ""}, {"name": "Videos", "url": "#videos", "description": ""}, {"name": "Community", "url": "#community", "description": ""}, {"name": "Related", "url": "#related", "description": ""}, {"name": "Apache JMeter Project", "url": "https://jmeter.apache.org/", "description": "Apache JMeter official website."}, {"name": "GitHub Repository", "url": "https://github.com/apache/jmeter", "description": "Apache JMeter source code repository.", "stars": "9.2k"}, {"name": "JMeter Wiki", "url": "https://cwiki.apache.org/confluence/display/jmeter", "description": "Apache JMeter official documentation."}, {"name": "Issue Tracking", "url": "https://jmeter.apache.org/issues.html", "description": "Apache JMeter issue tracking system."}, {"name": "Mailing Lists", "url": "https://jmeter.apache.org/mail2.html", "description": "Apache JMeter mailing lists."}, {"name": "Download Apache JMeter", "url": "https://jmeter.apache.org/download_jmeter.cgi", "description": "Apache JMeter: Official downloads."}, {"name": "JMeter for Windows", "url": "https://sourceforge.net/projects/jmeterforwindows/", "description": "Package for installation JMeter with plugins."}, {"name": "JMeter Bootstrap", "url": "https://github.com/cfpb/jmeter-bootstrap", "description": "Solution to setup JMeter and JMeter plugins, suitable to be used as a submodule.", "stars": "38"}, {"name": "Getting Started with Apache JMeter", "url": "https://dzone.com/refcardz/getting-started-with-apache-jmeter", "description": ""}, {"name": "The Beginner's Guide to Performance Testing with Apache JMeter", "url": "https://medium.com/better-programming/the-beginners-guide-to-performance-testing-with-apache-jmeter-5cc52c327ff6", "description": ""}, {"name": "JMeter Tutorial", "url": "https://artoftesting.com/jmeter-tutorial", "description": "By ArtOfTesting."}, {"name": "JMeter Tutorial", "url": "https://www.tutorialspoint.com/jmeter/", "description": "By Tutorials Point."}, {"name": "JMeter Tutorial for Load Testing: The Ultimate Guide", "url": "https://www.javacodegeeks.com/2014/11/jmeter-tutorial-load-testing.html", "description": "By Daniel Gutierrez Diez."}, {"name": "JMeter: Load Development Lifecycle", "url": "https://datacadamia.com/jmeter/lifecycle", "description": "By DataCadamia."}, {"name": "Load Testing with Apache JMeter", "url": "https://www.digitalocean.com/community/tutorial-series/load-testing-with-apache-jmeter", "description": "By Mitchell Anicas @ DigitalOcean."}, {"name": "JMeter Tutorial for Beginners", "url": "https://www.guru99.com/jmeter-tutorials.html", "description": "By Guru99."}, {"name": "JMeter Tutorials", "url": "https://qaautomation.expert/2023/12/07/jmeter-tutorials/", "description": "By QA Automation Expert."}, {"name": "Web App Load Testing Using Maven Plugins for Apache JMeter, and Analyzing the Results", "url": "https://dzone.com/articles/running-load-test-web-app-using-maven-plugins", "description": "By Vincent DABURON."}, {"name": "JMeter Official Best Practices", "url": "https://jmeter.apache.org/usermanual/best-practices.html", "description": ""}, {"name": "Optimize JMeter for Large Scale Tests", "url": "https://blog.octoperf.com/optimize-jmeter-for-large-scale-tests/", "description": ""}, {"name": "Concurrent, High Throughput Performance Testing with JMeter", "url": "https://howtojboss.wordpress.com/2012/07/31/concurrent-high-throughput-performance-testing-with-jmeter/", "description": ""}, {"name": "Beanshell vs JSR223 vs Java JMeter Scripting", "url": "https://www.blazemeter.com/blog/beanshell-vs-jsr223-vs-jmeter", "description": "Most popular scripting mechanisms performance comparison."}, {"name": "Testing with Groovy", "url": "https://static.packt-cdn.com/downloads/Testingwithgroovy.pdf", "description": "Using JMeter and Groovy for load testing."}]}, {"name": "DSL", "parent": "Automation", "entries": [{"name": "jmeter-java-dsl", "url": "https://abstracta.github.io/jmeter-java-dsl/", "description": "Simple Java API to run JMeter performance tests in an VCS and programmers friendly way."}, {"name": "jmeter-dotnet-dsl", "url": "https://abstracta.github.io/jmeter-dotnet-dsl/", "description": "Simple .Net API to run JMeter performance tests in an VCS and programmers friendly way."}, {"name": "jmeter-groovy-dsl", "url": "https://github.com/smicyk/groovy-jmeter", "description": "The Groovy-JMeter project is simple DSL to write JMeter test plans.", "stars": "14"}, {"name": "jmeter-as-code", "url": "https://github.com/anasoid/jmeter-as-code", "description": "Simple wrapper for JMeter to write and execute JMeter tests with Java.", "stars": "39"}, {"name": "pymeter", "url": "https://github.com/eldaduzman/pymeter", "description": "Simple JMeter performance tests API for Python.", "stars": "141"}]}, {"name": "Packages", "parent": "Automation", "entries": [{"name": "loadtest", "url": "https://github.com/tmobile/loadtest", "description": "An R package for load testing using JMeter.", "stars": "91"}]}, {"name": "Frameworks", "parent": "Automation", "entries": [{"name": "Taurus", "url": "https://gettaurus.org/", "description": "Automation-friendly framework for Continuous Testing."}, {"name": "Performance testing framework", "url": "https://github.com/serputko/performance-testing-framework", "description": "Framework both for backend load testing with Apache JMeter and frontend load testing with sitespeed.io + webpagetest private instance.", "stars": "413"}, {"name": "JMeter Load Testing Center", "url": "https://github.com/innogames/ltc", "description": "Online web-application/dashboard to run, monitor and analyze results of load tests using JMeter.", "stars": "204"}, {"name": "MeterSphere", "url": "https://github.com/metersphere/metersphere", "description": "One-stop open-source enterprise-class continuous testing platform, compatible with open-source standards such as JMeter :cn:.", "stars": "13k"}, {"name": "Carrier", "url": "https://github.com/carrier-io", "description": "Continuous test execution platform with ability to perform load testing using customized JMeter and Gatling containers."}]}, {"name": "Conversion", "parent": "Automation", "entries": [{"name": "swaggerjmx", "url": "https://github.com/Pactortester/swaggerjmx", "description": "Tool to convert Swagger UI specification into JMeter test plans.", "stars": "115"}, {"name": "postman2jmx", "url": "https://github.com/Loadium/postman2jmx", "description": "Postman collection to JMeter jmx file converter.", "stars": "190"}, {"name": "convert-postman-jmeter", "url": "https://github.com/sercheo87/convert-postman-jmeter", "description": "Convert Postman projects to JMeter.", "stars": "11"}, {"name": "fiddler2jmeter", "url": "https://github.com/dperfly/fiddler2jmeter", "description": "Fiddler or Charles to JMeter script convertor.", "stars": "50"}, {"name": "har-convertor-jmeter-tool", "url": "https://github.com/vdaburon/har-convertor-jmeter-plugin", "description": "Apache JMeter Plugin to convert a HAR file to a JMeter script and Record XML file.", "stars": "23"}, {"name": "JMeter HAR Importer Plugin", "url": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin", "description": "JMeter plugin to import HTTP Archive (HAR) files into Apache JMeter.", "stars": "19"}]}, {"name": "Tools & Plugins", "parent": "CI", "entries": [{"name": "JMeter Ant Task", "url": "https://github.com/jfifield/ant-jmeter", "description": "Ant task to automate running JMeter test plans.", "stars": "27"}, {"name": "JMeter Maven Plugin", "url": "https://github.com/jmeter-maven-plugin/jmeter-maven-plugin", "description": "Maven plugin that provides the ability to run JMeter tests as part of the build.", "stars": "437"}, {"name": "JMeter Gradle Plugin", "url": "https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin", "description": "Gradle plugin to execute JMeter tests.", "stars": "51"}, {"name": "Jenkins Performance Plugin", "url": "https://plugins.jenkins.io/performance/", "description": "Jenkins plugin to capture reports from JMeter and generate graphic charts with the trend report of performance and robustness."}, {"name": "TeamCity Performance Tests Analysis Plugin", "url": "https://github.com/jtorgan/jmeter_plugin", "description": "TeamCity plugin to organize simplest performance testing in CI 💀.", "stars": "21"}, {"name": "Bamboo JMeter Aggregator Plugin", "url": "https://marketplace.atlassian.com/apps/5902/jmeter-aggregator-for-bamboo", "description": "Bamboo plugin to collect, assert and graph JMeter test results."}, {"name": "Sonar JMeter Plugin", "url": "https://github.com/SonarQubeCommunity/sonar-jmeter", "description": "Plugin to collect JMeter performance tests results and display in Sonar dashboard 💀.", "stars": "10"}, {"name": "Lightning", "url": "https://deliverymind.github.io/lightning/", "description": "Framework to integrate JMeter non-functional tests with CI/CD server."}, {"name": "Taurus JMeter Executor", "url": "https://gettaurus.org/docs/JMeter/", "description": "JMeter Executor in Taurus automation framework."}, {"name": "PerfAction for JMeter", "url": "https://github.com/marketplace/actions/perfaction-for-jmeter", "description": "GitHub Action to run performance tests using Apache JMeter and its plugins."}, {"name": "Apache JMeter GitHub Action", "url": "https://github.com/marketplace/actions/apache-jmeter", "description": "A GitHub Action for carrying out Apache JMeter performance tests."}]}, {"name": "Tutorials & Demo", "parent": "CI", "entries": [{"name": "JMeter Distributed Testing Step-by-step", "url": "https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.pdf", "description": ""}, {"name": "JMeter Remote Testing", "url": "https://jmeter.apache.org/usermanual/remote-test.html", "description": ""}, {"name": "Setting up a JMeter Cluster for web server load testing", "url": "https://www.howtoforge.com/setting-up-jmeter-cluster-for-load-testing/", "description": ""}, {"name": "Perforce BlazeMeter", "url": "https://www.blazemeter.com/", "description": "Performance engineering platform with JMeter and Selenium support."}, {"name": "OctoPerf", "url": "https://octoperf.com/", "description": "SaaS and On-Premise Load Testing Tool with JMeter and Selenium support."}, {"name": "RedLine13", "url": "https://redline13.com/", "description": "AWS-based load testing service with JMeter, Gatling and Selenium scenarios support."}, {"name": "OpenText Core Performance Engineering", "url": "https://www.opentext.com/products/saas/core-performance-engineering", "description": "OpenText cloud-based solution for web and mobile performance testing with JMeter and Gatling support (formerly Micro Focus LoadRunner Cloud, formerly HP StormRunner Load)."}, {"name": "Loadium", "url": "https://loadium.com/", "description": "AWS-based load testing service with JMeter and Selenium support."}, {"name": "Azure Microsoft", "url": "https://azure.microsoft.com/en-us/products/app-testing/", "description": "Azure Load Testing Service use Apache JMeter."}, {"name": "JMeter Report Dashboard", "url": "https://jmeter.apache.org/usermanual/generating-dashboard.html", "description": "JMeter supports dashboard report generation to get graphs and statistics from a test plan."}, {"name": "Latency Lingo", "url": "https://latencylingo.com", "description": "Publish test results to generate hosted, interactive dashboards containing insights."}]}, {"name": "Results Analysis", "parent": "Results Processing", "entries": [{"name": "JMeter Log Analysis", "url": "https://cwiki.apache.org/confluence/display/jmeter/LogAnalysis", "description": "Suggestions and recipes for JMeter log analysis."}, {"name": "Analyzing JMeter Results", "url": "https://www.datazoo.de/articles/158/performance-testing-analyzing-jmeter-results", "description": ""}, {"name": "JMeter Result Analysis: The Ultimate Guide", "url": "https://blog.octoperf.com/jmeter-result-analysis-the-ultimate-guide/", "description": ""}, {"name": "JtlReporter", "url": "https://github.com/ludeknovy/jtl-reporter", "description": "Online reporting application to generate reports by uploading JTL file.", "stars": "150"}, {"name": "JMeter Result Analysis Plugin", "url": "https://github.com/afranken/jmeter-analysis-maven-plugin", "description": "Maven plugin that parses JMeter test results and generates detailed reports with charts.", "stars": "57"}, {"name": "JMeter Results Analyser", "url": "https://sourceforge.net/projects/jmstats/", "description": "Web-based application for collating, analysing and reporting JMeter test results."}, {"name": "JMeter Graph Tool Maven Plugin", "url": "https://github.com/vdaburon/jmeter-graph-tool-maven-plugin", "description": "Maven plugin to create graphs and filter results using CMDRunner and Filter Results Tools from [JMeter Plugins](#plugins); usually used along with the [JMeter Maven Plugin](#tools--plugins) and set of [companion plugins (⭐11)](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin#compagnion-tools).", "stars": "11"}]}, {"name": "Reporting & Visualization", "parent": "Results Processing", "entries": []}, {"name": "Streaming Protocols", "parent": "Performance Testing", "entries": [{"name": "Easy and realistic Load Testing of HTTP Live Streaming (HLS) with Apache JMeter", "url": "https://ubik-ingenierie.com/blog/easy-and-realistic-load-testing-of-http-live-streaming-hls-with-apache-jmeter/", "description": ""}, {"name": "Using JMeter to Load Test Live HLS Concurrency of Wowza Streaming Engine", "url": "https://web.archive.org/web/20210918113142/https://www.realeyes.com/blog/wowza-streaming/", "description": ""}, {"name": "How to Test Video Streaming with JMeter", "url": "https://www.blazemeter.com/blog/video-streaming-testing", "description": ""}, {"name": "HLS JMeter Plugin", "url": "https://github.com/Blazemeter/HLSPlugin", "description": "", "stars": "49"}]}, {"name": "Mobile Apps", "parent": "Performance Testing", "entries": [{"name": "Record iOS application HTTP requests", "url": "https://www.testautomationguru.com/jmeter-record-ios-application-http-requests/", "description": ""}, {"name": "Load Testing Mobile Apps Made Easy", "url": "https://www.blazemeter.com/blog/mobile-app-load-testing", "description": ""}]}, {"name": "Mainframe Environments", "parent": "Performance Testing", "entries": [{"name": "JMeter RTE Plugin", "url": "https://github.com/Blazemeter/RTEPlugin", "description": "JMeter RTE (Remote Terminal Emulator protocol) plugin for testing Mainframe applications.", "stars": "20"}]}, {"name": "RPC Frameworks", "parent": "Performance Testing", "entries": [{"name": "JMeter gRPC Plugin", "url": "https://github.com/zalopay-oss/jmeter-grpc-plugin", "description": "JMeter plugin supports load test gRPC.", "stars": "45"}, {"name": "JMeter gRPC Request", "url": "https://github.com/zalopay-oss/jmeter-grpc-request", "description": "JMeter sampler to send an gRPC request to a server.", "stars": "190"}, {"name": "JMeter Dubbo Plugin", "url": "https://github.com/thubbo/jmeter-plugins-for-apache-dubbo", "description": "JMeter plugin for Apache Dubbo.", "stars": "571"}]}, {"name": "RESTful API", "parent": "Performance Testing", "entries": [{"name": "REST API Testing with JMeter. Step by Step Guide", "url": "https://blog.octoperf.com/rest-api-testing-with-jmeter-step-by-step-guide/", "description": ""}]}, {"name": "Plugins", "parent": "Tools", "entries": [{"name": "JMeter Plugins", "url": "https://jmeter-plugins.org/", "description": "Independent set of plugins for Apache JMeter, with plugin manager references many plugins and simplifies installation."}, {"name": "Ubik Load Pack", "url": "https://ubikloadpack.com/", "description": "Productivity extensions for Apache JMeter."}]}, {"name": "Correlation", "parent": "Tools", "entries": [{"name": "Correlation Recorder Plugin", "url": "https://github.com/Blazemeter/CorrelationRecorder", "description": "JMeter plugin that simplifies the process of recording for applications with Dynamic Variables by providing automatic correlations of variables at recording time.", "stars": "28"}, {"name": "Siebel CRM Plugin", "url": "https://github.com/Blazemeter/SiebelPlugin", "description": "JMeter plugin to simplify the scripting of Siebel CRM applications by providing automatic correlations of variables at recording time ❄️.", "stars": "11"}, {"name": "ULP Auto-correlator Plugin", "url": "https://ubik-ingenierie.com/blog/ubikloadpack-autocorrelator-plugin-help/", "description": "Commercial plugin for Oracle and Vaadin-based applications from [Ubik Load Pack](#plugins)."}]}, {"name": "Extending JMeter", "parent": "Tools", "entries": [{"name": "JMeter Developer Manual", "url": "https://cwiki.apache.org/confluence/display/jmeter/DeveloperManual", "description": ""}, {"name": "How to write a plugin for JMeter", "url": "https://jmeter.apache.org/usermanual/jmeter_tutorial.html", "description": ""}, {"name": "How to build a JMeter plugin utilizing Groovy", "url": "https://web.archive.org/web/20180225144718/http://artur.ejsmont.org/blog/content/how-to-build-a-jmeter-plugin-utilising-groovy", "description": ""}, {"name": "How to create a plugin in JMeter", "url": "https://stackoverflow.com/questions/20422640/how-to-create-a-plugin-in-jmeter", "description": ""}, {"name": "Custom JMeter Samplers and Config Elements", "url": "https://codyaray.com/2014/07/custom-jmeter-samplers-and-config-elements", "description": ""}, {"name": "Implement Custom JMeter Samplers", "url": "https://dzone.com/articles/implement-custom-jmeter-samplers", "description": ""}, {"name": "Hello JMeter plugin", "url": "https://github.com/Bugazelle/hello-jmeter-plugin", "description": "A brief, clear & fast guide to create your first JMeter plugin.", "stars": "21"}]}, {"name": "IDE Integration", "parent": "Tools", "entries": [{"name": "IntelliJ IDEA IDE Plugin", "url": "https://plugins.jetbrains.com/plugin/7013-jmeter-plugin", "description": "Create run configurations and run JMeter tests from IntelliJ IDEA."}, {"name": "JMeter Viewer", "url": "https://github.com/anboralabs/intellij-jmeter", "description": "Open JMeter test plans inside IntelliJ IDE.", "stars": "5"}, {"name": "JMeter + Eclipse HOWTO", "url": "https://cwiki.apache.org/confluence/display/jmeter/JMeterAndEclipseHowTo", "description": "Develop the JMeter project with Eclipse IDE."}, {"name": "Using a Load Generator in NetBeans IDE", "url": "https://netbeans.apache.org/tutorial/main/kb/docs/java/profile-loadgenerator/", "description": ""}]}, {"name": "Editors", "parent": "Tools", "entries": [{"name": "BlocklyJMX Editor", "url": "https://jmeter-plugins.org/editor/", "description": "A web-based viewer and editor for JMeter test plan files (part of [JMeter Plugins](#plugins) project)."}, {"name": "JEval", "url": "https://github.com/QAInsights/JEval", "description": "A Python-based utility which evaluates JMeter test plan and provides recommendations and best practices by analyzing each element.", "stars": "32"}, {"name": "JMX Enhancer", "url": "https://www.jmxenhancer.com/", "description": "A solution to expedite preparation of JMeter test plans."}, {"name": "jmx.js", "url": "https://www.vinodkd.org/jmx.js/", "description": "Web-based editor for JMeter JMX files 💀."}]}, {"name": "Utilities", "parent": "Tools", "entries": [{"name": "Hamster", "url": "https://github.com/QAInsights/hamster", "description": "Swiftly launch your JMeter test plans from Mac menubar.", "stars": "16"}, {"name": "Servers Performance Monitoring Plugin", "url": "https://jmeter-plugins.org/wiki/PerfMon/", "description": "Server monitoring plugin from [JMeter Plugins](#plugins) project."}, {"name": "DX App Synthetic Monitor", "url": "https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/app-synthetic-monitor/SaaS/using/use-jmeter-scripts-to-test-web-servers.html", "description": "Transaction monitoring & testing solution with JMeter support."}, {"name": "Elastic APM integration", "url": "https://github.com/vdaburon/jmeter-elastic-apm", "description": "Manages the integration of Elastic Application Performance Monitoring API in Apache JMeter script.", "stars": "2"}, {"name": "JMeter Performance", "url": "https://cwiki.apache.org/confluence/display/jmeter/JMeterPerformance", "description": "Evolution of JMeter performance across versions."}, {"name": "JMeter Performance and Tuning Tips", "url": "https://ubik-ingenierie.com/blog/jmeter_performance_tuning_tips/", "description": "By Ubik Ingenierie."}, {"name": "JMeter tips", "url": "https://web.archive.org/web/20221126233834/https://www.webwob.com/html/jmeter_tips.html", "description": "Scratchpad for JMeter tips and tricks."}, {"name": "Apache JMeter: A Practical Beginner's Guide to Automated Testing and Performance Measurement for Your Websites", "url": "https://books.google.com/books?id=nX8oKIEvUcYC", "description": "By Emily H. Halili (Packt Publishing)."}, {"name": "Performance Testing with JMeter 2.9", "url": "https://books.google.com/books?id=fpWmv3wPT64C", "description": "By Bayo Erinle ([Packt Publishing](https://www.packtpub.com/product/performance-testing-with-jmeter-29/9781782165842)); guide to test web applications using Apache JMeter with practical, hands-on examples."}, {"name": "Performance Testing with JMeter, 2nd Edition", "url": "https://books.google.com/books?id=6ditCAAAQBAJ", "description": "By Bayo Erinle ([Packt Publishing](https://www.packtpub.com/product/performance-testing-with-jmeter/9781784394813))."}, {"name": "Performance Testing with JMeter 3, 3rd Edition", "url": "https://books.google.com/books?id=BedDDwAAQBAJ", "description": "By Bayo Erinle ([Packt Publishing](https://www.packtpub.com/product/performance-testing-with-jmeter-3-third-edition/9781787285774))."}, {"name": "JMeter Cookbook", "url": "https://books.google.com/books?id=gJUeBQAAQBAJ", "description": "By Bayo Erinle ([Packt Publishing](https://www.packtpub.com/product/jmeter-cookbook/9781783988280)); 70 insightful and practical recipes to help successfully use Apache JMeter."}, {"name": "JMeter by Example", "url": "https://books.google.com/books?id=iWeJDAEACAAJ", "description": "By Sai Matam and Jagdeep Jain ([Leanpub](https://leanpub.com/jmeterbyexample)); a simple, practical, step-by-step tutorial to measure the performance of websites."}, {"name": "Pro Apache JMeter: Web Application Performance Testing", "url": "https://books.google.com/books?id=YJ4xDwAAQBAJ", "description": "By Sai Matam and Jagdeep Jain ([Apress](https://link.springer.com/book/10.1007/978-1-4842-2961-3))."}, {"name": "Master Apache JMeter: From load testing to DevOps", "url": "https://books.google.com/books?id=D_amDwAAQBAJ", "description": "By Antonio Gomes Rodrigues, Bruno Demion (Milamber) and Philippe Mouawad ([Leanpub](https://leanpub.com/master-jmeter-from-load-test-to-devops), [Packt Publishing](https://www.packtpub.com/product/master-apache-jmeter-from-load-testing-to-devops/9781839217647))."}, {"name": "Advanced JMeter Testing", "url": "https://leanpub.com/advanced_jmeter_testing", "description": "By Penny Curich ([Leanpub](https://leanpub.com/advanced_jmeter_testing)), guide to write custom components for Apache JMeter 5.0."}, {"name": "JMeter: Performance and Load Testing (Feb 2019)", "url": "https://www.linkedin.com/learning/jmeter-performance-and-load-testing", "description": "By LinkedIn Learning."}, {"name": "Advanced JMeter (Jul 2020)", "url": "https://www.linkedin.com/learning/advanced-jmeter", "description": "By LinkedIn Learning."}, {"name": "JMeter Training Courses", "url": "https://www.nobleprog.co.uk/cc/apachejmetertesting", "description": "By NobleProg."}, {"name": "BlazeMeter University", "url": "https://www.blazemeter.com/university", "description": "By BlazeMeter."}, {"name": "JMeter Courses collection", "url": "https://www.udemy.com/topic/jmeter/", "description": "By Udemy."}, {"name": "Web Applications (and Mobile Apps) Performance Testing with JMeter", "url": "http://pragmatictestlabs.com/web-applications-mobile-apps-performance-testing-jmeter/", "description": "By Pragmatic Test Labs."}, {"name": "Training courses on Load Testing with Apache JMeter", "url": "https://ubik-ingenierie.com/blog/jmeter-trainings-by-contributors-and-committers/", "description": "By Ubik Ingenierie."}, {"name": "Apache JMeter Training", "url": "https://qainsights.com/apache-jmeter-training/", "description": "By QAInsights."}, {"name": "JMeter Getting Started Course (Apr 2019)", "url": "https://www.pluralsight.com/courses/jmeter-getting-started", "description": "By Pluralsight."}, {"name": "JMeter Tutorials", "url": "https://www.youtube.com/c/AutomationStepByStep/search?query=jmeter", "description": "By Automation Step by Step."}, {"name": "Learn Apache JMeter Series", "url": "https://www.youtube.com/playlist?list=PLJ9A48W0kpRIjLkZ32Do9yDZXnnm7_uj_", "description": "By QAInsights."}, {"name": "JMeter / Devops/ CI-CD / Cloud", "url": "https://www.youtube.com/c/xavki-linux/search?query=jmeter", "description": "By xavki :fr:."}]}, {"name": "Blogs", "parent": "Community", "entries": [{"name": "BlazeMeter Blog", "url": "https://www.blazemeter.com/blog", "description": "BlazeMeter's blog about JMeter and performance testing."}, {"name": "Ubik Load Pack Blog", "url": "https://ubik-ingenierie.com/blog/category/jmeter/", "description": "Ubik Ingenierie blog."}, {"name": "TestAutomationGuru Blog", "url": "https://www.testautomationguru.com/category/jmeter/", "description": "Technical blog on test automation."}, {"name": "RedLine13 Blog", "url": "https://www.redline13.com/blog/tag/jmeter/", "description": "JMeter articles in RedLine13 blog."}, {"name": "JMeter Blog", "url": "https://shantonusarker.blogspot.com/p/jmeter.html", "description": "Another blog for performance & automation testing using JMeter."}, {"name": "OctoPerf Blog", "url": "https://blog.octoperf.com/categories/jmeter/", "description": "OctoPerf's blog about JMeter and load testing."}, {"name": "Abstracta JMeter Archives", "url": "https://abstracta.us/blog/tag/jmeter/", "description": "Abstracta blog about JMeter."}, {"name": "JMeter Basics", "url": "https://thatsabug.com/tags/#jmeter-series", "description": "By João Farias."}]}, {"name": "Forums", "parent": "Community", "entries": [{"name": "JMeterPlugins Google Group", "url": "https://groups.google.com/g/jmeter-plugins", "description": ""}]}, {"name": "Twitter", "parent": "Community", "entries": [{"name": "@ApacheJMeter", "url": "https://x.com/apachejmeter", "description": "Official Twitter account of the Apache JMeter load testing tool."}, {"name": "@jmeter\\_plugins", "url": "https://x.com/jmeter_plugins", "description": "Twitter account of custom plugins project for JMeter load testing tool."}, {"name": "@BlazeMeter", "url": "https://x.com/BlazeMeter", "description": "Official Twitter account of Blazemeter, performance engineering platform for DevOps, based on JMeter."}, {"name": "@masterjmeter", "url": "https://x.com/masterjmeter", "description": "Official account of the [Master Apache JMeter from Load Testing to DevOps](#books) book."}, {"name": "@ubikloadpack", "url": "https://x.com/ubikloadpack", "description": "Twitter account of [Ubik Load Pack](#plugins), custom JMeter plugins for Video Streaming & complex protocols load testing."}]}, {"name": "Q\\&A", "parent": "Community", "entries": [{"name": "`jmeter` on Stack Overflow", "url": "https://stackoverflow.com/questions/tagged/jmeter", "description": ""}, {"name": "`jmeter` on Gitter", "url": "https://app.gitter.im/#/room/#aliesbelik_jmeter-chat:gitter.im", "description": ""}, {"name": "`#jmeter` on Slack", "url": "https://jmeterusers.slack.com/", "description": ""}, {"name": "`r/jmeter` on Reddit", "url": "https://www.reddit.com/r/jmeter/", "description": ""}]}, {"name": "Awesome Lists", "parent": "Related", "entries": [{"name": "Awesome Software Quality", "url": "https://github.com/ligurio/sqa-wiki", "description": "A list of free software testing and verification resources.", "stars": "2.3k"}, {"name": "Awesome Testing", "url": "https://github.com/TheJambo/awesome-testing", "description": "A curated list of testing resources.", "stars": "2.2k"}, {"name": "Awesome Tsung", "url": "https://github.com/aliesbelik/awesome-tsung", "description": "Open-source multi-protocol distributed load testing tool, developed in Erlang.", "stars": "23"}, {"name": "Awesome Gatling", "url": "https://github.com/aliesbelik/awesome-gatling", "description": "Open-source load and performance testing framework based on Scala, Akka and Netty.", "stars": "77"}, {"name": "Awesome k6", "url": "https://github.com/grafana/awesome-k6", "description": "Open-source, developer-centric performance monitoring and load testing solution.", "stars": "743"}, {"name": "Awesome Locust", "url": "https://github.com/aliesbelik/awesome-locust", "description": "Open-source scalable load testing framework written in Python.", "stars": "111"}]}, {"name": "Other", "parent": "Related", "entries": [{"name": "How They Load Test", "url": "https://github.com/aliesbelik/how-they-load", "description": "A curated collection of publicly available resources on how companies around the world perform load testing.", "stars": "151"}, {"name": "Load Testing Toolkit", "url": "https://github.com/aliesbelik/load-testing-toolkit", "description": "Collection of open-source tools for debugging, benchmarking, load and stress testing your code or services.", "stars": "234"}]}]} |