DO NOT REPLY [Bug 38947] New: - [PATCH] fix for bad array comparison

2006-03-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38947] - [PATCH] fix for bad array comparison

2006-03-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38948] New: - [PATCH] more performance array copy in Functor

2006-03-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38948] - [PATCH] more performance array copy in Functor

2006-03-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38947] - [PATCH] fix for bad array comparison

2006-03-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

listeners

2006-03-13 Thread Simon De Uvarow
hello, i´m learning how extend the JMeter in case of it would necessary for some project. In the begin i was lost, but now, reading the code and examples i understand better how it works. I did a simple sampler. it executes a executable and i want to graph the response time and other things. Is th

Re: listeners

2006-03-13 Thread Simon De Uvarow
perhaps my previous mail I am left confused. i want to know what i have to set in the SampleResult for the results appear in the ResultsTree, for example. 2006/3/13, Simon De Uvarow <[EMAIL PROTECTED]>: > > hello, i´m learning how extend the JMeter in case of it would necessary > for some project.

Re: listeners

2006-03-13 Thread Peter Lin
there's a tutorial mike and I wrote here http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf peter On 3/13/06, Simon De Uvarow <[EMAIL PROTECTED]> wrote: > > hello, i´m learning how extend the JMeter in case of it would necessary > for > some project. > In th

Re: listeners

2006-03-13 Thread Simon De Uvarow
thanks, i have read it, but it is very general. Would you be so kind as to explain me how to use the listeners? Indeed, what I really need to know is which data I need to enter into the SampleResult. Regards, Simon 2006/3/13, Peter Lin <[EMAIL PROTECTED]>: > > there's a tutorial mike and I wrote

Re: listeners

2006-03-13 Thread Simon De Uvarow
i am using the ExampleSampler.java like example and i could do that some listeners "work", but i couldn´t graph the result times. would you help me about it? thanks, 2006/3/13, Simon De Uvarow <[EMAIL PROTECTED]>: > > thanks, i have read it, but it is very general. Would you be so kind as to > ex

Re: listeners

2006-03-13 Thread Peter Lin
http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java Look at sample() method. sampleStart() - starts the timer se

Re: listeners

2006-03-13 Thread Simon De Uvarow
yes, thanks ... i did wrong, the sample was very short. cause that the graphics did not show anything. i set loop count to 300. thanks again Simon 2006/3/13, Peter Lin <[EMAIL PROTECTED]>: > > > http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.

Re: listeners

2006-03-13 Thread sebb
For testing new samplers, the Tree View or Table Listeners are the most useful. Or the Aggregate Listener, if you want to run a test with lots of threads and loops. S. On 13/03/06, Simon De Uvarow <[EMAIL PROTECTED]> wrote: > yes, thanks ... i did wrong, the sample was very short. cause that the

svn commit: r385618 - in /jakarta/jmeter/branches/rel-2-1/src/components/org/apache/jmeter: extractor/ modifiers/

2006-03-13 Thread sebb
Author: sebb Date: Mon Mar 13 10:59:40 2006 New Revision: 385618 URL: http://svn.apache.org/viewcvs?rev=385618&view=rev Log: Initial stubs for additional BeanShell test elements Note: they do nothing except fail at present Added: jakarta/jmeter/branches/rel-2-1/src/components/org/apache/jmet