MariaDB/MySQL, PostgreSQL, S3 and HTTP benchmark/status application for the Cloud, that uses Python and Flask.
All services have 3 seconds to respond. If any of them time out, 504 Gateway Timeout is returned.
Of the previous version, before PostgreSQL support was added:
DB_HOST– Hostname of the MySQL/MariaDB serverDB_PORT– Port (default: 3306)DB_NAME– Database nameDB_USER– UsernameDB_PASSWORD– PasswordDB_TABLE– Database table (optional, defaults to the database name)
PG_HOST– Hostname of the PostgreSQL serverPG_PORT– Port (default: 5432)PG_DATABASE– Database namePG_USER– UsernamePG_PASSWORD– PasswordPG_TABLE– Database table (optional, defaults to the database name)
S3_ENDPOINT– Custom S3 endpoint URLS3_ACCESS_KEY– S3 access keyS3_SECRET_KEY– S3 secret keyS3_BUCKET– S3 bucket to use
HOST– Host to bind the Flask server (default:0.0.0.0)PORT– Port to bind the Flask server (default:5000)
- Version: 1.3.6
- License: BSD-3
