检查亚洲用户的西方服务器访问时间和速度?
我正在建立一个针对欧洲、南美和亚洲用户的网站。我们计划使用像亚马逊这样的全球 CDN 来存储静态文件。然而,CMS 本身无法轻松实现负载平衡,因此我们仍然拥有一台中央 Web 服务器。
如果 Pingdom、Site24x7 或其他提供此类测试,那就太好了,但据我所知他们没有。有什么好方法可以检查我们的服务器是否能与中国、印度或巴西的用户正常运行?
请不要建议使用代理服务器提供商,我们将其用于其他用途,但它们对于......可靠性测试通常不可靠。
谢谢。
I am building a web site targeting users in Europe, South America and Asia. We plan to use a global CDN like Amazon's for static files. However, the CMS itself cannot be easily load-balanced so we still have one central web server.
It would be great if Pingdom, Site24x7 or others offered such tests, but AFAIK they don't. What is a good way to check if our server works well with users in China, India or Brazil?
Please don't suggest using a proxy servers provider, we use that for other things but they are often unreliable for ...reliability tests.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决方案。
创建一个大约2MB的页面。您可以将某些 DSC00123.JPG 重命名为index.html。添加正确的“html”标题和结束语。您可能想将整个正文包裹在 «CDATA» 中。
将虚假的index.html 页面保存在您网站的根目录中。
在监控站点(例如 Site24x7)上创建一个帐户。添加您的站点。
在监控站点上,检查您要验证的所有位置。定义一个频率,例如每分钟。检查高级设置以启用加载缓慢页面的警报。将限制设置为 10 秒。
网站将报告每个位置“主页”的加载时间。
您在德国托管的 2MB 页面如何在 44 秒内从新加坡加载,令人惊叹不已。
I found a solution.
Create a page of about 2MB. You could rename some DSC00123.JPG to index.html. Add the proper «html» header and closing. You may want to wrap the whole body in «CDATA».
Save the fake index.html page at the root of your site.
Create an account on a monitoring site, like Site24x7. Add your site.
On the monitoring site, check all the locations that you want to verify from. Define a frequency like every minute. Check the advanced settings to enable alerts for slow loading pages. Set your limit to 10 seconds.
The site will report the loading time for the "home page" from each location.
Be amazed how your 2MB page hosted in Germany loads in 44 seconds from Singapore.