Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created July 13, 2011 18:14
Show Gist options
  • Select an option

  • Save blasterpal/1080909 to your computer and use it in GitHub Desktop.

Select an option

Save blasterpal/1080909 to your computer and use it in GitHub Desktop.
Varnishlog egrep for mostly HTML requests
varnishlog | grep RxURL | egrep -v '/(assets|images|javascripts|stylesheets)/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment