Re: Adding to the aggregate report

2005-03-15 Thread Michael Stover
Seems like a perfect opportunity for using BeanShell or BSF - create a Beanshell listener that let's users write a template for listener output to file. Personally, I'd prefer to use Velocity, but the basic idea is the same - let users write templating code/script code that outputs a string for ev

Re: Adding to the aggregate report

2005-03-15 Thread Peter Lin
hmm, to save it as XML to a file is going to require writing a plugin to listen to the results. peter On Wed, 16 Mar 2005 00:09:17 +, Guillaume Lahitette <[EMAIL PROTECTED]> wrote: > Hi, > > We have some utility classes and a JSP tag that output processing times at > the footer of each pag

Adding to the aggregate report

2005-03-15 Thread Guillaume Lahitette
Hi, We have some utility classes and a JSP tag that output processing times at the footer of each page. These give us interesting information about server-side processing times which we can substract from overall response time to isolate transport time (with some approximations). The strings loo

Running jmeter.bat from outside the installation bin directory

2005-03-15 Thread Sangeetha Srinivasan
Hi, I want to be able to run jmeter from command line outside of the bin dir. For e.g: When I try to run it from "C:\Documents and Settings\Administrator>" directory, I get this error: java.lang.Throwable: Could not access C:\Documents and Settings\lib at org.apache.jmeter.NewDriver.(Ne

Re: Help : Extraction Struts Form Bean Response Values

2005-03-15 Thread sebb
On Mon, 14 Mar 2005 10:57:25 -0800 (PST), Rajesh Jain <[EMAIL PROTECTED]> wrote: > Hi > > I have a Struts Application, in which the Form Bean > has some server generated values (like ID) which are > generated when I request the page. > > value="a1ea222affda00a28815dcabc5ef"> > > Now, when I

Re: JavaScript form submission and regular expression questions

2005-03-15 Thread sebb
On Mon, 14 Mar 2005 19:00:32 +, Guillaume Lahitette <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to use JMeter to test a page where: > a.. a form (see below) is being assembled > a.. a textarea contains an XML string > b.. this form is posted (to retrieve an image) using JavaScript

Re: question on hold_samples

2005-03-15 Thread sebb
Server. On Mon, 14 Mar 2005 13:25:36 -0800 (PST), Charles Li <[EMAIL PROTECTED]> wrote: > Do I specify this on the server or the client? or > both? > > Thanks. > > __ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.ya

Re: correlation between test parameters and reality?

2005-03-15 Thread Peter Lin
Hi julia, I was responding to a user who wanted to simulate 200 concurrent users. The best way to figure out what the real concurrent requests per second or per millisecond is look at the access logs. think of it another way. A human being usually reads and navigates a site at a much slower pac