A stats system for OpenStack Swift
Go to file
John Dickinson e3a4de56cf filter non-v1 protocols on access log parsing 2015-02-15 16:08:05 -08: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 Output usage data in your own timezone 2014-09-16 16:17:00 +09:00
slogging filter non-v1 protocols on access log parsing 2015-02-15 16:08:05 -08:00
test_slogging a little more clear on the speed test 2015-02-15 11:49:50 -08: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 pass extra args to nosetests 2015-02-15 11:25:16 -08:00
AUTHORS updated authors and changelog 2015-02-15 11:58:55 -08:00
CHANGELOG updated authors and changelog 2015-02-15 11:58:55 -08:00
LICENSE initial code copy 2011-06-15 15:19:36 -05:00
README.rst Minor README update, require python-stdeb to build the debian package 2013-02-01 12:39:13 +01: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

Make sure you have python-stdeb installed first:

sudo apt-get install python-stdeb

then:

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