]> err.no Git - varnish/commit
Add varnishtop log-tailer.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 21:54:11 +0000 (21:54 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 21:54:11 +0000 (21:54 +0000)
commit7e58d578acc6b081829d61eedc11a7d85b9e6b1b
tree27b55018f58069808db9a5d8d0ab920aeb4e755f
parentc920512e6b549a1e13f41e06ed11618bc8803158
Add varnishtop log-tailer.

Try these:

varnishtop -i url

varhishtop -i header -C -I '^user-agent:'

varhishtop -i header -C -I '^user-agent:' -X MSIE

varhishtop -i header -C -I '^user-agent:.*MSIE'

varhishtop -i header -C -I '^user-agent:.*java'

You can also run them on the logfiles from the live test:

zcat _vlog21.gz | varnishtop -r - -i header ...

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@415 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/Makefile.am
varnish-cache/bin/varnishtop/Makefile.am [new file with mode: 0644]
varnish-cache/bin/varnishtop/varnishtop.c [new file with mode: 0644]
varnish-cache/configure.ac