Skip to content

venkateshatr/mistress_stat

 
 

Repository files navigation

Mistress - load testing tool for server-side applications

This distribution is statistics server component of Mistress.

Setup

sudo apt-get install libpq-dev python-dev libevent-dev libevent-2.0-5
git clone https://github.com/fillest/mistress_stat
cd mistress_stat
virtualenv --no-site-packages venv
source venv/bin/activate
pip install -r req.txt
pip install -e .
sudo -u postgres createdb --echo --encoding=UTF8 --owner=postgres mistress

cp development.ini.example development.ini
#edit development.ini

migrate development.ini
create_user development.ini admin yourpassword admin

Usage

cd mistress_stat
source venv/bin/activate
./run development.ini

##License The MIT License

About

server load testing tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.5%
  • HTML 30.5%
  • CSS 6.8%
  • Python 5.4%
  • Mako 4.7%
  • Shell 0.1%