Hi,

I think you should be able to use varnishtop and varnishlog to achieve what 
you’re after.

varnishtop will let you see which URLs are hitting your backend(s) most often. 
Something like varnishtop -i txurl might be a good starting point, although the 
docs[1] have some further details on its use.

varnishlog will let you search your logs for a given URL to look at the 
request. varnishlog -c -m ‘RxURL:^/foo/bar’ will show you requests from client 
(-c) for /foo/bar

Andrew

[1] 
https://www.varnish-cache.org/docs/4.0/users-guide/operation-statistics.html#users-guide-statistics
On 22 May 2014 at 02:39:38, 李学强 ([email protected]) wrote:

Hello everyone:
    I am a newbie of varnish 4.0 . Can I check the hitrate in the varnishstat 
command? This command's output is diffrent from version 3.0.
    Thank you!

--
 

面视科技 · 李学强  

中 国·大连市高新园区黄浦路512号

Tel:(+86-411)84799089

Mobile: 18041169612

Email: [email protected]

http://www.chinafesco.com/

 

_______________________________________________  
varnish-misc mailing list  
[email protected]  
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to