I'm hosting an mvc4 web api and would like to know what are some good load/perf testing tools?
I just want to send an http get and make sure it isn't being cached by the server (my app) each time.
(i.e) -> http://mysrv.com/api/dev/loadtest?data=1
Thx