It would be a nice feature if varnishtop accepted input from stdin, then I could do something like the following to easily get a view on the most missed urls: varnishlog -c -o VCL_call "^miss" | varnishtop -i RxUrl I assume I could do this by using varnishlog to write to a file and varnishtop to read it, but then I'd end up with huge files that need cleaning. -Brad