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.
- Host: GitHub
- URL: https://github.com/krk/cmdshell-stress
- Owner: krk
- License: mit
- Created: 2014-04-30T09:16:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-30T09:25:52.000Z (about 12 years ago)
- Last Synced: 2025-04-08T21:37:03.601Z (over 1 year ago)
- Language: C#
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```