9196/JMeter-API-Sampler-Config.jpg
>
> FYI, In the above sampler we are invoking a Remote EJB.
So: you are using a 3rd party Java Request which is not part of JMeter.
I suggest you ask the authors of the sampler; it's most likely a bug
in the 3rd party sampler.
> --
> View this mess
a Remote EJB.
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Java-Request-Sampler-Second-Iteration-Fast-tp4899140p4899196.html
Sent from the JMeter - User mailing list archive at Nabble.com.
-
To unsubscribe
slower?
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Java-Request-Sampler-Second-Iteration-Fast-tp4899140p4899168.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> -
sebb, can you please let me know why is the big difference in the response
times for the first and further iterations ?
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Java-Request-Sampler-Second-Iteration-Fast-tp4899140p4899168.html
Sent from the JMeter - User mailing list
On 13 October 2011 13:59, dineshkaarthick wrote:
> http://jmeter.512774.n5.nabble.com/file/n4899140/JMeter-API-Results-Second-Iteration.jpg
>
> Whenever I run a test for "Java Request" sampler only for the first
> iteration the real response times are observed and fro
http://jmeter.512774.n5.nabble.com/file/n4899140/JMeter-API-Results-Second-Iteration.jpg
Whenever I run a test for "Java Request" sampler only for the first
iteration the real response times are observed and from the second iteration
onwards it is fast and the response time is almost
Users List
Subject: Re: About Using Java Request
Hi Ragini,
Thanks for speedy reply.
OK, but i can see two example in my JMeter by default named "*
org.apache.jmeter.protocol.java.test.JavaTest* and ..*
.java.test.SleepTest*". where can i find these for instances.
Where can i f
t; Sent: Tuesday, February 08, 2011 2:09 PM
> To: JMeter Users List
> Subject: About Using Java Request
>
> Dear Reader,
> Hi,
>
> I could not understand how to use "Java Request" in JMeter after reading
> JMeter
> Manual<http://jakarta.apache.org/jmeter
You will have to download JMeter source for that. There you will get all
interfaces to implement.
Regards,
Ragini Thakur
-Original Message-
From: Ali Navab [mailto:sana...@gmail.com]
Sent: Tuesday, February 08, 2011 2:09 PM
To: JMeter Users List
Subject: About Using Java Request
Dear
Dear Reader,
Hi,
I could not understand how to use "Java Request" in JMeter after reading JMeter
Manual<http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Java_Request>.
where can i find the *org.apache.jmeter.protocol.java.sampler.JavaSamplerClient
* interface
On 25 January 2011 12:45, Barrie Treloar wrote:
> On Tue, Jan 25, 2011 at 10:43 PM, sebb wrote:
>
>> > Why isn't this provided out of the box via the framework?
>>
>> They are different from all the other samplers in that they
>> (theoretically) allow one to provide additional parameters via the
On Tue, Jan 25, 2011 at 10:43 PM, sebb wrote:
> > Why isn't this provided out of the box via the framework?
>
> They are different from all the other samplers in that they
> (theoretically) allow one to provide additional parameters via the
> GUI. All other samplers define the parameters that the
On 25 January 2011 10:30, Barrie Treloar wrote:
> On Tue, Jan 25, 2011 at 10:49 AM, sebb wrote:
>
>> On 24 January 2011 23:56, Barrie Treloar wrote:
>> > When I click "Add" in the "Send Parameters With the Request" panel for my
>> > Java Reques
On Tue, Jan 25, 2011 at 10:49 AM, sebb wrote:
> On 24 January 2011 23:56, Barrie Treloar wrote:
> > When I click "Add" in the "Send Parameters With the Request" panel for my
> > Java Request the new variable disappears if I save, or select another
> &
On 24 January 2011 23:56, Barrie Treloar wrote:
> When I click "Add" in the "Send Parameters With the Request" panel for my
> Java Request the new variable disappears if I save, or select another
> element in the explorer and come back.
>
> I haven't no
When I click "Add" in the "Send Parameters With the Request" panel for my
Java Request the new variable disappears if I save, or select another
element in the explorer and come back.
I haven't noticed anything in the documentation that tells me how
JavaSamplerClient
into JMeter/lib not lib/ext)
>
>
>
> On Thu, Oct 14, 2010 at 4:12 PM, Vikrama Sanjeeva
> wrote:
>
> > Hi All,
> >
> >Can somebody point to a tutorial or a step-by-step guide using "Java
> > Request" sample for self created Java Classes ?
http://stackoverflow.com/questions/2379688/testing-java-classes-with-jmeter
(note you should place your compiled jar into JMeter/lib not lib/ext)
On Thu, Oct 14, 2010 at 4:12 PM, Vikrama Sanjeeva
wrote:
> Hi All,
>
>Can somebody point to a tutorial or a step-by-step guide us
Hi All,
Can somebody point to a tutorial or a step-by-step guide using "Java
Request" sample for self created Java Classes ? The one on Apache site is
very high-level/
Please guide.
Bye
Viki
Note: Newbie in Jmeter.
On 26 July 2010 09:58, prasanna bhat wrote:
> Hi,
>
> The Java Request is not as straight forward as any other sampler. I have a
> few question related to this:
>
> 1) when do we have to use it ?
It's optional.
> 2) how to use a Java Request sampler?
http:/
Hi,
The Java Request is not as straight forward as any other sampler. I have a
few question related to this:
1) when do we have to use it ?
2) how to use a Java Request sampler?
3) what are the adavantages of using it?
It will be great if some one can answer these questions with some kind of
On 14/04/2010, sandy320 wrote:
>
> Thanks.
>
> Could you please explain it more detail?
>
> In Java Request Class
>
> public class TestP2P extends AbstractJavaSamplerClient{
>
> public SampleResult runTest(JavaSamplerContext context) {
> Long clie
e explain it more detail?
>
> In Java Request Class
>
> public class TestP2P extends AbstractJavaSamplerClient{
>
>public SampleResult runTest(JavaSamplerContext context) {
>Long clientToServer=...; //the time from client to server
>Long ServerToClient=..
Thanks.
Could you please explain it more detail?
In Java Request Class
public class TestP2P extends AbstractJavaSamplerClient{
public SampleResult runTest(JavaSamplerContext context) {
Long clientToServer=...; //the time from client to server
Long ServerToClient
On 12/04/2010, sandy320 wrote:
>
> A custom Java Request to test Server.
>
> I can get the 2 value times of Client==>Sever and Server==>Client in custom
> Java Request class
>
> The question is how to set these 2 value to JMeter Summary Report?
>
> I want
A custom Java Request to test Server.
I can get the 2 value times of Client==>Sever and Server==>Client in custom
Java Request class
The question is how to set these 2 value to JMeter Summary Report?
I want to analyze these 2 value, such as min,max,avg...
Thanks.
--
View this mess
bean. Put the jar to
>> %jmeter_home%/lib/ext
>>
>> 2. Put the EJB business related jar to %jmeter_home%/lib/ext
>>
>> 3. Put the jnp-client.jar to %jmeter_home%/lib/ext
>>
>> 4. Run the Test in JMeter Java Request
>>
>> The issue is that the Object whi
ent, and override the
> runTest() method. In the method, I lookup the EJB bean. Put the jar to
> %jmeter_home%/lib/ext
>
> 2. Put the EJB business related jar to %jmeter_home%/lib/ext
>
> 3. Put the jnp-client.jar to %jmeter_home%/lib/ext
>
> 4. Run the Test in JMeter Java Request
&g
lookup the EJB bean. Put the jar to
> %jmeter_home%/lib/ext
>
> 2. Put the EJB business related jar to %jmeter_home%/lib/ext
>
> 3. Put the jnp-client.jar to %jmeter_home%/lib/ext
The jars should really be put in %jmeter_home%/lib but that won't be the cause.
> 4. Run th
business related jar to %jmeter_home%/lib/ext
3. Put the jnp-client.jar to %jmeter_home%/lib/ext
4. Run the Test in JMeter Java Request
The issue is that the Object which I lookup in runTest() is null.
ps. I could get the instance of this Object in main() without JMeter
Please help,thx
>> >
> >> > did you implement JavaSamplerClient interface?
> >> >
> >> > regards
> >> > deepak
> >> >
> >> > On Wed, Feb 10, 2010 at 11:27 AM, RBRB
> >> > wrote:
> >> >
> >> &
gt; > deepak
>> >
>> > On Wed, Feb 10, 2010 at 11:27 AM, RBRB
>> > wrote:
>> >
>> >>
>> >> According to the documentation, if a jar file containing a java class
>> is
>> >> placed in lib/ext folder, the class name sho
ou implement JavaSamplerClient interface?
> >
> > regards
> > deepak
> >
> > On Wed, Feb 10, 2010 at 11:27 AM, RBRB
> > wrote:
> >
> >>
> >> According to the documentation, if a jar file containing a java class is
> >> placed in li
documentation, if a jar file containing a java class is
>> placed in lib/ext folder, the class name should be visible in the
>> classname
>> drop-down on Java Request control panel. I placed a jar file containing
>> one
>> class (there is no package statement in the
did you implement JavaSamplerClient interface?
regards
deepak
On Wed, Feb 10, 2010 at 11:27 AM, RBRB wrote:
>
> According to the documentation, if a jar file containing a java class is
> placed in lib/ext folder, the class name should be visible in the classname
> drop-down on
According to the documentation, if a jar file containing a java class is
placed in lib/ext folder, the class name should be visible in the classname
drop-down on Java Request control panel. I placed a jar file containing one
class (there is no package statement in the class) in that folder and
Jean-Louis.Pasturel a écrit :
2 Questtions
Can i use a CSV data Set with a Java Request Sampler ?
And if so, how can i retrieve the values of the columns from the java
Sampler ?
-
To unsubscribe, e-mail: jmeter-user
2 Questtions
Can i use a CSV data Set with a Java Request Sampler ?
And if so, how can i retrieve the values of the columns from the java
Sampler ?
-
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For
it wasn't working,
> but I had to restart jmeter and it started working.:blush:
>
> sebb-2-2 wrote:
> >
> > On 21/08/2009, zanas wrote:
> >>
> >> Hi,
> >> How can I transfer data between Java Request Samplers?? I generated a
> >> string
&
Hi,
>> How can I transfer data between Java Request Samplers?? I generated a
>> string
>> in my first sampler and then I need to use it in my second sampler. I've
>> tried to insert it in the Response Message and I parsed it with the
>> Regular
>
On 21/08/2009, zanas wrote:
>
> Hi,
> How can I transfer data between Java Request Samplers?? I generated a string
> in my first sampler and then I need to use it in my second sampler. I've
> tried to insert it in the Response Message and I parsed it with the Regular
>
Hi,
How can I transfer data between Java Request Samplers?? I generated a string
in my first sampler and then I need to use it in my second sampler. I've
tried to insert it in the Response Message and I parsed it with the Regular
Expression Extractor, but then I can't pass it to th
it possible to do static initialisation in a Java Request
Sample
that
uses the parameters set in the panel of the the Java Request
Sample
?
Or is
there a
JMeter and this is my first post to this mailing
list, and sorry for perhaps faq questions. If it is, let me know.
Is it possible to do static initialisation in a Java Request Sample that
uses the parameters set in the panel of the the Java Request Sample ?
Or is there a better way with other
gt; > > > >
> > > > >
> > > > > >
> > > > > >
> > > > > > > Hi All,
> > > > > > > I am a begginner with JMet
aq questions. If it is, let me know.
> Is it possible to do static initialisation in a Java Request Sample that
> uses the parameters set in the panel of the the Java Request Sample ?
> Or is there a better way with other feature of JMeter ( Pre-processor ?)?
&g
and this is my first post to this
mailing
list, and sorry for perhaps faq questions. If it is, let me know.
Is it possible to do static initialisation in a Java Request Sample
that
uses the parameters set in the panel of the the Java Request Sample
> > > >
> > > >
> > > wrote:
> > >
> > >
> > > >
> > > >
> > > > > Hi All,
> > > > > I am a begginner with JMeter and this is my first post to this
> mailing
> > > > > list,
.
Is it possible to do static initialisation in a Java Request Sample that
uses the parameters set in the panel of the the Java Request Sample ?
Or is
there a better way with other feature of JMeter ( Pre-processor ?)?
I'm not sure what you are trying to do.
The
orry for perhaps faq questions. If it is, let me know.
> > > Is it possible to do static initialisation in a Java Request Sample that
> > > uses the parameters set in the panel of the the Java Request Sample ?
> Or is
> > > there a better way with other feature of JMete
sebb a écrit :
On 01/05/2009, Jean-Louis.Pasturel wrote:
Hi All,
I am a begginner with JMeter and this is my first post to this mailing
list, and sorry for perhaps faq questions. If it is, let me know.
Is it possible to do static initialisation in a Java Request Sample that
uses the
On 01/05/2009, Jean-Louis.Pasturel wrote:
> Hi All,
> I am a begginner with JMeter and this is my first post to this mailing
> list, and sorry for perhaps faq questions. If it is, let me know.
> Is it possible to do static initialisation in a Java Request Sample that
> uses the
Hi All,
I am a begginner with JMeter and this is my first post to this mailing
list, and sorry for perhaps faq questions. If it is, let me know.
Is it possible to do static initialisation in a Java Request Sample that
uses the parameters set in the panel of the the Java Request Sample ?
Or
On 15/01/2009, gregorype...@aol.com wrote:
> Hi all - it's great to be back using JMeter :-)
>
>
>
>
> A few years back we extended JMeter writing an EJB sampler based upon the
> Java request sampler. Our results were outputted in CSV format. We needed to
> sa
Hi all - it's great to be back using JMeter :-)
A few years back we extended JMeter writing an EJB sampler based upon the Java
request sampler. Our results were outputted in CSV format. We needed to save a
number of bespoke values within our EJB/ Java request samplers and use
On 02/01/2009, laredotornado wrote:
>
> Hi,
>
> I'm using JMeter 2.3.2 on Windows XP. I have a Java request ...
>
> http://screencast.com/t/ll7mLlje557
>
> and I set the number of threads to be 10, with ramp up period being one
> second. However, upon visiti
Hi,
I'm using JMeter 2.3.2 on Windows XP. I have a Java request ...
http://screencast.com/t/ll7mLlje557
and I set the number of threads to be 10, with ramp up period being one
second. However, upon visiting Run -> Start, I see the green square in the
upper right of my JMeter window w
, except that the variable name gets
> surrounded by double quotes in the csv column (very, very minor "bug" ;>).
>
That's deliberate - it allows the loader to distinguish user variables
from normal columns.
> My usecase : I'm using a custom Java Request Sampler inside
very minor "bug" ;>).
My usecase : I'm using a custom Java Request Sampler inside my plan, it's
returning results, and I would like to add part of these results as new csv
columns, using the above new functionality.
However, it doesn't look like the JavaSamplerContext object p
On 28/03/2008, singh sachin <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm working on an application which uses multiple protocols (Http and RMI).
> I've gone through the many posts in the forum but they all says that by
> using Java Request we can work on the RMI
Hi,
I'm working on an application which uses multiple protocols (Http and RMI).
I've gone through the many posts in the forum but they all says that by
using Java Request we can work on the RMI protocol.
I've tried to work on the Java Request but can't able to start th
TED]> ha scritto:
On 07/02/2008, Fulvio Guglielmelli wrote:
> I have test with java request
> i user the following steps
>
> results.sampleStart();
> t1
> results.samplePause();
> ..
> results.sampleResume();
> t2
> results.sampleEnd();
>
> is possible have
On 07/02/2008, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote:
> I have test with java request
> i user the following steps
>
> results.sampleStart();
>t1
> results.samplePause();
> ..
> results.sampl
I have test with java request
i user the following steps
results.sampleStart();
t1
results.samplePause();
..
results.sampleResume();
t2
results.sampleEnd();
is possible have by java code the t1 and t2 time
; Thanks for the reply.
>
> I am generating multiple HTTP POST bodies (as files) which contain static
> data as well as data from Jmeter variables.
>
> A group of Java Request -> Save Responses pairs take care of generating the
> files, and the Send a File.. feature of an HTTP R
Thanks for the reply.
I am generating multiple HTTP POST bodies (as files) which contain static
data as well as data from Jmeter variables.
A group of Java Request -> Save Responses pairs take care of generating the
files, and the Send a File.. feature of an HTTP Request lets me specify
On 03/01/2008, BlakeUMN <[EMAIL PROTECTED]> wrote:
>
> I have a Java Request with resultData = "Foo ${jmeterVariable} Bar" and a
> child "Save Responses to a file" having a Filename prefix of Baz.bop. The
> file is written to disk with the filename Baz.bo
I have a Java Request with resultData = "Foo ${jmeterVariable} Bar" and a
child "Save Responses to a file" having a Filename prefix of Baz.bop. The
file is written to disk with the filename Baz.bop1.unknown and I would like
it to be written as Baz.bop. The ma
<[EMAIL PROTECTED]> wrote:
> More specifically how do I tell jmeter to pick up my Java Request
> Sampler classes from a particular directory. One thing I have tried is
> to jar the files and put them in \lib\ext folder, is there any other way
> to tell jmeter to pick up files from so
More specifically how do I tell jmeter to pick up my Java Request
Sampler classes from a particular directory. One thing I have tried is
to jar the files and put them in \lib\ext folder, is there any other way
to tell jmeter to pick up files from some other directory without jaring
them?
I
Hi,
For my application I am trying pass the php file with arguments in the
jmeter java sampler program.
After compiling the java file, i created jar file and placed in the
lib/ext folder and thru jmeter iam calling that class file.
But during run time the script is taking the static values
]> wrote:
> as per my experience with jmeter. if I use loop then it always takes first
> row but if I use threads then it takes the next value. Don't know if its by
> design or a bug
>
> On 10/4/07, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
as per my experience with jmeter. if I use loop then it always takes first
row but if I use threads then it takes the next value. Don't know if its by
design or a bug
On 10/4/07, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote:
>
> Hi,
> i have a JAVA REQUEST class wit
can anyone explain me in which way i can test a parameter returned from a java
request with a regular expression?
thanks
FULVIO
-
-
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail
On 04/10/2007, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote:
> Hi,
> i have a JAVA REQUEST class with parameter
> a | ${__CSVRead(try.csv,0)}
> whei i run the test, into the java class it always read the first ROW of
> try.csv file.
Because you have not used next()
Hi,
i have a JAVA REQUEST class with parameter
a | ${__CSVRead(try.csv,0)}
whei i run the test, into the java class it always read the first ROW of
try.csv file.
Into the log i saw jmeter read the next value i don't know how take it to be
use.
I tried to use
er/1.5.1/en/how_to_use_jmeter.html
--Naveen
"Mathumathi Palani Bommu, EAS-Chennai" <[EMAIL PROTECTED]> wrote:
Hi
M new to jmeter..
Can any one tell wat this java request sampler work.. and wat is the
usage
you can tutorials at
http://www.jajakarta.org/jmeter/1.5.1/en/how_to_use_jmeter.html
--Naveen
"Mathumathi Palani Bommu, EAS-Chennai" <[EMAIL PROTECTED]> wrote:
Hi
M new to jmeter..
Can any one tell wat this java request sampler work.. and wat is the
usage of this sam
Hi
M new to jmeter..
Can any one tell wat this java request sampler work.. and wat is the
usage of this sampler
DISCLAIMER:
---
The contents of this e-mail and any attachment(s
On Wed, 2007-07-11 at 17:47 +0800, Tracy Zhu wrote:
> hi all,
>
> I hava written a Java Request to connect to Mysql Server(version 4.1) and do
> some operations. I have put the .jar file and its referenced
> mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request
lt;[EMAIL PROTECTED]> wrote:
>
> On 11/07/07, Tracy Zhu <[EMAIL PROTECTED]> wrote:
> > hi all,
> >
> > I hava written a Java Request to connect to Mysql Server(version 4.1)
> and do
> > some operations. I have put the .jar file and its referenced
> >
:
On 11/07/07, Tracy Zhu <[EMAIL PROTECTED]> wrote:
> hi all,
>
> I hava written a Java Request to connect to Mysql Server(version 4.1)
and do
> some operations. I have put the .jar file and its referenced
> mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Reques
On 11/07/07, Tracy Zhu <[EMAIL PROTECTED]> wrote:
hi all,
I hava written a Java Request to connect to Mysql Server(version 4.1) and do
some operations. I have put the .jar file and its referenced
mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request
doesn't work. f
hi all,
I hava written a Java Request to connect to Mysql Server(version 4.1) and do
some operations. I have put the .jar file and its referenced
mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request
doesn't work. following is information from jmeter.log:
Try putting the jar file containing your Java Request class in lib/ext
folder, for me it worked.
Anjan
-Original Message-
From: Sireesha Sridhara [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 29, 2007 3:54 AM
To: JMeter Users List
Subject: Re: Java Request
Hi All,
I used java
Hi All,
I used java request and implemeted the AbstractSamplerClient, added it
in lib and I can see the class in JavaRequest. But when I run I get
InstantiationException. Did anyone use the Javarequest? What is the
reason for InstantiationExcecption? Looks like the constructor is not
being
Make sure that the class is in a jar, and the jar is in lib/ext
On 26/05/07, Sireesha Sridhara <[EMAIL PROTECTED]> wrote:
Hi all,
I wrote a class which extends AbstractJavaSamplerClient and implementd
all the methods. Now when I add a java request and run the test, it says
error and in t
Hi all,
I wrote a class which extends AbstractJavaSamplerClient and implementd
all the methods. Now when I add a java request and run the test, it says
error and in the log it see the erros : Exception creating: AVOClient
java.lang.InstantiationException: AVOClient
at
> To: JMeter Users List
> Sent: Thursday, March 8, 2007 9:51:16 AM
> Subject: Re: Java Request and HTTP Request Defaults
>
> You can access system properties, JMeter properties and JMeter
> variables from any sampler.
>
> And HTTP defaults can be defined in terms of the above.
direct.
Thanks,
Marji
On Fri, 2007-05-11 at 13:19 -0700, Peter wrote:
> Sorry, how does one go about doing this?
>
> - Original Message
> From: sebb <[EMAIL PROTECTED]>
> To: JMeter Users List
> Sent: Thursday, March 8, 2007 9:51:16 AM
> Subject: Re: Ja
Sorry, how does one go about doing this?
- Original Message
From: sebb <[EMAIL PROTECTED]>
To: JMeter Users List
Sent: Thursday, March 8, 2007 9:51:16 AM
Subject: Re: Java Request and HTTP Request Defaults
You can access system properties, JMeter properties and JMeter
variable
Put the class in a jar file and put the jar in lib/ext
On 20/04/07, ald <[EMAIL PROTECTED]> wrote:
I implemented the JavaSamplerClient in a HelloWorld.java file, but
HelloWorld.class does not show up in the Classname list box of the Java
Request Sampler. I tried 1) adding the dir
I implemented the JavaSamplerClient in a HelloWorld.java file, but
HelloWorld.class does not show up in the Classname list box of the Java
Request Sampler. I tried 1) adding the directory containing HelloWorld.class
to the Test Plan "Add directory or jar to classpath" and 2) (brute
---
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/how-to-give-the-classname-of-java-in-jmeter-java-request-sampler--tf3558969.html#a10108570
On 11/04/07, gopal labudu <[EMAIL PROTECTED]> wrote:
thanks for reply,
i don't know what type of interface we need to
create?
JavaSamplerClient
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
thanks for reply,
i don't know what type of interface we need to
create?
if you have an example, please send
according to that i can write code for my project.
once again thanks for reply,
from
Gopal
.
On 4/11/07, sebb <[EMAIL PROTECTED]> wrote:
Please see:
http:/
Please see:
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Java_Request
"This sampler lets you control a java class that implements the
JavaSamplerClient interface. By writing your own implementation of
this interface, you can use JMeter to harness multiple threads, input
p
hi,
how to give the class name and where to save the java class name
what are the parameters need to send?
are all parameters mandatory while sending?
please help me,
i don't know how to use jmeter for java request sample
if any one knows about java request sample configuration and usage
please send the procedure for the same.
*my application details*
it is client/server application and .jar file made with java.
there
Original Message
From: Peter <[EMAIL PROTECTED]>
To: jmeter-user@jakarta.apache.org
Sent: Monday, March 5, 2007 11:59:38 AM
Subject: Java Request and HTTP Request Defaults
Hi
I was wondering how I can get access to values defined in HTTP Request Defaults
from my Java Request implementat
1 - 100 of 151 matches
Mail list logo