ChinaUnix.net
相关文章推荐:

squid 根据页面大小 调整命中率

 以前曾经粗略查过我们为MediaWiki平台安装的squid命中率以便验证效果,记得多在70%上下。   最近又把一段时间的squid日志下载下来,详细统计了命中率数据,结果如下: 项目 访问总数 TCP_HIT TCP_IMS_HIT TCP_MEM_HIT TCP_MISS TCP_DENIED 数量 178万 73万 17万 19万 35万 29万(当时屏蔽很多) 命中百分比(去掉DENIED后) 100% 50.0% 11.4% 12.8% 23.5% 未计入 合计命中 74.2%   10月21日调整了一些参数: # cach...

by hengxingwuji - Linux文档专区 - 2009-08-05 09:58:56 阅读(879) 回复(0)

相关讨论

RHEL4X86_64 apache2.2.10+squid-2.6.STABLE22 全静态页面 apache采用deflate 压缩 [code] DeflateCompressionLevel 7 AddOutputFilterByType DEFLATE text/html text/plain text/xml AddOutputFilter DEFLATE css js [/code] squid 增加 通用的配置 增加 [code]cache_vary on[/code] 下面是squid client info出来的信息 squid Object Cache: Version 2.6.STABLE22 Start Time: Thu...

by molecar - 服务器应用 - 2009-04-30 10:43:39 阅读(4345) 回复(9)

搞到一个别人弄好得squid命中率mrtg监控. http://chrismiles.info/unix/mrtg/ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/29960/showart_359874.html

by gaolimin_lose - Linux文档专区 - 2007-08-14 14:35:48 阅读(640) 回复(0)

./squidclient mgr:info 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4255/showart_241779.html

by 若水 - BSD文档中心 - 2007-02-02 08:13:32 阅读(1069) 回复(0)

环境:squid 2.6 web ,图片什么的都是一台机器上。缓存所有文件 Connection information for squid: Number of clients accessing cache: 19 Number of HTTP requests received: 5567 Number of ICP messages received: 0 Number of ICP messages sent: 0 Number of queued ICP replies: 0 Request failure ratio: 0.00 Average HTTP requ...

by liang3391 - 服务器应用 - 2009-08-01 16:58:39 阅读(2371) 回复(2)

大家好,我的squid+mysql服务器搭建好以后,我想查看命中率,但是按照网上的方法发现有问题,请高手指点! 添加配置: acl manager proto cache_objectacl acl localhost src 127.0.0.1/255.255.255.255 http_access allow manager localhost 不知道是否还有其他地方要设置,请高手指点,谢谢! 我用命令:/usr/local/squid/bin/squidclient -p 3128 mgr:info查看命中率,但是返回错误如下: [root@zhang var]# /usr/local/squid...

by 飞鸿无痕 - 服务器应用 - 2009-06-02 17:02:39 阅读(5977) 回复(8)

squid的几个命中率究竟代表什么含义? http://www.chinaunix.net 作者: 四不象 发表于:2007-06-28 11:37:42 【 发表评论 】【 查看原文 】【 Proxy服务器讨论区 】【 关闭 】 Request Hit Ratios: 5min: 80.1%, 60min: 80.3% Byte Hit Ratios: 5min: 66.6%, 60min: 70.0% Request Memory Hit Ratios: 5min: 30.3%, 60min: 32.6% Request Disk Hit Ratios: 5min: 8.7%, 60min: 8.8% 请问这几个命中...

by splendidsky - Linux文档专区 - 2007-07-01 16:13:01 阅读(761) 回复(0)

在同一台服务器上做了apache和squid,针对本机虚拟主机做加速,squid反代理命中率比较高,但是服务器负载却比较高,比没有做squid之前要高很多,特别是CPU占用要高得多,高峰时段netstat -an时,TIME_WAIT能达到10000多,请问大家有什么高见!

by zzylq - 服务器应用 - 2005-08-31 15:17:52 阅读(1752) 回复(3)

Cache information for squid: Hits as % of all requests: 5min: 40.7%, 60min: 25.0% Hits as % of bytes sent: 5min: 14.7%, 60min: 14.9% Memory hits as % of hit requests: 5min: 0.0%, 60min: 33.1% Disk hits as % of hit requests: 5min: 0.0%, 60min: 3.3% Storage Swap size: 6908 KB Storage Swap capacity: 0.1% used, 99.9% free ...

by cnbird - 服务器应用 - 2010-03-31 10:00:38 阅读(4707) 回复(9)
by 小丶力丫 - Linux系统管理 - 2011-12-12 10:59:02 阅读(646) 回复(0)

我的squid2.5, log中有大量的TCP_MISS/200记录;; root# perl -lane '$type{$F[3]}++ if $F[1] > 2792;' -e 'END { print "$type{$_} $_" for keys %type }' /var/log/squid/access.log | sort -n 1 TCP_MEM_HIT/200 1 TCP_MISS/211 1 TCP_MISS/303 1 TCP_MISS/408 3 TCP_MISS/202 6 TCP_MISS/403 8 TCP_CLIENT_REFRESH_MISS/504 8 TCP_MISS/500 10 TCP_MISS/400 16 TCP_CLIENT_REFRESH_MISS/000 18 TCP_REFRESH_MISS/000 20 TCP...

by jzcjy - 服务器应用 - 2011-03-16 14:37:06 阅读(5548) 回复(4)