Resource Page DescriptionHammer is designate to be a performance hitter. It is been programmed as a simple HTTP client which not only can request URL, also post form data to the specified URL. And it houses multi-threaded programming tricks in order to send out multiple requests.
I'm tending to write powershell script other than the compiled C# code for the hammer functionality, so it's been retired.PowerShell scripts can be found in this discussion list http://code.msdn.microsoft.com/perfcenter/Thread/List.aspx w/ subject starting w/ "PS" Latest Update
- Hammer is being retired by powershell scripts, but you still can download the source code. I wouldn't continue update it though.
- v 1.0.0.1 released
- Hammer.cs - minor changes since last release
- Test_Hammer.cs - a file show ya how to use the Hammer class
To compile the code
- csc /t:library /nologo /debug- /optimize Hammer.cs
- csc /r:hammer.dll test_hammer.cs
See the discussions session for a sample output of test_hammer.exe
|