Node based web service for some basic load testing in lab. Used in a Zerto evaluation.
1.6K
Designed to consume Microsoft SQL and provide a few endpoints for load generation.
The following environment variables must exist in order for the API to work.
A status endpoint is available once launched:
/v1/status - Will return a status of running if successful.
"status": "running"/v1/splat - Will create a new splat in the database and return information.
To launch this API with docker, use the following. You may swap in a docker environment file if you choose, replacing values with real values.
docker run -d -p 3001:3001 -e "SQLPORT=1433" -e "SQLSERVER=172.0.0.1" -e "SQLUSER=username" -e "SQLPASS=userpassword" -e "SQLDB=dbname"
Content type
Image
Digest
Size
257.8 MB
Last updated
almost 7 years ago
docker pull jhardison/nodeapplabsplat