Stress - Load testing a web application

2019-08-05 05:54发布

I have a web application deployed on a tomcat server. I upload files via a POST method and then the uploaded files are transcoded to another type (e.g. 3gp to flv). How can I test, how many concurrent uploads and transcodings my web application can handle?

Any thoughts or any examples? Don't know a thing about stress or load testing

1条回答
一夜七次
2楼-- · 2019-08-05 06:19

I've never used it, but look into JMeter. It does load testing for Java.

查看更多
登录 后发表回答