A stats system for OpenStack Swift
Go to file
Stef T 9ce73e2e1e vastly improvee the speed of the access_processor's main process method
by returning dict's instead of lists from IPTools. This turns a very
nasty O(n)*3 into O(1)*3 .. much nicer. All tests pass.
2012-09-26 23:38:18 +02:00
bin access log delivery feature 2011-08-02 10:02:44 -05:00
doc/source updated docs to reflect packaging change 2011-09-22 09:58:55 -05:00
etc added content_type config for uploaded logs 2012-05-15 10:17:54 -05:00
slogging vastly improvee the speed of the access_processor's main process method 2012-09-26 23:38:18 +02:00
test_slogging dummy out values altogether 2012-09-22 01:08:44 +02:00
tools useless files go away please 2012-08-20 18:49:19 -04:00
.gitignore added stdeb.cfg for packaging and updated README 2012-03-28 13:09:10 -05:00
.unittests updated unit tests 2011-06-17 14:57:29 -05:00
AUTHORS updated AUTHORS to reflect recent updates 2012-09-19 22:49:02 -07:00
CHANGELOG releasing 1.1.8 2012-06-06 21:07:39 +00:00
LICENSE initial code copy 2011-06-15 15:19:36 -05:00
README.rst added stdeb.cfg for packaging and updated README 2012-03-28 13:09:10 -05:00
setup.cfg initial code copy 2011-06-15 15:19:36 -05:00
setup.py access log delivery feature 2011-08-02 10:02:44 -05:00
stdeb.cfg added stdeb.cfg for packaging and updated README 2012-03-28 13:09:10 -05:00
tox.ini duh.. well.. that was stupid 2012-08-20 18:56:22 -04:00

README.rst

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

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