Skip to content

Commit

Permalink
Merge pull request #6 from josqu4red/master
Browse files Browse the repository at this point in the history
update doc and bump version
  • Loading branch information
josqu4red committed May 28, 2013
2 parents 0d907ca + f784eb1 commit f6a1731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ varnishops is a tool for analyzing and categorizing traffic on your varnish serv

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/**)
URLs from varnishncsa can be categorized in two ways:
* using custom regular expressions applied on URL, based on your assets' paths and classification (example provided in **ext/**)
* using host header, if you have several assets domains (with -H switch)

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

Expand Down
2 changes: 1 addition & 1 deletion varnishops.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "varnishops"
gem.version = "0.0.3"
gem.version = "0.1.0"
gem.authors = ["Jonathan Amiez"]
gem.email = ["[email protected]"]
gem.description = %q{varnishops - a realtime varnish log analyzer}
Expand Down

0 comments on commit f6a1731

Please sign in to comment.