A stats system for OpenStack Swift
bin | ||
doc/source | ||
etc | ||
slogging | ||
test_slogging | ||
tools | ||
.gitignore | ||
.unittests | ||
AUTHORS | ||
CHANGELOG | ||
LICENSE | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
stdeb.cfg | ||
tox.ini |
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