Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 954 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 954 Bytes

sqlstresscmd

Cross platform SQL query stress simulator command line tool (early preview)

Getting started guide

  1. 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.

  1. Create a json config file similar to this one

You can run this command to get a sample:

sqlstresscmd -x
  1. Run the tool, create the load, and view the summary
sqlstresscmd -s sample.json -t 1

To get help, run

sqlstresscmd help

Contributing

Any and all contributions are welcome! Please see the full contributing guide for more details.