An open API service indexing awesome lists of open source software.

https://github.com/krk/cmdshell-stress

Stress test SQL Server instances for concurrent xp_cmdshell execution.
https://github.com/krk/cmdshell-stress

Last synced: 6 days ago
JSON representation

Stress test SQL Server instances for concurrent xp_cmdshell execution.

Awesome Lists containing this project

README

          

cmdshell-stress
===============

Stress test SQL Server instances for concurrent `xp_cmdshell` execution.

Executes the following command 100 times per connection string. Logs non-zero return values and .NET exceptions.

```
ping -n 15 127.0.0.1 > NUL
```