Hi
Please refer to the documentation link:-
// Link:- https://docs.adobe.com/docs/en/aem/6-1/deploy/best-practices/best-practices-for-performance-testing.html
Testing Tools
- Adobes Tough Day tool can be used to generate load on AEM instances and collect performance data. Adobes AEM engineering team actually uses the tool to do load testing of the AEM product itself. The scripts executed in Tough Day are configured via property files and JMX XML files. For more information, see the Tough Day documentation.
- AEM provides out of the box tools to quickly see problematic queries, requests and error messages. For more information, see the Diagnosis Tools section of the Operations Dashboard documentation.
- Apache provides a product called JMeter that can be used for performance and load testing as well as functional behavior. It is open source software and free to use, but has a smaller feature set than enterprise products and a steeper learning curve. JMeter can be found on Apaches website at http://jmeter.apache.org/
- Load Runner is an enterprise grade load testing product produced by HP. A free evaluation version is provided. More information can be found on HPs website at http://www8.hp.com/us/en/software-solutions/loadrunner-load-testing/
- Cloud based load testing tools like Neustar can also be used.
- When it comes to testing mobile or responsive websites, a separate set of tools need to be used. They work by throttling network bandwidth, simulating slower mobile connections like 3G or EDGE. Among the more widely used tools are:
- Network Link Conditioner - it provides an easy to use UI and works at a fairly low level on the networking stack. It includes versions for OS X and iOS;
- Charles - a web debugging proxy application that in addition to several other uses, provides network throttling. Versions are provided for Windows, OS X and Linux.
Some more reference links that would help you:-
Link:-http://www.citytechinc.com/us/en/blog/2010/10/predicting_cq5_perfo.html
// How JMeter can be setup and used for a real life load test and stress testing.
Link:- https://helpx.adobe.com/experience-manager/kb/performance-tuning-tips.html
// Performance tuning tips | 6.x
I hope this would help you.
Thanks and Regards
Kautuk Sahni