RE: Using HTTP proxy Server

2005-09-25 Thread Anurodh Jain
Ya, I have changed the proxy to my machine where I am running Jmeter and i am trying to test a web application in the same intranet. -Original Message- From: Tapaswini Das [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 11:11 AM To: 'JMeter Users List' Subject: RE: Using HTTP

RE: Using HTTP proxy Server

2005-09-25 Thread Tapaswini Das
Have you change the proxy -Original Message- From: Anurodh Jain [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 10:58 AM To: jmeter-user@jakarta.apache.org Subject: Using HTTP proxy Server Hi, I am trying to use the HTTP Proxy Server for for recording. The HTTP Proxy sta

Using HTTP proxy Server

2005-09-25 Thread Anurodh Jain
Hi, I am trying to use the HTTP Proxy Server for for recording. The HTTP Proxy starts without any errors. But it does not record anything. Jmeter log does'nt show any errors. What could be the problem? Would appreciate some help on this. Regards Anurodh ---

Re: Reading data/Writing data to an external file, writing 'notes' within JMeter?

2005-09-25 Thread sebb
Add a call to the logn function: ${__logn(Hello World,ERR)} or ${__logn(Hello World,OUT)} somewhere in the test element. S. On 26/09/05, 821MARK <[EMAIL PROTECTED]> wrote: > 1) How/what would you need to use to execute this log() function? i.e. from > the JMeter manual, it says functions can be

Re: Reading data/Writing data to an external file, writing 'notes' within JMeter?

2005-09-25 Thread 821MARK
1) How/what would you need to use to execute this log() function? i.e. from the JMeter manual, it says functions can be invoked within any Configuration Element, or Sampler element. How/what the heck do I do to log "Hello World" to std.err? to std.out? On 8/30/05, sebb <[EMAIL PROTECTED]> wrote:

Re: basic doubt

2005-09-25 Thread sebb
CSV=Comma Separated Variables The file can be created with an ordinary editor. For example, you might want to create a file containing: - username - password - account number This could look like: george,dread,01234567 andy,lock,9781623 jill,hilly,1234098 etc The CSVRead function reads the en

Re: multiple threads reading values from one file

2005-09-25 Thread hema rengarajan
Hi, Please let me know if the solution of using _threadnum() for extracting different values for different users worked!! Even I have to do the same thing. Thanks in advance. [EMAIL PROTECTED] wrote: Hi all, i was wondering if someone could help me : i'd like to have a thread group with mul

basic doubt

2005-09-25 Thread hema rengarajan
Hi all, Whats a CSV file which is referred often in the jmeter ? Whats the basic difference in using "String from file and _CsvRead " functions? If I understand rightly then _CSVRead is used to read in multiple parameters ! So how do we create this CSV file?