Skip to content

This app is a quick guide to perform load testing using Apache JMeter

Notifications You must be signed in to change notification settings

debabrata100/nextjs-load-testing

Repository files navigation

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Generate Apache JMeter results

Open your terminal and run the following command

jmeter -n -t <path to your app>/load-test/demo.jmx -l <path to your app>/load-test/results/demo_results.jtl -e -o <path to your app>/load-test/results/demo_results_temp

Explanation documented in this blog

About

This app is a quick guide to perform load testing using Apache JMeter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published