I have created a Test plan to check for performance where i have an api that writes into document on Jmeter 5.3
<http://www.jmeter-archive.org/file/t45374/20201111_123521.jpg> hitting same url with different data (using csvdata) 50 request in on sampler (with csvfile) 50 request in 2nd sampler (with csvfile1) Let me know if my test plan is fine to perform load testing for 100 data ? 2020-11-10 11:39:44,672 INFO o.a.j.t.ThreadGroup: Starting thread group... number=1 threads=10 ramp-up=2 delayedStart=false 2020-11-10 11:39:44,677 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-1 2020-11-10 11:39:44,689 INFO o.a.j.s.FileServer: Stored: DT_Stage_GetLoanPayload_CSV-Perfdata2.csv Alias: DT_Stage_GetLoanPayload_CSV-Perfdata2.csv@468182872 2020-11-10 11:39:44,693 INFO o.a.j.s.FileServer: Stored: DT_Stage_GetLoanPayload_CSV-Perfdata1.csv Alias: DT_Stage_GetLoanPayload_CSV-Perfdata1.csv@468182872 2020-11-10 11:39:44,696 INFO o.a.j.t.ThreadGroup: Started thread group number 1 2020-11-10 11:39:44,697 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started 2020-11-10 11:39:44,924 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-2 2020-11-10 11:39:45,167 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-3 2020-11-10 11:39:45,380 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-3 2020-11-10 11:39:50,539 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-4 2020-11-10 11:39:50,604 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-2 2020-11-10 11:39:50,808 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-5 2020-11-10 11:39:51,009 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-4 2020-11-10 11:39:50,812 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-7 2020-11-10 11:39:51,009 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-6 2020-11-10 11:39:51,010 INFO o.a.j.t.JMeterThread: Stop Thread seen for thread Thread Group 1-8, reason: org.apache.jorphan.util.JMeterStopThreadException: End of file:DT_Stage_GetLoanPayload_CSV-Perfdata2.csv detected for CSV DataSet:CSVData configured with stopThread:true, recycle:false 2020-11-10 11:39:51,010 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-8 2020-11-10 11:39:51,013 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-9 2020-11-10 11:39:51,114 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-10 2020-11-10 11:39:51,310 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-9 2020-11-10 11:39:51,414 INFO o.a.j.t.JMeterThread: Stop Thread seen for thread Thread Group 1-9, reason: org.apache.jorphan.util.JMeterStopThreadException: End of file:DT_Stage_GetLoanPayload_CSV-Perfdata2.csv detected for CSV DataSet:CSVData configured with stopThread:true, recycle:false 2020-11-10 11:39:51,415 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-9 2020-11-10 11:39:52,078 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-7 2020-11-10 11:39:52,078 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-5 2020-11-10 11:39:51,715 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-10 2020-11-10 11:39:51,114 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-8 2020-11-10 11:39:51,009 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[Thread Group 1-4,6,main] java.lang.OutOfMemoryError: Java heap space 2020-11-10 11:39:52,474 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-8 2020-11-10 11:39:51,310 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[Thread Group 1-9,6,main] java.lang.OutOfMemoryError: Java heap space 2020-11-10 11:39:52,761 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-6 2020-11-10 11:39:51,128 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[Thread Group 1-2,6,main] java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) ~[?:1.8.0_271] at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown Source) ~[?:1.8.0_271] at java.lang.AbstractStringBuilder.append(Unknown Source) ~[?:1.8.0_271] at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_271] at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.setupHttpEntityEnclosingRequestData(HTTPHC4Impl.java:1636) ~[ApacheJMeter_http.jar:5.3] at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.handleMethod(HTTPHC4Impl.java:881) ~[ApacheJMeter_http.jar:5.3] at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:636) ~[ApacheJMeter_http.jar:5.3] at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:66) ~[ApacheJMeter_http.jar:5.3] at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1281) ~[ApacheJMeter_http.jar:5.3] at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1270) ~[ApacheJMeter_http.jar:5.3] at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:630) ~[ApacheJMeter_core.jar:5.3] at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:558) ~[ApacheJMeter_core.jar:5.3] at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:489) ~[ApacheJMeter_core.jar:5.3] at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256) ~[ApacheJMeter_core.jar:5.3] at java.lang.Thread.run(Unknown Source) [?:1.8.0_271] 2020-11-10 11:39:52,855 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[Thread Group 1-6,6,main] java.lang.OutOfMemoryError: Java heap space -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
