This tool tests the performance of the server. The purpose is to check if your server environment/network is fast enough for the product or to find out what part of the system is too slow.
If certain clients are very slow, run the benchmark on the slow client and on the faster client and compare the results. Problems are often related to network issues.
The analysis consists of multiple tests in which each test has a traffic light showing whether this part of the system is okay or is likely to have problems. In the normal case all traffic lights should show green. Yellow lights can point to a problem. If it is red, that part is most likely too slow or too low for the product to work properly.
The following tests will be executed. Each test is run one after another, restarting with the first after finishing the last until you stop the test.
Tests the utilization of the server's processor(s) and displays the average value. A high utilization means that too much work is done on the server concurrently. You need to reduce that work and / or install a faster CPU.
Please note that the shown percentage value is the total utilization of the CPU, not the utilization this product is causing. In case there is other software running on the same machine (like a database, webserver etc.) that software could be the source of the high load as well.
Tests how much memory (RAM) the product is using and how much memory is free to be used. The free memory is shown as an absolute value and as a percentage of the maximum value the Java VM may use. A low average free memory means that the Java VM must spend much time for garbage collection, which can slow down the system significantly. You need to find the source of the memory consumption, grant more memory to the server VM and / or install more memory on the server.
This shows the free capacity on the partition the product is running on. If the value is too low, there may not be enough space for temporary files and the hard drive may be busy due to fragmentation. Install a hard drive with more space, or free up space on the hard drive.
Tests the network-speed between this client and the server. Will upload and download data to/from the server. If the average bitrate is very small then the network between this client and the server may be too slow. You should compare the results with other clients or run the benchmark in a browser on the server.