I'm on jmeter 2.2
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Friday, August 31, 2007 10:47 AM
To: JMeter Users List
Subject: Re: Recording rcp traffic
On 31/08/2007, Mitch White <[EMAIL PROTECTED]> wrote:
Which version of JMeter are you using?
> Does the jmeter pro
On 31/08/2007, Mitch White <[EMAIL PROTECTED]> wrote:
Which version of JMeter are you using?
> Does the jmeter proxy record rcp traffic?
What is rcp traffic?
> I am getting HTTP samplers in the thread group, but when I hit one of our rcp
> pages, IE throws a wanring, the page doesn't render, an
Does the jmeter proxy record rcp traffic?
I am getting HTTP samplers in the thread group, but when I hit one of our rcp
pages, IE throws a wanring, the page doesn't render, and no sample is put in
the thread group. Everything comes to a grinding hault!
When I use the excellent tool, http://www
On 31/08/2007, Florent Guiliani <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> It seems like HTTP proxy in 2.3RC3 ignore destination port and always use 80.
>
> In other words:
> - launch HTTP proxy on port 8080
> - use it to connect to your app located at localhost:1234
> - HTTP proxy will try to con
Hi all,
It seems like HTTP proxy in 2.3RC3 ignore destination port and always use 80.
In other words:
- launch HTTP proxy on port 8080
- use it to connect to your app located at localhost:1234
- HTTP proxy will try to connect to localhost:80 instead of localhost:1234
Is somebody got the same
hi sebastian,
use a httpsampler, and add a BeanshellPostProcessor. with the "prev"
variable, you have access to the responsedata of the httpsampler:
String responseData = prev.getResponseDataAsString();
extract the data you need from "responseData" and set variables with:
vars.put("VAR1",
Dear JMeter-Users,
I want to use a BeanShell Sampler to recieve data from a SampleResult, but my
BSH Sampler references has no reference.
I'm not sure but I think my main problem is that i need to get data from a html
response in my BeanShell Sampler. The Problem: It's not possible to use the
R
On 31/08/2007, sebb <[EMAIL PROTECTED]> wrote:
> On 31/08/2007, chris <[EMAIL PROTECTED]> wrote:
> > > That is a problem with your JMeter or Java installation.
> > > Perhaps you have a spurious xml library somewhere.
> >
> > hi, thanks for your answer. i've downloaded jmeter installation and did no
On 31/08/2007, chris <[EMAIL PROTECTED]> wrote:
> > That is a problem with your JMeter or Java installation.
> > Perhaps you have a spurious xml library somewhere.
>
> hi, thanks for your answer. i've downloaded jmeter installation and did not
> change anything to the /lib folder. i also tested thi
> That is a problem with your JMeter or Java installation.
> Perhaps you have a spurious xml library somewhere.
hi, thanks for your answer. i've downloaded jmeter installation and did not
change anything to the /lib folder. i also tested this problem on 3
different PC's (windows, solaris) i
I use only one Jmeter process managing 5000 threads.
It was just to check that it was possible. No real interest running so much
threads on a single server.
--
Bj
On 8/31/07, raja raman <[EMAIL PROTECTED]> wrote:
>
> Hi Bj,Jada,
> Bj,Thanks for the info.I shall try my runs with the jrock
On 31/08/2007, chris <[EMAIL PROTECTED]> wrote:
> hi, i've downloaded jmeter-bin release 2.3 from jmeter homepage and set
> file_format.testlog=2.0 in jmeter.properties.
>
> the simple testplan attached has only 1 request, if i run this testplan in
> non-gui mode with following command:
> java -j
hi, i've downloaded jmeter-bin release 2.3 from jmeter homepage and set
file_format.testlog=2.0 in jmeter.properties.
the simple testplan attached has only 1 request, if i run this testplan in
non-gui mode with following command:
java -jar ApacheJMeter.jar -t fileformat.jmx -l fileformat.xml
13 matches
Mail list logo