压力 - 对 Web 应用程序进行负载测试
我在 tomcat 服务器上部署了一个 Web 应用程序。 我通过 POST 方法上传文件,然后上传 文件被转码为另一种类型(例如 3gp 为 flv)。 如何测试并发上传和转码的数量 我的网络应用程序可以处理吗?
有什么想法或例子吗? 对压力或负载测试一无所知
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从未使用过它,但请查看 JMeter。它对 Java 进行负载测试。
I've never used it, but look into JMeter. It does load testing for Java.