Search the web
Sign In
New User? Sign Up
junitperf
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
tests hanging with more than one user or short Timer   Message List  
Reply | Forward Message #65 of 94 |
Re: tests hanging with more than one user or short Timer


A good way to diagnose a hang is to ctrl-break the program and look
at the call stack. If you did this on the client (the test program)
and on the system-under-test....I bet you would get a good idea of
where exactly the hang is occurring.

Mike

--- In junitperf@yahoogroups.com, "Sam Brodkin" <sam@b...> wrote:
> Hi fellow perf-ers,
>
> I'm performance testing some stateless session bean methods on
jboss3.2 with
> mysql 4 on windows 2000. Everything works GREAT with one user and
at least
> 1000 millis for a timer. However if I go to more users or less
timer jboss
> hangs. It could be a windoze thing. Maybe someone has some
insight??
>
> Timer timer = new ConstantTimer(1000); //Set this at 100 and
test freezes
> on windows
> users = 1; //increase this to 2 or more and test eventually
freezes on
> windows
> iterations = 100000;
> long maxElapsedTime = 100;
> Test testCase = new TestTellerPeformance
("testCreateOneTransaction");
> Test timedTest = new TimedTest(testCase, maxElapsedTime);
> Test loadTest = new LoadTest(timedTest, users, iterations,
timer);
> suite.addTest(loadTest);
>
> Thanks!
>
> Sam






Tue Nov 16, 2004 6:43 pm

mike_foley_0...
Offline Offline
Send Email Send Email

Forward
Message #65 of 94 |
Expand Messages Author Sort by Date

Hi fellow perf-ers, I'm performance testing some stateless session bean methods on jboss3.2 with mysql 4 on windows 2000. Everything works GREAT with one user...
Sam Brodkin
sbrodkin
Offline Send Email
Jan 23, 2004
4:02 pm

A good way to diagnose a hang is to ctrl-break the program and look at the call stack. If you did this on the client (the test program) and on the...
Mike Foley
mike_foley_0...
Offline Send Email
Nov 16, 2004
6:44 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help