Cross platform SQL query stress simulator command line tool (early preview)
- Install/update the tool
dotnet tool install -g sqlstresscmd
dotnet tool update -g sqlstresscmd
You can also download directly from NuGet and unzip the package locally.
- Create a json config file similar to this one
You can run this command to get a sample:
sqlstresscmd -x
- Run the tool, create the load, and view the summary
sqlstresscmd -s sample.json -t 1
To get help, run
sqlstresscmd help
Any and all contributions are welcome! Please see the full contributing guide for more details.