RE: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Burns, John D
How exactly do you record this? Is it a cookie that's set or do you
need a network traffic sniffer to pick up whatever header is being
passed? How often do the tokens or whatever is passed get changed? I'm
assuming each time you login there's something that gets set?

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 23, 2008 5:27 PM
To: CF-Talk
Subject: RE: Load testing software for website with AD integrated
authenti cation

 We're having some serious trouble with an internal website 
 that uses IIS pass-through authentication that logs you in 
 automatically based on the user you're logged into your 
 computer as. The problem is, I can't find any load testing 
 apps that will test a site with that type of login. My 
 thinking is that it doesn't exist because it would have to 
 spoof to AD authentication which shouldn't be able to be done 
 or it defeats the purpose of that type of security. Can 
 anyone confirm this or point us toward a product that does 
 it? I know most work with form authentication and cookies and 
 such but none seem to do pass-through. I'm not interested in 
 other solutions for debugging the code and finding the slow 
 parts as we are unable to do that for contractual reasons. 
 Thanks for your help.

Almost any load testing tool will do this. There's nothing specific to
AD
here, you simply have to record your browser session from an
authenticated
machine. The credentials are just another HTTP request header.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309571
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread James Holmes
Your load testing tool, if it's worth anything, should come with a
browser proxy that records everything you do and provides a script you
can then edit and to which you can add username/password pairs from a
text file.

On Thu, Jul 24, 2008 at 8:35 PM, Burns, John D [EMAIL PROTECTED] wrote:
 How exactly do you record this? Is it a cookie that's set or do you
 need a network traffic sniffer to pick up whatever header is being
 passed? How often do the tokens or whatever is passed get changed? I'm
 assuming each time you login there's something that gets set?

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 23, 2008 5:27 PM
 To: CF-Talk
 Subject: RE: Load testing software for website with AD integrated
 authenti cation

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309580
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Burns, John D
Any suggestions on a tool like this? We haven't invested in anything yet
so I'm willing to take suggestions. Just looking to find the right tool.

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 9:25 AM
To: CF-Talk
Subject: Re: Load testing software for website with AD integrated
authenti cation

Your load testing tool, if it's worth anything, should come with a
browser proxy that records everything you do and provides a script you
can then edit and to which you can add username/password pairs from a
text file.

On Thu, Jul 24, 2008 at 8:35 PM, Burns, John D [EMAIL PROTECTED]
wrote:
 How exactly do you record this? Is it a cookie that's set or do you
 need a network traffic sniffer to pick up whatever header is being
 passed? How often do the tokens or whatever is passed get changed? I'm
 assuming each time you login there's something that gets set?

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 23, 2008 5:27 PM
 To: CF-Talk
 Subject: RE: Load testing software for website with AD integrated
 authenti cation

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309583
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Larry Lyons
 We're having some serious trouble with an internal website 

Almost any load testing tool will do this. There's nothing specific to AD
here, you simply have to record your browser session from an authenticated
machine. The credentials are just another HTTP request header.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

