0

I want to do performance testing on JMeter with uploading 20000 Images files with Approx 40-50 concurrent login users.
And after that 1000000 Images files with Approx 450-500 concurrent login users.
Size of each image is around 900KB.

Can any one suggest me is it possible through JMeter or any other open source tool?

If JMeter is fine then:
1. How we can pick these images from FTP location and store in DB after login by user and number of users I have mentioned above?
2. How Users will login one-by-one in to application?
3. What is the best way to test this kind of scenario i.e. on distributed machines or single machine?

If any one have best way, kindly share it with me.
Thanks in advance!

4

2 回答 2

0

它可以由 Jmeter 通过创建严重线程并从外部 csv 文件获取数据(即图像名、用户 ID ...)来完成。

于 2013-01-08T07:28:41.313 回答
0

这可以通过 Jmeter 完成。

对于 450-500 个并发登录,您要么希望在服务器上运行 JMeter,要么在机器集群上运行 JMeter,以防止输入/输出自身阻塞。

于 2011-06-30T20:45:12.043 回答