summaryrefslogtreecommitdiffstats
path: root/plugins/impstats/statslog-splitter.py
Commit message (Collapse)AuthorAgeFilesLines
* Started implementing statslog analyzer for impstatsAndre Lorbach2013-07-221-15/+4
| | | | This script will help finding unusual things in the impstats logs
* Removed commandline arg count limit from scriptsAndre Lorbach2013-07-121-1/+1
|
* Added new option "chartscalcdelta" to generate charts with delta values ↵Andre Lorbach2013-07-111-2/+8
| | | | | | instead of cumulative values. Also fixed reading outputfile parameter in statslog-graph.py script.
* Added command line switch to generate bar charts in statslog-splitter.pyAndre Lorbach2013-07-051-6/+22
|
* Fixed Datetime detectionAndre Lorbach2013-07-031-3/+4
|
* Added support for multiple regex commands, useful for parsing multiple ↵Andre Lorbach2013-07-031-53/+79
| | | | rsyslog formats
* Added more command line options to customize the charts and their outputAndre Lorbach2013-07-031-2/+17
|
* Finished statslog graph and splitter script.Andre Lorbach2013-07-031-8/+48
| | | | | | | | | Also added needed javascript files, so they can be included into the svg files. This removes dependencies on external sources. The statslog-splitter can now automatically generated SVG or PNG charts together with an index.html in the output directory. This helps taking a quick view on all generated stats data.
* Finsihed implementing chart gemerator script for impstats.Andre Lorbach2013-07-031-12/+18
| | | | | | | | | CSV Data generated by statslog-splitter is needed. To run the chart script, the following packages need to be installed: - python pip - python cairosvg With pip install these packages: - pip install CairoSVG tinycss cssselect pygal
* Added script to split impstats logfiles into processable csv filesAndre Lorbach2013-07-021-0/+133
Python 2.6 or higher is needed to run the script