Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Started implementing statslog analyzer for impstats | Andre Lorbach | 2013-07-22 | 1 | -15/+4 |
| | | | | This script will help finding unusual things in the impstats logs | ||||
* | Removed commandline arg count limit from scripts | Andre Lorbach | 2013-07-12 | 1 | -1/+1 |
| | |||||
* | Added new option "chartscalcdelta" to generate charts with delta values ↵ | Andre Lorbach | 2013-07-11 | 1 | -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.py | Andre Lorbach | 2013-07-05 | 1 | -6/+22 |
| | |||||
* | Fixed Datetime detection | Andre Lorbach | 2013-07-03 | 1 | -3/+4 |
| | |||||
* | Added support for multiple regex commands, useful for parsing multiple ↵ | Andre Lorbach | 2013-07-03 | 1 | -53/+79 |
| | | | | rsyslog formats | ||||
* | Added more command line options to customize the charts and their output | Andre Lorbach | 2013-07-03 | 1 | -2/+17 |
| | |||||
* | Finished statslog graph and splitter script. | Andre Lorbach | 2013-07-03 | 1 | -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 Lorbach | 2013-07-03 | 1 | -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 files | Andre Lorbach | 2013-07-02 | 1 | -0/+133 |
Python 2.6 or higher is needed to run the script |