URLHammer
by Frank Kim on Jun.10, 2008, under Testing
URLHammer is a simple tool from ATG for doing load and performance testing.
Here is an example of using it.
E:\>cd ATG\ATG2006.3\DAS\lib E:\ATG\ATG2006.3\DAS\lib>set CLASSPATH=classes.jar E:\ATG\ATG2006.3\DAS\lib>java atg.core.net.URLHammer http://localhost:8080/test.jhtml 10 100 -cookies Time = 110068 ms (9.09 requests/s; average latency = 1101 ms) 0 errors out of 1000 requests
Related posts:
June 24th, 2009 on 1:56 AM
I think that this ‘tool’ is useless since jMeter was found
June 24th, 2009 on 6:56 AM
You’re right but URLHammer is at least easier to use.