Re: [Newbie] Jmeter in Non-GUI mode

2007-03-06 Thread Eliya
Hey Thanks Chris, but still a little problem, I tried this and itworks but nothing i can found in the Logfile.xls. It gives me Created the tree successfully. Starting the test Tidying UP... ...End of run and finish. Nothing is in the logfile.xls chris-382 wrote: > > http://jakarta.apache.org/j

FW: [Newbie] HTML Parsing

2007-03-06 Thread David Schulberg
Add text in 'Patterns to Test' in your Response Assertion which should be attached to your Sampler. David Schulberg From: Eliya [mailto:[EMAIL PROTECTED] Sent: Tue 6/03/2007 10:52 PM To: jmeter-user@jakarta.apache.org Subject: Re: [Newbie] HTML Parsing Tha

RE: Validating daat from d/b on webpage

2007-03-06 Thread Sireesha Sridhara
Hi, I have created a test plan in jmeter which will get all the daat from the database and store it in file. I have to validate my application and see that if all the data from the database is displayed on the webpage or not. How can I check each row returned from d/b on the web page. In pure jav

Re: Jmeter in Non-GUI mode

2007-03-06 Thread chris
http://jakarta.apache.org/jmeter/usermanual/get-started.html chapter 2.4.7. java -jar ApacheJMeter.jar -n -t Testplan.jmx -l Logfile.xls cheers, chris "Eliya" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Can anyone tell me how to launch the script in from the conso

Re: [Newbie] SV: Thread won't die issue

2007-03-06 Thread sebb
On 06/03/07, Alexander J Turner <[EMAIL PROTECTED]> wrote: Marlon, This is really important to get clear. You cannot load test one machine with one machine unless there is a large difference is performance between the server (small) and client (large). This is especially true of JMeter, which

Re: Random "Server name or IP"

2007-03-06 Thread sebb
There are of course other ways to solve the problem ... For example, use a variable to hold the host name. The variable can be set in various ways. Use a Javascript or BeanShell function to generate a random value of either 0 or 1 and then use that to select between the addresses. or Create a

Re: [Newbie] SV: Thread won't die issue

2007-03-06 Thread Alexander J Turner
Marlon, This is really important to get clear. You cannot load test one machine with one machine unless there is a large difference is performance between the server (small) and client (large). This is especially true of JMeter, which is not tuned for performance. A Apache linux server or Windo

Re: [Newbie] SV: Thread won't die issue

2007-03-06 Thread Alexander J Turner
Sebb, I think there is a good chance that you are half write. I have investigated the issue of running out of sockets on a windows server. The machine can run out of sockets, but it does this in a controlled way. However, I suspect that under very heavy concurrent load windows fails to send sock

AW: Random "Server name or IP"

2007-03-06 Thread Bernhard Wellhöfer
Hello Sebb, In that case I have to duplicate big parts of my test plan... Not a good idea. Regards, Bernd > -Ursprüngliche Nachricht- > Von: sebb [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 6. März 2007 16:57 > An: JMeter Users List > Betreff: Re: Random "Server name or IP" > > O

Re: Random "Server name or IP"

2007-03-06 Thread sebb
On 06/03/07, Bernhard Wellhöfer <[EMAIL PROTECTED]> wrote: Hello, I want to test a cluster system with two web frontend server (each with it's own IP). How to I randomly set the IP number? What I want is a test plan like Test Plan HTTP Defaults for port, protocol and path Randomly a HTTP

Re: [Newbie] HTML Parsing

2007-03-06 Thread Eliya
Thanks Sebb. I want to read "text" from text. How can i do it using response Assertions. sebb-2 wrote: > > This is described in the manual - see Response Assertions. > > On 05/03/07, Eliya <[EMAIL PROTECTED]> wrote: >> >> hi, >> >> I'm a newbie in jmeter and my boss wants me to create automated

Jmeter in Non-GUI mode

2007-03-06 Thread Eliya
Can anyone tell me how to launch the script in from the console, w/o. opening JMeter UI? -- View this message in context: http://www.nabble.com/Jmeter-in-Non-GUI-mode-tf3355020.html#a9330644 Sent from the JMeter - User mailing list archive at Nabble.com. ---

Random "Server name or IP"

2007-03-06 Thread Bernhard Wellhöfer
Hello, I want to test a cluster system with two web frontend server (each with it's own IP). How to I randomly set the IP number? What I want is a test plan like Test Plan HTTP Defaults for port, protocol and path Randomly a HTTP Defaults to select one of two possible IPs HTTP Req