Skip to content

mihaineacsu/LogStats

Repository files navigation

LogStats

Command line application that plots accesses to data from logs.

Usage

usage: run [-h] [-s SAVE] [-p]

optional arguments:
  -h, --help            show this help message and exit
  -s SAVE, --save SAVE  Save plots in specified folder. If this options is not
                        specified, results are saved in 'results_folder' set
                        in config.py.
  -p, --plot            Plots custom graphs using native window system.
                        Plotting is off by default.

./run.py -p will save the plots in default results folder set in config.py and plot the graphs using the native window system.

Requirements

pip install -r requirements.txt

matplotlib install using pip might fail, issue has been discussed here: pypa/pip#720 If that's the case, you will need to install matplotlib separately. I found the easiest way to do that on OS X 10.8 is to install it through the Enthought Python Distribution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages