Grails Wep 应用程序性能测试工具
我正在寻找一个工具来测试 Tomcat 服务器上的 Grails Wep 应用程序。
当 30 个用户使用我的应用程序时,我需要一些有关性能的数据。(在我的数据库 (Firebird) 上创建/编辑/删除条目。
I am searching for an Tool to test an Grails Wep Application on a Tomcat Server.
I need some Data about the Performance when 30 Users work with my app.(Creating/Editing/Deleting Entries on my Database (Firebird).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
有许多 Web 性能测试工具。
您可以使用
或者,如果您想要便宜的负载测试服务提供商,请查看 BrowserMob。 他们根据人们的需求进行负载测试,并且他们的费率非常合理。
There are a number of web performance testing tools.
You can use
Or if you want a cheap load testing service provider have a look at BrowserMob. They run load testing on demand for people and their rates are quite reasonable.
监控 Firebird 性能:www.sinatica.com
To monitor Firebird performance: www.sinatica.com
如果您使用 Firebird 2.1 或更高版本,您可以使用 sinactica 监视器,但对于较旧的服务器,您可以在此处查看 http://www.firebirdfaq.org/faq95/
IBExpert 也有一个监控工具
您可以在 www.ib-aid.com
If you use Firebird 2.1 or higher you can use sinactica monitor but for older server you can look here http://www.firebirdfaq.org/faq95/
IBExpert also have a monitor tool
You can find good tools for firebird at www.ib-aid.com
您可以运行一些基本测试,然后可以使用 BadBoy http://www.badboy.com 将其导出到 JMeter .au
You can run through some rudimentary tests, that can then be exported to JMeter with BadBoy http://www.badboy.com.au
您检查过 ApacheBench 吗? http://httpd.apache.org/docs/2.0/programs/ab。 html
Have you checked out ApacheBench? http://httpd.apache.org/docs/2.0/programs/ab.html