如何使用 javascript 和 cookie 测量页面速度,无需浏览器和 yslow/firebug 等工具
我想测量我的终端中的一个项目的页面速度,或者像在任何页面底部呈现的 HTML 注释一样,就像我从“网络”选项卡中的 firebug 获得的结果一样。
如果有任何可用的方法,我想自动执行此操作,并能够使用 nagio 或类似的东西来监控此操作。
有人有好的做法吗?
谢谢你!
I'd like to measure the page speed of one of my projects in my terminal or like a HTML comment rendered at the bottom of any page like the results I'm getting from firebug in the "Network" tab.
If there is any way available I'd like to automate this and get the ability to monitor this with nagio or something like that.
Have anyone a good practice?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 HTTPUnit、HTMLUnit、Selenium...
所有这些您都可以使用 Nagios 插件打包和执行 - 而且它们的级别相当高。
您还可以使用 wget/ab 和/或 cURL,但它们只擅长抓取整体页面(即没有 css 等)。
Check into HTTPUnit, HTMLUnit, Selenium....
All of those you can jar and execute with a Nagios plugin - and they're pretty high level.
You could also use wget/ab and/or cURL, but they're only really good at grabbing monolithic pages (ie no css, etc).