标签: apache rest apachebench
我正在使用apache bench负载测试我的REST Web服务。
现在这对我有用
ab -n 300 -c 10 http://server:9535/rest/1_0/query/X?accountId=A&startDate=2014-01-01&endDate=2016-01-01
但我想参数化accountId,startdate,enddate的值。是否有可能不是在URL中对这些值进行硬编码,而是指定一个包含大量输入值排列的文件?