0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PEP 8 cleanup More... almost 14 years ago
Remove unused flot files More... almost 14 years ago
Added a note in settings_template.py. More... almost 14 years ago
Added jQuery flot library More... almost 14 years ago
Forgot to rename ssh_params in sourceexecutive.py More... almost 14 years ago
Fix pip-requirements.txt More... almost 14 years ago
Fixed a bug in constructing the ssh command with no extra options. Refactoring. Added first few unit tests. More... about 14 years ago
Changed sources classes to use more explicit SSH parameters. Fixed "create_collection" call to use kwargs instead of "options" which was deprecated in PyMongo >=1.5 More... about 14 years ago
Updated pip-requirements.txt More... about 14 years ago
Added analyzer for "average upstream response time" that takes advantage of MongoDB's group() aggregation function instead of manually specifying each upstream address. Modified report generator to handle new data structure. Added source, parser, and analyzer for monitoring disk usage with the "df" command. More... about 14 years ago
Refactored sources.py module. Store input text as unicode strings instead of bytestrings. Raise an exception if the child process exits. More... about 14 years ago
Added "vmstat" source, parser, and analyzer More... about 14 years ago
Added plots for wordpress logged in, PHP error counts, and s3fs (syslog) counts More... about 14 years ago
Added the ability to display plots of multiple time periods in a single browser window More... about 14 years ago
Added "mysqladmin extended" sources, parsers, and analyzers More... about 14 years ago
Major changes. Added real-time web plots using Orbited, Stomp, js.io, and flot More... about 14 years ago
Changed "tail -f" to "tail --follow=name" so that tail will follow log files when they are rotated. Changed analyzers for counting number of requests to count number of requests per minute. More... about 14 years ago
Added more analyzers, added support for a couple error logs, changed screen output formatting, specify end time in mongodb queries for consistency and (maybe) better performance. More... about 14 years ago
Change to analyzer architecture. Column width no longer needs to be hard-coded. Improved nginx cache status analyzer. More... about 14 years ago
Added Upstream4xxStatus, Upstream5xxStatus, and AvgUpstreamResponseTime analyzers. Fix to NginxCacheParser. More... about 14 years ago
Minor fixes: eliminated import loop in setting.py; skip blank lines from source instead of logging them as errors. More... about 14 years ago
Added MongoDB indexes More... about 14 years ago
Refactored analysis code to enable printing statistics over multiple time periods. Also: Changed MAX_COLLECTION_SIZE to be in megabytes instead of bytes Catch exceptions when inserting data into MongoDB and log them Other minor changes More... about 14 years ago
Log parse errors instead of raising an Exception More... about 14 years ago
Added Django's smart_str utility to use on incoming data. Switched from instance methods/attributes to class methods/attributes in parser classes. Added README. More... about 14 years ago
Import files More... about 14 years ago
First commit More... about 14 years ago