vote up 2 vote down star
1

I have a J2EE web-application running on Sun hardware with OpenSolaris/Glassfish stack. We're starting our performance benchmarking tests, to prepare for our scalability requirements later.

Any guidelines/best practices would be very useful..

flag

60% accept rate

2 Answers

vote up 0 vote down check

I'm sure there is many generic ways to test server performance to be found on the web.

But have you thought that perhaps this an opportunity to gather stories and write a test tuned to exactly how your users will use the server? Even if it doesn't perfectly reflect the way that the server will ultimately work, it will let you start learning something rather than being only formal exercise. I think this is the spirit of agile development.

link|flag
vote up 1 vote down

For a free Open Source tool I've found Apache's Jmeter pretty good: http://jakarta.apache.org/jmeter/

As Joe said you'll need to figure out how to model user behaviour and simulate user load.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.