Archives
当我们使用 Squid 是不是常常会有个问题,就是怎么查文件是否存在.大家是怎么查的…我想大多都是使用 wget 来查.wget -S 如果显示 HIT 就是文件从 Cache 中取的,不是从源网站取的.但这个...
2,938 views | 2 comments
Nov 18th, 2010 | Filed under CDN 技术
CURL 基本是现在所有的linux都有的命令,非常好用的一个命令.我们用 squid 做缓存服务时,常常要测试浏览器,referer,cookie还有 1.使用 Curl 来取得到缓存服务器的 http 的头信息 $curl -I http://www.php-oa.co...
2,149 views | 1 comment
Aug 28th, 2008 | Filed under CDN 技术, Linux 常用技巧
Tags: curl
本文来自Ourlinux 使用 cURL 度量 Web 站点的响应时间 $ curl -o /dev/null -s -w %{time_connect}:%{time_starttransfer}:%{time_total} http://www.canada.com 0.081:0.272:0.779 清单 1 给出对一个流行的新闻站点执行 curl 命令的...
2,988 views | 1 comment
Mar 15th, 2008 | Filed under Linux 相关文章
Recent Comments