I am trying to execute a endurance test for 48 HR with distributed configuration using 100 threads on Jmeter. Initially the thread hold to 100 threads and after that it gradually decreasing after 15-20 min(refer the image attached).
I am running the load simulation on Ubuntu machine using JMeter 5.2. Using three thread group for user distribution(Please refer the image).
Command for triggering the test,
nohup bash -c "JVM_ARGS=\"-Xms1024m -Xmx2048m -Dnashorn.args=--no-deprecation-warning\" && export JVM_ARGS && ./jmeter -n -t /home/performance/LoadTesting/Apim_Endurance.jmx -R 192.168.2.32:1099 -GTest_Name=APIM_LoadTest -GTest_Triggered_By=Administrator -GDelete_Scale=1 -Gtest_Id=100CON_48HR_EnduranceTest06" 2>&1 &