WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Test if jmeter load is same as on production

Submitted by barnettech on Fri, 01/25/2013 - 10:25

 
Run this MYSQL:
SHOW STATUS LIKE 'threads_connected';
Run this on production to see how many connections on average are used on your production database.
Then run this on your box where you're testing load with jmeter to help you match the same amount of activity in your load test.