Re: Integrating JMeter

2005-12-08 Thread Mike Measel
We have done this via a plugin, but our framework has a java api, so it may be more difficult for you. -Original Message- From: Chetana Anand [EMAIL PROTECTED] Subj: Integrating JMeter Date: Wed Dec 7, 2005 11:13 pm Size: 1K To: jmeter-user@jakarta.apache.org

Re: Remote Desktop Connection settings for testing Web Application

2005-10-25 Thread Mike Measel
/05, Mike Measel [EMAIL PROTECTED] wrote: Amit, could you be a bit more specific? Amit Kulkarni wrote: Hello All, Can any one provide me the details for RDC settings that are necessary for running the script and also the procedure for recording and changes

Re: Remote Desktop Connection settings for testing Web Application

2005-10-24 Thread Mike Measel
Amit, could you be a bit more specific? Amit Kulkarni wrote: Hello All, Can any one provide me the details for RDC settings that are necessary for running the script and also the procedure for recording and changes and that need to be done. I read a bit posted on wiki.jmeter but couldnt

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
Java apps in general don't perform well when X'd back across. Try running jmeter remote servers instead. [EMAIL PROTECTED] wrote: Hi, Up to now I was using Jmeter on windows XP. I have installed an XServer Client (Exceed) for using jmeter from a remote unix OS with displays on my local PC:

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
Change the rmi port in the jmeter.properties. [EMAIL PROTECTED] wrote: Thanks for your reply. How should I run the remote server? I have never done this. THANKS Here is the log when I try jmeter-server on Unix: java.rmi.server.ExportException: Port already in use: 1099; nested exception is:

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
. Cheers. sebb wrote: You also need to change the port on the rmi server line. May need to edit the startup script. Or just run non-GUI. S. On 20/10/05, Mike Measel [EMAIL PROTECTED] wrote: Change the rmi port in the jmeter.properties. [EMAIL PROTECTED] wrote: Thanks for your reply

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
://jakarta.apache.org/jmeter/usermanual/remote-test.html S. On 20/10/05, Mike Measel [EMAIL PROTECTED] wrote: Just thought of something else. You generally wouldn't have anything running on 1099 unless you have an rmi application. So did you start the jmeter-server script and then kill

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
See also: http://jakarta.apache.org/jmeter/usermanual/remote-test.html S. On 20/10/05, Mike Measel [EMAIL PROTECTED] wrote: Just thought of something else. You generally wouldn't have anything running on 1099 unless you have an rmi application. So did you start the jmeter

Re: Distributed test, scalability!

2005-09-28 Thread Mike Measel
Another possibility, to write a listener that sends response data to a management platform. We have done this for a plugin to our product and I'd be glad to share the code, but you will need some systems management platform that has a java api and can handle the volume of data. Krog Jensen

Stop remote servers when running nongui.

2005-09-02 Thread Mike Measel
How do I stop the remote servers when running non-gui mode? Killing the client doesn't do it. They don't seem to time out. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

remote testing and firewall hack

2005-08-26 Thread Mike Measel
I've seen several questions on what ports need to be open to allow the client to be running servers outside the firewall. The return port is random because the call (in RemoteJmeterEngineImpl) to create the unicast object in the rmiregistry does not specifiy a port. Adding a specific port

Re: No listener in batch (non-gui) mode

2005-08-26 Thread Mike Measel
, 2005-08-26 at 07:59 -0500, Mike Measel wrote: I'm using a custom listener to send results to another application. When I start a test plan in non-gui mode, the listener doesn't seem to be getting called. Is this expected behavior? Is it possible to create a listener that does get called in non