cloudstore-developers
Name | Message | Date |
---|---|---|
configs | ||
static | ||
templates | ||
.gitignore | ||
config.production.py | ||
fabfile.py | ||
README | ||
README.md | ||
requirements.txt | ||
ReverseProxied.py | ||
server.py |
Description
Response generator is a web application that simulates response times according to chosen distribution.
Supported distributions are:
- uniform
- constant
- gauss
- gamma
- exponentional
- logarithmic
- pareto
- weibull
Each distribution have specific parameters by which you can manipulate the end response time in seconds. To each distribution we added a k parameter which shifts the end response time for k.