Search Wiki:
Resource Page Description
Hammer 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
Last edited Oct 5 2008 at 11:03 AM  by Z, version 4
Comments
Z wrote  Aug 15 2008 at 3:01 AM  
v 0.1 is released.. and it's based on the HttpWebRequest and HttpWebResponse class ... I'm sure lotsa things need to be improved... anyway, I made it for the really early alpha.

Updating...
Page view tracker