I have an IIS server to test for load. But I don't need the tool to give me any performance data. I only want a simple tool/script that would flood my server with requests.
I know about wcat, Jmeter, httperf etc. but those have too many extra features. I don't want all that functionality. Just a simple script would do that would send, say, 100 requests/s. I know this kind of thing is easily done in perl but i don't know perl. Can someone help me out? Just to flood requests, don't even wait for response.