Statistics calculation too long
Problem
The statistics calculation takes too long.
Solution
At the end of a test, NeoLoad displays a progress bar for the statistics calculation, indicating that the standard deviation and truncated mean are currently being calculated. These calculations are carried out for each request and each page, which can be time consuming in the case of long tests.
- To stop the calculations immediately, the Stop button must be clicked. Any values not calculated due to the interruption are set to -1 and the results are displayed.
- To avoid this wait, these statistic calculations may be disabled: The Controller.properties file in the conf directory must be edited. In the Results section, the compute.advanced.statistics key value must be changed from true to false. NeoLoad must be restarted for the changes to take effect. The advanced statistics will now show a value of 0.
Home