Stress - Load testing a web application

北战南征 提交于 2019-12-14 03:59:18

问题


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:


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



来源:https://stackoverflow.com/questions/3851229/stress-load-testing-a-web-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!