Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要对基于 ZK 框架的应用程序进行负载测试。
当我录制执行以下操作的脚本时
a. User Login b. Select Role c. Open and Create Record d. Log out.
当我使用多个用户运行脚本时说 10 个用户,那么脚本会在应用程序中创建 10 条记录。但是经过一些随机持续时间后说 4-5 小时后,即使所有请求都显示为已通过,相同的脚本也不会创建任何记录。脚本还记录 COMET 请求(Ajax Push)
我无法弄清楚原因。
阅读这解释了 ids 是如何工作的:
http://books.zkoss.org/index.php?title=Small_Talks/2012/January/Execute_a_Loading_or_Performance_Test_on_ZK_using_JMeter
http://blog.zkoss.org/index.php/2013/08/06/zk-jmeter-plugin/