jabrena / 101-spring-boot-with-loom

A review about how to use Spring Boot with Virtual Threads, Structural Concurrency & Scope Values (JEP 444, JEP 437 & JEP 446)
Apache License 2.0
0 stars 0 forks source link

Add JMeter project for Requirement 1 #4

Open jabrena opened 1 year ago

jabrena commented 1 year ago
jabrena commented 1 year ago
jabrena commented 1 year ago
jabrena commented 1 year ago

FROM openjdk:8-jre

ENV JMETER_VERSION 5.4.1

RUN apt-get update && \ apt-get -y install wget && \ wget https://downloads.apache.org/jmeter/binaries/apache-jmeter-$JMETER_VERSION.tgz && \ tar -xzf apache-jmeter-$JMETER_VERSION.tgz && \ rm apache-jmeter-$JMETER_VERSION.tgz

ENV PATH $PATH:/apache-jmeter-$JMETER_VERSION/bin

jabrena commented 1 year ago

docker build -t jmeter . docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix jmeter

jabrena commented 1 year ago

https://techcommunity.microsoft.com/t5/testingspot-blog/simulating-targeted-throughput-for-load-testing-with-jmeter/ba-p/2227962

jabrena commented 1 year ago

https://dzone.com/articles/using-jmeters-throughput-shaping-timer-plugin

jabrena commented 1 year ago

https://www.redline13.com/blog/2018/07/throughput-shaping-timer/