Skip to content

bazzel/webcms_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebCms Analyzer

WebCms Analyzer parses a log file and generates a few graphs from some specific lines that are located in the log file.

Chart examples

average_request_time

number_of_retrieved_catalogitems

total_request_time

Prerequisites

WebCms Analyzer needs a log file. A suitable example can be found in log/production.log. Lines that contain the following text will be parsed and turned into data for the charts to be generated:

[CatalogItem] Retrieved n products, expected m (tms)

Installing WebCms Analyzer

gem install bundler
bundle install

Run WebCms Analyzer

ruby -r ./lib/web_cms -e "WebCms('path/to/your/logfile')"

About

WebCms Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages