Re: JMeter not Recording with Citrix

2009-10-05 Thread Jean-Louis.Pasturel
Sweth a écrit : Hi, I am trying to record a script using JMeter when connected to a remote machine through Citrix but the requests are not getting recorded. And when replaying the working scripts( that have been developed in Local Environment), error pages are retrieved. Even I tried with recor

Re: Simple Data Writer / Result File horodated ?

2009-09-29 Thread Jean-Louis.Pasturel
time regards deepak On Tue, Sep 29, 2009 at 9:44 AM, Jean-Louis.Pasturel < jean-louis.pastu...@orange.fr> wrote: Is there a mean to horodate the result file in the Simple Data Writer listener as result_20090930_18.log ? where 20090930_18 would be generated dynamically, correspond

Simple Data Writer / Result File horodated ?

2009-09-29 Thread Jean-Louis.Pasturel
Is there a mean to horodate the result file in the Simple Data Writer listener as result_20090930_18.log ? where 20090930_18 would be generated dynamically, corresponding to the timestamp of the begining of the stress -

Re: JMeter Java Request / CSV Data Set ?

2009-09-23 Thread Jean-Louis.Pasturel
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

JMeter Java Request / CSV Data Set ?

2009-09-23 Thread Jean-Louis.Pasturel
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 addi

Re: CORBA Sampler

2009-06-04 Thread Jean-Louis.Pasturel
sebb a écrit : On 02/06/2009, Toni Cebrián wrote: Hi, From the archives I've seen that this question has been asked a lot before but, is somebody working on implementing a CORBA Sampler for JMeter? Don't know. Any work done until now that I can reuse? Any tips or advices?

Re: Does JMeter support these types of test cases?

2009-05-15 Thread Jean-Louis.Pasturel
As seeb said, i applied this method. i had to solve a similar problem with a non-supported protocol by JMeter ( Radius, there is an existing open sourc library Tiny Radius that i used) I began to write a Java class and try it directly with a main function, after i use this class in beansheel

Re: getting a TCP Sampler's socket port number

2009-05-07 Thread Jean-Louis.Pasturel
sebb a écrit : On 06/05/2009, Ed Young wrote: In the TCP Sampler Config node, I specify the target ip and port for my request. JMeter must be instantiating a socket for this request. How can I get a handle to the socket or the port number for the socket? If I could get a handle to the sock

Re: Java Request Sample. static initialization

2009-05-07 Thread Jean-Louis.Pasturel
sebb a écrit : On 05/05/2009, Jean-Louis.Pasturel wrote: sebb a écrit : On 04/05/2009, Jean-Louis.Pasturel wrote: sebb a écrit : On 01/05/2009, Jean-Louis.Pasturel wrote: sebb a écrit

Re: Java Request Sample. static initialization

2009-05-07 Thread Jean-Louis.Pasturel
Viet : It was what I desired, thanks for the idea. Regards JL Pasturel viet nguyen a écrit : If I understand you correctly as part of the setup you want to initialize some Java resources and make them available to other java sampler threads. You can create a dummy Java sampler whose purpos

Re: Java Request Sample. static initialization

2009-05-05 Thread Jean-Louis.Pasturel
sebb a écrit : On 04/05/2009, Jean-Louis.Pasturel wrote: sebb a écrit : On 01/05/2009, Jean-Louis.Pasturel wrote: sebb a écrit : On 01/05/2009, Jean-Louis.Pasturel wrote: Hi All, I am a begginner with JMeter

Re: Java Request Sample. static initialization

2009-05-04 Thread Jean-Louis.Pasturel
sebb a écrit : On 01/05/2009, Jean-Louis.Pasturel wrote: 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

Re: Java Request Sample. static initialization

2009-05-01 Thread Jean-Louis.Pasturel
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

Java Request Sample. static initialization

2009-05-01 Thread Jean-Louis.Pasturel
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 is