Daisuke Morita c3312216a2 Output usage data in your own timezone
Before this commit, slogging only outputs time log in UTC. This commit
enables slogging to output time in timezone specified in a config file.
And, slogging outputs time in its system timezone by default from this
commit.
2014-09-16 16:17:00 +09:00
2011-08-02 10:02:44 -05: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%