Reputation: 121
Hi I want to measure my PHP MySQL websites performance i.e No of connections that can be made.How much load it can withstand.Please suggest me a tool for the above
Upvotes: 1
Views: 321
Reputation: 1535
For testing scalability / performance, I would recommend tsung.
The purpose of Tsung is to simulate users in order to test the scalability and performance of IP based client/server applications. You can use it to do load and stress testing of your servers. Many protocols have been implemented and tested, and it can be easily extended.
Upvotes: 0
Reputation: 1708
My sugestion: JMeter
The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
Upvotes: 4