Gradle 8.2.1
Kotlin 1.9.20-Beta2
JVM 21
Spring Boot 3.1.0
Apache Tomcat 10.1.8
or Netty 4.1.92.Final
JVM Options
-server
-Xss1m
-Xms1g
-Xmx1g
-XX:NativeMemoryTracking=detail
-XX:Tier3CompileThreshold=100
-XX:Tier4CompileThreshold=100
비교
- Tomcat + Platform Threads
- Netty + Reactor
- Netty + Kotlin Coroutines
- Tomcat + Virtual Threads
Load Test
Non-GUI mode
$ jmeter -n -t jmeter/JMeter_Config.jmx -l jmeter/jmeter.jtl
Options
-n
: It specifies JMeter is to run in non-gui mode
-t
: Name of JMX file that contains the Test Plan
-l
: Name of JTL(JMeter text logs) file to log results
-j
: Name of JMeter run log file
CPU / Memory
Performance
Threads
참고
JEP
관련 아티클