One combination I find that works very well is the Badboy 
(http://www.badboy.com.au/) tool for proxy recording and the Apache Jakarta 
Project's JMeter (jakarta.apache.org/jmeter/) load testing tool. You record 
your session using BadBoy, then export the scripts to Jmeter. Tweak them a bit 
and you have a very good load test setup in a very short time.

hth,
larry 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309584
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Dave Watts
 How exactly do you record this? Is it a cookie that's set 
 or do you need a network traffic sniffer to pick up whatever 
 header is being passed? How often do the tokens or whatever 
 is passed get changed? I'm assuming each time you login 
 there's something that gets set?

Yes, every time you login, your browser sends an HTTP request header for
every subsequent request. If you use a load testing tool that lets you
record a browser session to create a script, this will be recorded along
with everything else. Then when you run the script, the load testing tool
will send the same HTTP request header along with everything else.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309641
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


SOT: Load testing software for website with AD integrated authentication

2008-07-23 Thread Burns, John D
We're having some serious trouble with an internal website that uses IIS
pass-through authentication that logs you in automatically based on the
user you're logged into your computer as. The problem is, I can't find
any load testing apps that will test a site with that type of login. My
thinking is that it doesn't exist because it would have to spoof to AD
authentication which shouldn't be able to be done or it defeats the
purpose of that type of security. Can anyone confirm this or point us
toward a product that does it? I know most work with form authentication
and cookies and such but none seem to do pass-through. I'm not
interested in other solutions for debugging the code and finding the
slow parts as we are unable to do that for contractual reasons. Thanks
for your help.

John


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309541
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: Load testing software for website with AD integrated authentication

2008-07-23 Thread Shannon Peevey
On Wed, Jul 23, 2008 at 2:18 PM, Burns, John D [EMAIL PROTECTED] wrote:
 We're having some serious trouble with an internal website that uses IIS
 pass-through authentication that logs you in automatically based on the
 user you're logged into your computer as. The problem is, I can't find
 any load testing apps that will test a site with that type of login. My
 thinking is that it doesn't exist because it would have to spoof to AD
 authentication which shouldn't be able to be done or it defeats the
 purpose of that type of security. Can anyone confirm this or point us
 toward a product that does it? I know most work with form authentication
 and cookies and such but none seem to do pass-through. I'm not
 interested in other solutions for debugging the code and finding the
 slow parts as we are unable to do that for contractual reasons. Thanks
 for your help.

What makes you think that it is a load issue?

thanks,
speeves

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309542
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: Load testing software for website with AD integrated authentication

2008-07-23 Thread Jim Wright
On Wed, Jul 23, 2008 at 3:18 PM, Burns, John D [EMAIL PROTECTED] wrote:

 Can anyone confirm this or point us
 toward a product that does it?


This may do what you need
http://www.iis.net/downloads/default.aspx?tabid=34g=6i=1466


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309544
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Load testing software for website with AD integrated authenti cation

2008-07-23 Thread Dave Watts
 We're having some serious trouble with an internal website 
 that uses IIS pass-through authentication that logs you in 
 automatically based on the user you're logged into your 
 computer as. The problem is, I can't find any load testing 
 apps that will test a site with that type of login. My 
 thinking is that it doesn't exist because it would have to 
 spoof to AD authentication which shouldn't be able to be done 
 or it defeats the purpose of that type of security. Can 
 anyone confirm this or point us toward a product that does 
 it? I know most work with form authentication and cookies and 
 such but none seem to do pass-through. I'm not interested in 
 other solutions for debugging the code and finding the slow 
 parts as we are unable to do that for contractual reasons. 
 Thanks for your help.

Almost any load testing tool will do this. There's nothing specific to AD
here, you simply have to record your browser session from an authenticated
machine. The credentials are just another HTTP request header.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309546
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Load Testing Software

2007-10-03 Thread Tim Ashworth
I did - but the download keeps corrupting and the install breaks :(  I've
tried again recently and it seems to have worked but I'm a bit nervous of
using it now after the initial pain.

Thanks for the advice tho

t 

-Original Message-
From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] 
Sent: 02 October 2007 19:55
To: CF-Talk
Subject: RE: Load Testing Software

HI,

Did you try using Microsoft Web Stress Tool? It's quite decent and it's
free. 

Jayesh Viradiya
Adobe CF Team

-Original Message-
From: Tim Ashworth [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 02, 2007 7:23 AM
To: CF-Talk
Subject: Load Testing Software

Hi All,

Could anyone recommend a load testing tool? I've tried OpenSTA but didn't
get on with the help contents too well..

Thanks in advance,

Tim







~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290044
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Load Testing Software

2007-10-03 Thread Tom Chiverton
On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote:
 Did you try using Microsoft Web Stress Tool? It's quite decent and it's
 free.

Assuming I've already paid a fortune for my O/S licence, right ?

-- 
Tom Chiverton
Helping to conveniently maintain value-added e-services
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office.  Any reference to a partner in 
relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The 
Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290046
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Load Testing Software

2007-10-02 Thread Tim Ashworth
Hi All,

Could anyone recommend a load testing tool? I've tried OpenSTA but didn't
get on with the help contents too well..

Thanks in advance,

Tim



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289920
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Load Testing Software

2007-10-02 Thread Tom Chiverton
On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote:
 Could anyone recommend a load testing tool? I've tried OpenSTA but didn't
 get on with the help contents too well..

I like Apache JMeter.

-- 
Tom Chiverton
Helping to globally envisioneer vertical deliverables
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office.  Any reference to a partner in 
relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The 
Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289930
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Load Testing Software

2007-10-02 Thread Rick Root
webload is open source and free and pretty popular.

Never used it myself but I plan to..

www.webload.org

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289945
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Load Testing Software

2007-10-02 Thread Tim Ashworth
Cheers, I'll report back.

t 

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: 02 October 2007 16:34
To: CF-Talk
Subject: Re: Load Testing Software

webload is open source and free and pretty popular.

Never used it myself but I plan to..

www.webload.org



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289950
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Load Testing Software

2007-10-02 Thread Jayesh Viradiya
HI,

Did you try using Microsoft Web Stress Tool? It's quite decent and it's
free. 

Jayesh Viradiya
Adobe CF Team

-Original Message-
From: Tim Ashworth [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 02, 2007 7:23 AM
To: CF-Talk
Subject: Load Testing Software

Hi All,

Could anyone recommend a load testing tool? I've tried OpenSTA but
didn't
get on with the help contents too well..

Thanks in advance,

Tim





~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289975
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Stress testing software

2006-03-16 Thread Jason Rogoz
Does anyone have any recommendations for stress testing software?  The 
programmer before me created an application using the fusebox architecture and 
i'm experiencing high server load with 20-30 users which does not seem like it 
should be happening...or does anyone have any ideas on what to check to see 
what is drawing all the server resources?
 
Jason


Jason Rogoz
Programmer / Analyst

Zoom Communications Inc.
Calgary, Alberta, Canada

Office: (403) 229-2511
Fax: (403) 229-4211
Toll Free: 1-866-698-8932

www.zoomcom.ca http://www.zoomcom.ca/ 
 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235596
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Stress testing software

2006-03-16 Thread Munson, Jacob
I asked a Macromedia employee what he recommended for load testing
software, and he suggested OpenSTA.  This is an open source, free tool.
I haven't tried it, but I thought I'd pass along the info:
http://www.opensta.org/ 

 -Original Message-
 From: Jason Rogoz [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, March 16, 2006 4:44 PM
 To: CF-Talk
 Subject: Stress testing software
 
 Does anyone have any recommendations for stress testing 
 software?  The programmer before me created an application 
 using the fusebox architecture and i'm experiencing high 
 server load with 20-30 users which does not seem like it 
 should be happening...or does anyone have any ideas on what 
 to check to see what is drawing all the server resources?

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235597
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Stress testing software

2006-03-16 Thread Mark Stanton
Also have a look at http://www.eclipse.org/tptp/

On 3/17/06, Munson, Jacob [EMAIL PROTECTED] wrote:
 I asked a Macromedia employee what he recommended for load testing
 software, and he suggested OpenSTA.  This is an open source, free tool.
 I haven't tried it, but I thought I'd pass along the info:
 http://www.opensta.org/

  -Original Message-
  From: Jason Rogoz [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 16, 2006 4:44 PM
  To: CF-Talk
  Subject: Stress testing software
 
  Does anyone have any recommendations for stress testing
  software?  The programmer before me created an application
  using the fusebox architecture and i'm experiencing high
  server load with 20-30 users which does not seem like it
  should be happening...or does anyone have any ideas on what
  to check to see what is drawing all the server resources?

 This transmission may contain information that is privileged, confidential 
 and/or exempt from disclosure under applicable law. If you are not the 
 intended recipient, you are hereby notified that any disclosure, copying, 
 distribution, or use of the information contained herein (including any 
 reliance thereon) is STRICTLY PROHIBITED. If you received this transmission 
 in error, please immediately contact the sender and destroy the material in 
 its entirety, whether in electronic or hard copy format. Thank you. A1.



 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235598
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Stress testing software

2006-03-16 Thread John Paul Ashenfelter
On 3/16/06, Jason Rogoz [EMAIL PROTECTED] wrote:
 Does anyone have any recommendations for stress testing software?  The 
 programmer before me created an application using the fusebox architecture 
 and i'm experiencing high server load with 20-30 users which does not seem 
 like it should be happening...or does anyone have any ideas on what to check 
 to see what is drawing all the server resources?

I'll suggest first that you make sure (assuming FB 4.0+) that the
fusebox.xml.cfm got switched over from test to production mode --
that's an easy mistake, though one you may have looked at. That
basically kills all the framework caching built into the FB framework.

But that aside, I'd suggest either openSTA or Grinder from the open
source world. I like Grinder better, but it is scripted in Jython (the
Java port of Python) which might be a problem for implementing
something quickly. You might also consider on the Windows side, the
pretty reasonably priced Webstress tool from Paessler --
http://www.paessler.com/webstress.

Or if you've got 15-30k lying around, Empirix and Segue produce good tools :)

 Jason


 Jason Rogoz
 Programmer / Analyst

 Zoom Communications Inc.
 Calgary, Alberta, Canada

 Office: (403) 229-2511
 Fax: (403) 229-4211
 Toll Free: 1-866-698-8932

 www.zoomcom.ca http://www.zoomcom.ca/



 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235605
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Load Testing software

2004-09-07 Thread Ben Frame
Hi All,

I've been working on Stress/Load testing some applications recently,
and wondered which, if any, testing tools work best for testing CF
applications?

I've mostly used the general web stress test tools (Rational, MS Web
Application Stress Tool, etc...).However, it seems there are some
platform-specific testing tools available for J2EE, .NET, and PHP. 
Are there technology-specific tools for ColdFusion?If using CFMX 6.1
on JRUN, is there any value in using one of the J2EE specific tools
against JRUN?

I'd be interested in any thoughts or experiences people might have on
this topic.

Thanks!

-Ben
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Load Testing software

2004-09-07 Thread Adam Churvis
We use e-TEST Suite 7.0 in our load testing lab.It's an amazing product,
but it's expensive.

Regarding platform-specific tools, the main thing you're looking for is its
ability to directly read and use metrics from the platform, which e-TEST
Suite does quite well.

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia

Advanced Intensive Training:
* C#  ASP.NET for ColdFusion Developers
* ColdFusion MX Master Class
* Advanced Development with CFMX and SQL Server 2000
http://www.ColdFusionTraining.com

Download CommerceBlocks V2.1 and LoRCAT from
http://www.ProductivityEnhancement.com

The ColdFusion MX Bible is in bookstores now!
- Original Message - 
From: Ben Frame [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 07, 2004 11:53 AM
Subject: Load Testing software

 Hi All,

 I've been working on Stress/Load testing some applications recently,
 and wondered which, if any, testing tools work best for testing CF
 applications?

 I've mostly used the general web stress test tools (Rational, MS Web
 Application Stress Tool, etc...).However, it seems there are some
 platform-specific testing tools available for J2EE, .NET, and PHP.
 Are there technology-specific tools for ColdFusion?If using CFMX 6.1
 on JRUN, is there any value in using one of the J2EE specific tools
 against JRUN?

 I'd be interested in any thoughts or experiences people might have on
 this topic.

 Thanks!

 -Ben


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Web App load testing software

2003-11-03 Thread DeMarco, Alex
We are getting ready to roll out several new app and I was wondering
what tools people use to stress test their applications with?

- Alex
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Web App load testing software

2003-11-03 Thread Robertson-Ravo, Neil (RX)
There a few Stress tools out there...we use Microsoft Homer (Stress tool).


_

From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: 03 November 2003 12:50
To: CF-Talk
Subject: Web App load testing software

We are getting ready to roll out several new app and I was wondering
what tools people use to stress test their applications with?

- Alex 
_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Web App load testing software

2003-11-03 Thread Ryan Kime
I haven't used it yet, but I hear this is a pretty good package:

 
http://www.dieseltest.com/ http://www.dieseltest.com/ 

-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 03, 2003 6:50 AM
To: CF-Talk
Subject: Web App load testing software

We are getting ready to roll out several new app and I was wondering
what tools people use to stress test their applications with?

- Alex 
_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Web App load testing software

2003-11-03 Thread Adam Churvis
e-TEST Suite from Empirix.We also provide testing as a service.Contact
me offlist, if you're interested.

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia

Advanced Intensive ColdFusion MX Training
ColdFusion MX Master Class:
January 12 - 16, 2004
http://www.ColdFusionTraining.com

Download CommerceBlocks V2.1 and LoRCAT from
http://www.ProductivityEnhancement.com

The ColdFusion MX Bible is in bookstores now!
- Original Message - 
From: DeMarco, Alex [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 7:49 AM
Subject: Web App load testing software

 We are getting ready to roll out several new app and I was wondering
 what tools people use to stress test their applications with?

 - Alex
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Web App load testing software

2003-11-03 Thread Geoff Bowers
DeMarco, Alex wrote:
 We are getting ready to roll out several new app and I was wondering
 what tools people use to stress test their applications with?

OpenSTA:
http://www.opensta.org/

It's great, flexible, programable... and did I mention its open source 
and free.

-- geoff bowers
Team Macromedia Volunteer for ColdFusion
Daemon Internet Consultants
Macromedia Premier Solutions Partner
http://www.daemon.com.au/
p. 02 9380 4162
f. 02 9380 4204

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Server Testing Software...

2003-08-14 Thread BRIAN MELOCHE
Anyone know of/recommend a good server testing software?

Specifically, we need it for the following:

We have an impending domain change coming, and we would like to run 
software/application that could spider the site and find areas where the website 
is/will be broken when the old domain gets turned off, and we need to know if 
everything's working with the new domain.

I would also like to have software that might be able to identify problem areas of the 
site, errors, and other performance issues.

Sincerely,

Brian Meloche,
4th Floor, ITO - 414
CSS
(304) 759-0585 x448
Macromedia Certified Advanced ColdFusion 5.0 Developer
130 pounds lost and counting!

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Testing Software

2002-03-25 Thread Smith, Daron [PA]

Does anyone know of any software like vmware that will allow for Mac
emulation.  From what I understand vmware does not, but does anyone know of
another that does?

Thanks,

Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141 
1-800-944-PSEA (7732) x 7141
Please note new email address (old one with 'mail' will soon expire)

 
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Testing Software

2002-03-25 Thread Mark Smyth

i'm no expert, but heres a couple of links
http://www.leb.net/vmac/

http://www.pona.net/basilisk/


-Original Message-
From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]]
Sent: 25 March 2002 14:21
To: CF-Talk
Subject: Testing Software


Does anyone know of any software like vmware that will allow for Mac
emulation.  From what I understand vmware does not, but does anyone know of
another that does?

Thanks,

Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141 
1-800-944-PSEA (7732) x 7141
Please note new email address (old one with 'mail' will soon expire)

 
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Testing Software

2002-03-25 Thread Albrechtas, Adam

http://www.emulators.com/softmac.htm
http://mes.emuunlim.com/macemu/basilisk2/b2.htm


Adam Albrechtas
Developer
Equisure Financial Network Inc.
1.705.476.5010 x 2555
[EMAIL PROTECTED]


-Original Message-
From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 25, 2002 9:21 AM
To: CF-Talk
Subject: Testing Software


Does anyone know of any software like vmware that will allow for Mac
emulation.  From what I understand vmware does not, but does anyone know of
another that does?

Thanks,

Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141 
1-800-944-PSEA (7732) x 7141
Please note new email address (old one with 'mail' will soon expire)

 
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Testing Software

2002-03-25 Thread Dick Applebaum

Both of these emulators are limited to Mac OS versions that are so old 
that they will be of little use...  You likelywill not find anyone 
with these old OS's accessing your web site.

HTH

Dick



On Monday, March 25, 2002, at 07:23 AM, Albrechtas, Adam wrote:

 http://www.emulators.com/softmac.htm
 http://mes.emuunlim.com/macemu/basilisk2/b2.htm


 Adam Albrechtas
 Developer
 Equisure Financial Network Inc.
 1.705.476.5010 x 2555
 [EMAIL PROTECTED]


 -Original Message-
 From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 25, 2002 9:21 AM
 To: CF-Talk
 Subject: Testing Software


 Does anyone know of any software like vmware that will allow for Mac
 emulation.  From what I understand vmware does not, but does anyone 
 know of
 another that does?

 Thanks,

 Daron J. Smith
 Web Developer
 PSEA

 [EMAIL PROTECTED]
 717-255-7141
 1-800-944-PSEA (7732) x 7141
 Please note new email address (old one with 'mail' will soon expire)


 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Testing Software

2002-03-25 Thread James Sleeman

 Does anyone know of any software like vmware that will allow for Mac
 emulation.  From what I understand vmware does not, but does anyone know
of
 another that does?

Best way is to... buy a mac.  We have a lone iMac sitting in middle of the
office for website testing.  And when it's not testing it makes a good (if
ugly) MP3 jukebox :-)

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Testing Software

2001-02-07 Thread Chris Alvarado

I needs some reccomendatins on software for testing Cold Fusion enabled
sites. The company that makes WinRunner develops products that seem like
they might work. I am just curious to know if anyone has any good
recomendations. The mor automated the software, the better.

Thanks,

-chris.alvarado
[developer] - VerticalNet




This message is intended only for the use of the Addressee(s) and may
contain information that is PRIVILEGED and CONFIDENTIAL. If you are not
the intended recipient, dissemination of this communication is prohibited.
If you have received this communication in error, please erase all copies
of the message and its attachments and notify [EMAIL PROTECTED]
immediately.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists