Recommendations for Load Testing Tools for Filament Application
I have a Filament application and I would like to perform load testing on it. Could you recommend the best tools or platforms for conducting load testing on my Filament application ?
3 Replies
jmeter and gatling
How can I authenticate my Filament login process inside the jmeter and gatling. Can you explain this ?
When jmeter or gatling has built-in feature that load testing based on HTTP Request, on your case for load testing Login process, we can send form request to the login endpoint, for more detailed technique you can read more on the docs https://gatling.io/blog/gatling-credentials or this articles for jmeter https://webkul.com/blog/load-testing-using-jmeter/
How To Handle User Credentials With Load Testing | Gatling Blog
Learn the common patterns for handling user credentials in your Gatling scripts when creating performance or stress tests.