Re: Ant in Windows

2010-06-25 Thread Mark Rotteveel
-- Mark Rotteveel Pluton IT - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: Exceptions while adding mail reader sampler

2009-12-28 Thread Mark Rotteveel
is not getting added. Please let me know what needs to be done. As documented (http://jakarta.apache.org/jmeter/usermanual/get-started.html#opt_email), you will need to add the JavaMail library to JMeters classpath. -- Mark Rotteveel Pluton

Re: What is the latest stable version of JMeter?

2009-12-03 Thread Mark Rotteveel
Hi, Please let me know the latest stable version of JMeter, as I don't see the details on the download area. What is unclear about the latest version on http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi ? There is only one version shown, and it is the latest one. -- Mark

RE: What is the latest stable version of JMeter?

2009-12-03 Thread Mark Rotteveel
please confirm the same? No, you are wrong. -- Mark Rotteveel Pluton IT - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

RE: What is the latest stable version of JMeter?

2009-12-03 Thread Mark Rotteveel
Yes, You are right. Thanks for correcting me. Also, I just wanted to know whether, Is there any known problems with the product? Take a look at http://jakarta.apache.org/jmeter/known_bugs.html for known issues. -- Mark Rotteveel Pluton

Re: JMeter - How do i run a stored procedure

2009-10-23 Thread Mark Rotteveel
is a 'table' function (or 'PIPELINED' function), you can do SELECT * FROM TABLE(name_of_your_pipelined_function) and get a normal resultset. Mark -- Mark Rotteveel Pluton IT - To unsubscribe, e-mail: jmeter-user-unsubscr

Re: No Errors in Aggregate Graph but in Tomcat

2009-10-08 Thread Mark Rotteveel
-- Mark Rotteveel Pluton IT - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: Mail Reader Sampler specify port

2009-10-06 Thread Mark Rotteveel
Reader Sampler dialog box. It seems like this should be an option. Thoughts on how I can specify a port? Thanks, Neil -- Mark Rotteveel Pluton IT - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org

Re: Not able to run the script for more than 200 users

2009-10-05 Thread Mark Rotteveel
, using virtual memory will kill the vm's performance regards deepak On Fri, Oct 2, 2009 at 12:48 AM, Mark Rotteveel m...@pluton.nl wrote: I assume you mean -Xms512M and -Xmx1024M . if you system only has 1GB i doubt you can run jmeter with -Xmx1024M see http://jakarta.apache.org

Re: Not able to run the script for more than 200 users

2009-10-02 Thread Mark Rotteveel
of physical memory available for the OS and other processes (and more memory if there are a lot of different processes). -- Mark Rotteveel Pluton IT - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional

Re: Not able to run the script for more than 200 users

2009-09-30 Thread Mark Rotteveel
that? Is there any specific reason to set Xms and Xmx to the same value, in my experience this will prevent the newer Java versions (5 and 6) from optimizing their garbage collection behaviour. There for it is usually advisable to use a lower value for Xms. -- Mark Rotteveel m.rottev...@pluton.nl Pluton

Re: Not able to run the script for more than 200 users

2009-09-30 Thread Mark Rotteveel
the pause times of a GC. BTW: as far as I know the JVM does not reduce its memory allocation, it will just report a lower workingset to the OS. -- Mark Rotteveel m.rottev...@pluton.nl Pluton IT - To unsubscribe, e-mail: jmeter

Re: Not able to run the script for more than 200 users

2009-09-29 Thread Mark Rotteveel
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org -- Mark

Re: Not able to run the script for more than 200 users

2009-09-29 Thread Mark Rotteveel
sebb wrote: On 29/09/2009, Mark Rotteveel m.rottev...@pluton.nl wrote: Uninstalling the Java 7 installation should be sufficient. To work correctly Java does not have to be in the path*. Not so - java.exe must be on the path somewhere. That is why I marked it with an asterisk. A user does

Re: Heap size in jmeter.bat file

2009-09-04 Thread Mark Rotteveel
With warm regards, Vijayakumar.C - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org -- Mark Rotteveel m.rottev...@pluton.nl Pluton

Re: Prevent popup of black command prompt console when starting jmeter.bat in WindowsXP?

2009-09-04 Thread Mark Rotteveel
, e-mail: jmeter-user-h...@jakarta.apache.org -- Mark Rotteveel m.rottev...@pluton.nl Pluton IT - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h

Re: jmeter just shows a blank window on startup, hangs

2009-08-21 Thread Mark Rotteveel
Rainer Duffner wrote: I'm not a jmeter expert - I can run it on my Mac at home, but at work I only have a PC with SuSE. And I want to run it at work, too ;-) Where are you starting JMeter? On a console, or in an Xterm? Since JMeter uses a GUI, you do need to start it in a GUI environment

Re: jmeter just shows a blank window on startup, hangs

2009-08-21 Thread Mark Rotteveel
Rainer Duffner wrote: It's an xterm. I know it has a GUI. The GUI windows does come up (hard to achieve in a text-based console), but is blank Just wanted to be sure, in my days as a helpdesk engineer I have had enough situations where making even the simplest assumptions would bite

Re: Recording using Jmeter

2009-08-10 Thread Mark Rotteveel
Since you need to configure the recording proxy in the browser you use to access the application, it does not matter what the server has (or does not have) in this case. Mark ajin wrote: Hi , The project on which I am working is hosted on a server which does not use a proxy. So please