Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error by execution varnishtop with some parameters

Tags:

varnish

I'm trying to debug my varnish configuration, but when I execute

varnishtop -i TxUrl 

I get this error:

-i: "RxUrl" matches zero tags

Any idea why?

like image 705
Zhenya Hristova Avatar asked Sep 02 '26 20:09

Zhenya Hristova


1 Answers

After long search, we found this:

https://www.varnish-cache.org/lists/pipermail/varnish-misc/2014-September/024019.html

TxURL is named BereqURL in varnish 4

If you use varnish 4, the command should be:

varnishtop  -i  BereqURL
like image 148
Zhenya Hristova Avatar answered Sep 05 '26 15:09

Zhenya Hristova