JMeter has some limitations especially when it is run in a distributed environment. Following these guidelines will assist in creating a real and continuous load:
- Do not use the Console to create your load. You can use the console for debugging purposes or to run a small load from it to make sure the script is running correctly. The GUI consumes a lot of memory under heavy load, therefore the console server by itself can not sustain a heavy load.
- Use the remote servers to create the load. Use the "Remote Start All" or "Remote Start" individual servers. Further information can be found in our User Guide section.
- Limit the number of threads per engine to 250. This means the total number of threads generated by your test plan should be less than 250. The overall number of threads running from JMeter in the Cloud will be the total number of threads multiplied by the number of JMeterEngines. For example, a test plan with 200 threads and 4 JMeterEngines, will generate a load of 800 threads.
- Disable the "View Result Tree" listener as it consumes a lot of memory and can result in the console freezing or JMeter running out of memory. It is, however, safe to use the "View Result Tree" listener with only "Errors" checked.

- Disable all JMeter graphs as they consume a lot of memory. You can view all of the real time graphs using the JTLs tab in your web interface. Further information can be found in our User Guide section.
- Monitor the logs. Any errors in the test plan or the test itself will appear in the log files that are available online under the Logs tab. For example: Out of Memory, disconnections etc.
- Do not forget to erase the local path from CSV Data Set Config if used. Further information can be found in our FAQ section.
Best Practice Using JTL files
If you are using JTL files, we recommend following these guidelines:
- Assign a meaningful JTL file name. For example: 150210-4000t-1.jtl. Do not use spaces in the JTL file name.
- Make sure that the JTL file is saved in XML format and not CSV.
- Visit the JTLs tab at least once to generate the real-time reports.
- Use the "Terminate all but Console" feature to finish your reports and download all graphics and CSV files.
- Enable the Users vs Load Time Average report by following these instructions.
- Use short and meaningful names for labels identifying controllers and samplers (for example HTTP requests). If you use long names, the names themselves will take the better part of the graphs generated using the JTLs tab.
