标签: stored-procedures jmeter load-testing performance-testing postgresql-9.2
我已经完成了正常选择和更新查询的性能测试。
我想知道在JMeter 2.9中测试postgres存储过程的过程。
答案 0 :(得分:2)
看一下本教程:
阅读相关组件的文档:
JDBC Connection configuration
JDBC Request
对于存储过程,请看一下:
How to use jmeter to test an Oracle Stored Procedure with sys_refcursor return type?
顺便说一句,你应该升级到JMete 2.11。