Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread Z W
sebbaz does your Jmeter process just goes away when it is done ? I'll try your suggestion again and update you. On Tue, Oct 7, 2008 at 10:30 AM, sebb <[EMAIL PROTECTED]> wrote: > On 07/10/2008, Z W <[EMAIL PROTECTED]> wrote: >> Hi sebbaz >> >> I did try your suggestion and it still doesnt work. P

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread sebb
On 07/10/2008, Z W <[EMAIL PROTECTED]> wrote: > Hi sebbaz > > I did try your suggestion and it still doesnt work. Process is still running: > > $JAVA_EXEC $ARGS -jar $JMETER_HOME/bin/ApacheJMeter.jar -n -t > $JMX_SCRIPTS/$JMX_SCRIPT_TESTFILE -l $JMX_SCRIPTS/$JMX_SCRIPT_JTLFILE > >> $JMX_SCRIPTS/

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread Z W
Hi sebbaz I did try your suggestion and it still doesnt work. Process is still running: $JAVA_EXEC $ARGS -jar $JMETER_HOME/bin/ApacheJMeter.jar -n -t $JMX_SCRIPTS/$JMX_SCRIPT_TESTFILE -l $JMX_SCRIPTS/$JMX_SCRIPT_JTLFILE >> $JMX_SCRIPTS/$JMX_SCRIPT_LOGFILE $ ps -efW | grep java qa 13560

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread sebb
On 07/10/2008, Z W <[EMAIL PROTECTED]> wrote: > Hi sebbaz > > > >> > > > > 1) Why are you using Cygwin? > > > I need to ssh into these boxes from another PC to run the JMeters > > > 2) Why are you running JMeter as a background task? > > Try removing the nohup and the &. > > I use nohu

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread Z W
Hi sebbaz >> > > 1) Why are you using Cygwin? > I need to ssh into these boxes from another PC to run the JMeters > 2) Why are you running JMeter as a background task? > Try removing the nohup and the &. > I use nohup to prevent someone killing the process. > >> >> >> On Tue, Oct 7, 2008

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread sebb
On 07/10/2008, Z W <[EMAIL PROTECTED]> wrote: > In jmeter.sh > = > JAVA_HOME="C:\apps\java\jdk1.5.0_07" > JAVA_EXEC=$JAVA_HOME/jre/bin/java > JMETER_HOME="C:\apps\jakarta-jmeter-2.3\jakarta-jmeter-2.3.1" > JMX_SCRIPTS=$JMETER_HOME/bin > JMX_SCRIPT_TESTFILE=test.jmx > JMX_SCRIPT_JTLFI

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread Z W
In jmeter.sh = JAVA_HOME="C:\apps\java\jdk1.5.0_07" JAVA_EXEC=$JAVA_HOME/jre/bin/java JMETER_HOME="C:\apps\jakarta-jmeter-2.3\jakarta-jmeter-2.3.1" JMX_SCRIPTS=$JMETER_HOME/bin JMX_SCRIPT_TESTFILE=test.jmx JMX_SCRIPT_JTLFILE=test.jtl JMX_SCRIPT_LOGFILE=test.log nohup $JAVA_EXEC $ARGS -jar

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread sebb
On 06/10/2008, Z W <[EMAIL PROTECTED]> wrote: > Hi > > I'm running a Jmeter process but when the test run completes, it's > still running. This is checked with ps -ef | grep java > Is there a way to run with Jmeter command line such that when the test > run is completed, the Jmeter process woul

ApacheJMeter.jar with cygwin

2008-10-06 Thread Z W
Hi I'm running a Jmeter process but when the test run completes, it's still running. This is checked with ps -ef | grep java Is there a way to run with Jmeter command line such that when the test run is completed, the Jmeter process would just go away. I remember on linux platform, that was the be