Skip to content

veto8/CCVR

 
 

Repository files navigation

Count CouchDB View Requests

Count CouchDB View Requests From a Haproxy Logs files

CCVR

How to run the Script File

Copy config_default.ini to config.ini and adjust it

cp config_default.ini config.ini

Enviroment Setup

python3.12 -m venv env
. env/bin/activate
pip install pip --upgrade
pip install -r requirements.txt

Run the script

python src/ccvr/ccvr.py

To make a binary release for linux or windows you can try

./make_linux_binary.sh
./make_windows_binary.sh

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.4%
  • Python 48.6%