[OT] Ancient Computing (was RE: Stress Testing Struts apps)

2003-03-04 Thread Wendy Smoak
Brandon wrote: > I remember back in the day when i was programming my own version of pong on > my Atari 2600 using the "Game Programmer" cartridge. I used to type in hundreds of lines of BASIC (I think...) code from magazines into my Timex Sinclair 1000, only to lose it all if someone bumped the t

RE: Stress Testing Struts apps

2003-03-04 Thread Brandon Goodin
al Message- From: Tim Shadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 1:39 PM To: Struts Users Mailing List Subject: Re: Stress Testing Struts apps That's cool. Thanks! Tim Joseph Fifield wrote: > *This message was transferred with a trial version of CommuniGa

Re: Stress Testing Struts apps

2003-03-04 Thread Tim Shadel
truts Users Mailing List Subject: Re: Stress Testing Struts apps Do you have an Ant task that does that, or do you just use , , or something like that? Tim Joseph Fifield wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* I've been doing this with JMeter, and

Re: Stress Testing Struts apps

2003-03-04 Thread Vic Cekvenich
Great post Joseph. .V Joseph Fifield wrote: http://www.programmerplanet.org/ant-jmeter/ Joe -Original Message- From: Tim Shadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 3:14 PM To: Struts Users Mailing List Subject: Re: Stress Testing Struts apps Do you have an Ant task

RE: Stress Testing Struts apps

2003-03-04 Thread Pani, Gourav
iling List' Subject: RE: Stress Testing Struts apps http://www.programmerplanet.org/ant-jmeter/ Joe > -Original Message- > From: Tim Shadel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 3:14 PM > To: Struts Users Mailing List > Subject: Re: Stress Testing S

RE: Stress Testing Struts apps

2003-03-04 Thread Joseph Fifield
http://www.programmerplanet.org/ant-jmeter/ Joe > -Original Message- > From: Tim Shadel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 3:14 PM > To: Struts Users Mailing List > Subject: Re: Stress Testing Struts apps > > > Do you have an Ant task t

Re: Stress Testing Struts apps

2003-03-04 Thread Tim Shadel
Do you have an Ant task that does that, or do you just use , , or something like that? Tim Joseph Fifield wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* I've been doing this with JMeter, and I'm pretty happy with it. I have an ant script running my test plans n

RE: Stress Testing Struts apps

2003-03-04 Thread Joseph Fifield
I've been doing this with JMeter, and I'm pretty happy with it. I have an ant script running my test plans nightly and generating a report (similar to junit+junitreport). Joe > -Original Message- > From: Brandon Goodin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 2:17 PM > T

RE: Stress Testing Struts apps

2003-03-04 Thread Pani, Gourav
if you want a free solution, you can always use apache benchmark to hit your application with multiple requests. this is a cheap but flimsy option. -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 2:17 PM To: Struts User List Subject: Stress

Re: Stress Testing

2002-03-20 Thread @Basebeans.com
Subject: Re: Stress Testing From: Vic Cekvenich <[EMAIL PROTECTED]> === It is designed for HTTP/Web. Vic [EMAIL PROTECTED] wrote: > > Thanks Vic, > > One question - thought it was designed for asp (spit) not jsp? > > Dave > > > > > > Struts

Re: Stress Testing

2002-03-20 Thread dhay
Thanks Vic, One question - thought it was designed for asp (spit) not jsp? Dave Struts Newsgroup (@Basebeans.com) To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Stress Testing Subject: Re: Stress Testing From: Vic Cekvenich <[EMAIL PROTECTED]> ==

RE: Stress Testing

2002-03-20 Thread Adriano Labate
Try the Webserver Stress Tool http://www.iebooster.com/WebStress/webstress.htm. It is a commercial product that seems solid and for low-budget. Well-documented. Adriano -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:17 PM To: Struts

RE: Stress Testing

2002-03-20 Thread Emaho, Ghoot
One of the best Stress/Load Testing tools out there is 'The Grinder' an Open Source tool looked after by Philip Aston. https://sourceforge.net/projects/grinder/ We have used this tool over many of the others that are commercially available in the testing of our large scale production systems.

Re: Stress Testing

2002-03-19 Thread @Basebeans.com
Subject: Re: Stress Testing From: Vic Cekvenich <[EMAIL PROTECTED]> === http://webtool.rte.microsoft.com/ [EMAIL PROTECTED] wrote: > > Thanks, but doesn't help much! > > D. > > > > "Galbreath, Mark" <[EMAIL PROTECTED]> on 03/19/2002

RE: Stress Testing

2002-03-19 Thread dhay
Thanks, but doesn't help much! D. "Galbreath, Mark" <[EMAIL PROTECTED]> on 03/19/2002 01:49:50 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTE

RE: Stress Testing

2002-03-19 Thread Tim Sawyer
Microsoft one is at http://homer.rte.microsoft.com I haven't used it at all myself. Tim. -Original Message- From: Jay sissom [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 6:57 PM To: Struts Users Mailing List Subject: Re: Stress Testing We've used Jmeter and it

RE: Stress Testing

2002-03-19 Thread Pal, Gaurav
Microsoft still offers a decent stress testing tool, you can download it from: http://homer.rte.microsoft.com/ HTH, -Original Message- From: Jay sissom [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 1:57 PM To: Struts Users Mailing List Subject: Re: Stress Testing We've

Re: Stress Testing

2002-03-19 Thread karim
[EMAIL PROTECTED] wrote: > We've used Jmeter and it worked for us even though it is rough around the > edges. You can get Jmeter from http://jakarta.apache.org/ > > Microsoft had a free one that integrated with their Visual Studio. From > what I read, it was much more powerful than jmeter

RE: Stress Testing

2002-03-19 Thread Bill Lynch
> Jack Daniels? Heh, nice. Try: http://husted.com/struts/links.htm#testing --Bill > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 19, 2002 1:17 PM > > Can anyone recommend a stress test tool that works well with Struts? > > Cheers,

Re: Stress Testing

2002-03-19 Thread Jay sissom
We've used Jmeter and it worked for us even though it is rough around the edges. You can get Jmeter from http://jakarta.apache.org/ Microsoft had a free one that integrated with their Visual Studio. From what I read, it was much more powerful than jmeter, but I don't have the article anymor

RE: Stress Testing

2002-03-19 Thread Galbreath, Mark
Jack Daniels? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 1:17 PM Can anyone recommend a stress test tool that works well with Struts? Cheers, Dave -- To unsubscribe, e-mail: For additional comman