我们正在寻找一种网络负载测试工具,其行为更像爬虫并对主要和辅助执行压力测试To Illustrate让我举个例子,我在服务器上托管了一个index.html文件
http://myserver.com/index.html
The index.html has two href refs
http://myserver.com/page1.html?token=randomtoken1
http://myserver.com/page2.html?token=randomtoken2
我们想要一个对
进行压力测试的工具a. Index.html
b. page1.html?token=randomtoken1
c. page2.html?token=randomtoken2
答案 0 :(得分:-1)