Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] benchmarking sample code

I want to benchmark my application, and was hoping there was some sample code that I could model my code from.

Basically I need to make a http post to my servlet handler, sending it a xml file.

I have used apache bench so far, and looked at jmeter but was hoping I could jus write this bit myself as I need to modify the xml file per http post (or every x that I post).

I am looking to see how things work when I hit the site and sustain around 3K requests per second.

Are there any good samples of this type of benchmarking that I could look at?

I have used apache bench already, but want a little more control in terms of the xml file that I am posting (the xml file contains user credentials that I want to mix and match etc.)

Back to the top