jmeter和多个http请求
我需要测试我的网络服务器,但我需要用大量不同大小的文件来测量它。我收到了大约 500-1000 个此类文件。
如何在jmeter中做到这一点?
也许有一个选项可以将文件与我的文件一起放置以检索列表?
I need to test my web server, but I need to measure it with lot of files with different size. I got about 500-1000 that kind of files.
How to do it in jmeter?
Maybe there is an option where I can put file with my files to retrieve list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用您需要上传的每个文件的路径创建一个 CSV 文件。
发出一个从 csv 文件上传文件的请求。
创建一个 FOREACH 控制器来为 CSV 文件中的每一行发出上传请求。
Create a CSV file with the PATH for each file you need to upload.
Make ONE request that uploads a file from the csv file.
Create a FOREACH controller to make the upload request for each row in the CSV file.