Daisuke Morita d221703677 Usage info in JSON format
Before this commit, Slogging only outputs usage info in CSV file.
To enhance usability, the output format of choice is increased.
2014-09-13 17:40:02 -07:00
2011-08-02 10:02:44 -05:00
2014-09-13 17:40:02 -07:00
2014-09-13 17:40:02 -07:00
2012-08-20 18:49:19 -04:00
2011-06-17 14:57:29 -05:00
2012-06-06 21:07:39 +00:00
2011-06-15 15:19:36 -05:00
2011-06-15 15:19:36 -05:00
2011-08-02 10:02:44 -05:00
2012-08-20 18:56:22 -04:00

Swift stats system

The swift stats system is composed of three parts parts: log creation, log uploading, and log processing. The system handles two types of logs (access and account stats), but it can be extended to handle other types of logs.

How to Build to Debian Packages

Make sure you have python-stdeb installed first:

sudo apt-get install python-stdeb

then:

python setup.py --command-packages=stdeb.command bdist_deb

Description
A stats system for OpenStack Swift
Readme 296 KiB
Languages
Python 97.3%
Shell 2.7%