Skip to content

johnnyrun/varnishops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

varnishops

varnishops is a tool for analyzing and categorizing traffic on your varnish servers in realtime.

It gathers the output of varnishncsa and create statistics such as request rate, output bandwidth or hitratio.

URLs from varnishncsa are categorized using custom regular expressions, based on your assets' paths and classification (example provided in ext/)

varnishops is written in Ruby (tested with MRI 1.9.3 and MRI 1.8.7) and depends only on varnishncsa.

varnishops

Setup

By default, URLs will be categorized based on their extensions, and statistics computed for each type.

Categories can be added by defining filters (ruby regexps). See example file in ext/.

Credits

varnishops is heavily inspired by mctop from Etsy's folks.

About

a CLI realtime varnish traffic analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%