一直以來, 都是用 newsyslog 來做 squid 的 log ratation.
newsyslog 沒特別指定的話, 在 mv log 之後是送 SIGHUP 出去,
而 squid 在收到 SIGHUP 的時候會做 reconfigure.
然後就會有一小段時間不接客 @@
目前分類:----squid (2)
- Dec 11 Tue 2007 21:50
[squid] squid log rotation的注意事項
- Dec 04 Tue 2007 14:27
[squid tips] 查看squid狀況 & 清cache
一. 查看squid狀況:
1.
squidclient -t 1 -h localhost -p 80 mgr:info
2.
squidclient -T 1 -p 80 -h localhost mgr:5min | grep -e client_http.req -e client_http.all_median_svc_time -e client_http.miss_median_svc_time -e client_http.hit_median_svc_time
二. 如何清cache:
1.
telnet localhost 80
PURGE /ooxx.html?xx=xx HTTP/1.1
Host: xxxx.oooo.com
2.
purge -P 1 -p localhost:80 -e "^http://xxoo.com.tw/ooxx/"