博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
122.2. varnish utility
阅读量:6702 次
发布时间:2019-06-25

本文共 1553 字,大约阅读时间需要 5 分钟。

122.2.1. status

$ varnishstator$ varnishstat -n /var/lib/varnish/atom-netkiller/

HTTP Head

$ curl -I http://bg7nyt.mooo.com/HTTP/1.1 404 Not FoundX-Powered-By: PHP/5.2.6-3ubuntu4.2Content-type: text/htmlServer: lighttpd/1.4.19Content-Length: 539Date: Wed, 23 Sep 2009 00:05:11 GMTX-Varnish: 938430316Age: 0Via: 1.1 varnishConnection: keep-alive

test gzip,defalte

$ curl -H Accept-Encoding:gzip,defalte -I http://bg7nyt.mooo.com/HTTP/1.1 200 OKX-Powered-By: PHP/5.2.6-3ubuntu4.2Content-Encoding: gzipVary: Accept-EncodingContent-type: text/htmlServer: lighttpd/1.4.19Date: Wed, 23 Sep 2009 00:08:51 GMTX-Varnish: 938430335Age: 0Via: 1.1 varnishConnection: keep-alive

122.2.2. varnishadm

help messages

$ varnishadm -T 127.0.0.1:6082 helphelp [command]ping [timestamp]statusstartstopstatsvcl.load 
vcl.inline
vcl.use
vcl.discard
vcl.listvcl.show
param.show [-l] [
]param.set
quitpurge.url
purge.hash
purge
[&&
]...purge.list
122.2.2.1. 清除缓存

通过Varnish管理端口,使用正则表达式批量清除缓存:

清除所有缓存

/usr/local/varnish/bin/varnishadm -T 127.0.0.1:6082 url.purge *$

http://bg7nyt.mooo.com/zh-cn/technology/news.html 清除类/zh-cn/下所有缓存

/usr/local/varnish/bin/varnishadm -T 127.0.0.1:6082 url.purge /zh-cn/

/usr/local/varnish/bin/varnishadm -T 127.0.0.1:3500 url.purge w*$

122.2.3. varnishtop

varnishtop -i rxurlvarnishtop -i txurlvarnishtop -i RxHeader -I Accept-Encoding

122.2.4. varnishhist

122.2.5. varnishsizes

原文出处:Netkiller 系列 手札

本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
程序员职场-三人行,必有我师
查看>>
override与new的区别
查看>>
linux下播放mp3
查看>>
[转载]---通过一个示例,演示利用logminer,恢复delete误删除操作的数据
查看>>
UIPageControl的一个Demo
查看>>
log4cplus配置文件使用
查看>>
java web 学习 --第一天(Java三级考试)
查看>>
SoapUI Pro Project Solution Collection –Easy develop Groovy Script to improve SoapUI ability
查看>>
[Leetcode] Course Schedule
查看>>
[收藏]String formatting in C# :玩转string.format
查看>>
扯扯所学的编程语言
查看>>
数据库设计准则(第一、第二、第三范式说明)
查看>>
[转]SharePoint 2013配置开发环境,需安装VS2012插件
查看>>
TcxDBTreeList导出EXCEL
查看>>
12/22从东京到布里斯班
查看>>
逻辑思维简易入门
查看>>
POJ 3358 Period of an Infinite Binary Expansion
查看>>
PHP——上传头像(2)
查看>>
01-Java基础知识:数据类型与变量、标识符、运算符、表达式
查看>>
连接SQLServer时,因启用连接池导致孤立事务的原因分析和解决办法
查看>>