WebCms Analyzer parses a log file and generates a few graphs from some specific lines that are located in the log file.
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)
gem install bundler
bundle install
ruby -r ./lib/web_cms -e "WebCms('path/to/your/logfile')"


