如何加载带有SWF Flash文件的测试网站?
我有一个网站,其中嵌入了带有 SWFObject 的 SWF。此 SWF 文件有 1.5 MB。我想测试如果每小时 600 个用户尝试打开网站 (Lightppd) 是否还活着。大约是。传输速度为 900 MB/小时。
所以我有两个问题合而为一:
1)ab(Apache Bench)测试是否也处理SWFObject并在测试时获取SWF文件? 2) 如果 1) 为 false,如何使用正确嵌入的 SWF 文件加载测试我的网站?
I have a website that has a SWF embbeded on it with SWFObject. This SWF file has 1,5 MB. I would like to test if website (Lightppd) will be alive if 600 users per hour will try to open it. It will be approx. 900 MB / hour of transfer.
So I have 2 questions in one:
1) Does ab (Apache Bench) test handle SWFObject and gets SWF file while testing too?
2) If 1) is false how to load test my website with SWF file embedded properly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想会的。我认为它只会对该页面执行一个 HTTP 请求。我的建议如下:
至于第一次测试后的调整:
I think it would. I think it would just do one HTTP request for the page. Here is what I would suggest:
As for tuning after your first tests: