Mastering JSON Data Extraction in JMeter Tests

The JMeter JSON Extractor is a robust post-processor designed for retrieving specific data points from JSON-formatted responses using JSONPath expressions. Similar to other extractors like the Regular Expression Extractor, it must be added as a child element to an HTTP Sampler or any other sampler that returns JSON data. JSON Extractor Configur ...

Posted on Sun, 07 Jun 2026 17:34:41 +0000 by n00byboy

Dynamic Parameterization in JMeter CLI Execution

When running JMeter in non-GUI mode on Linux, modifying parameters typically requires editing the JMX file to locate and adjust specific variables. This can be tedious and error-prone. Parameterization using -J and -G command-line options simplifies this process by allowing variable values to be passed directly at invocation. The -J and -G Opti ...

Posted on Sun, 17 May 2026 05:49:01 +0000 by rinteractive

JMeter Installation and Load Testing Guide

JMeter Overview JMeter is an open-source压力测试工具 developed by the Apache Software Foundation. It is built entirely in Java and serves as a comprehensive solution for性能测试 scenarios. JMeter capabilities include: Static resource testing (files served to clients) Dynamic resource testing (content varying by user request) Server and network ...

Posted on Fri, 08 May 2026 17:29:07 +0000 by CodeToad

Easy-JMeter: A Web-Based Distributed Performance Testing Platform Built on JMeter

The platform leverages Apache JMeter as its core engine while providing a unified web interface for managing, executing, and analyzing performance tests. It adopts a frontend-backend separation architecture using Vue.js and Spring Boot, with Lin-CMS supplying foundational user management and authentication features. System Architecture Users in ...

Posted on Fri, 08 May 2026 11:57:00 +0000 by N1CK3RS0N