Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE3D78DF for ; Wed, 4 May 2011 10:13:26 +0000 (UTC) Received: (qmail 15001 invoked by uid 500); 4 May 2011 10:13:26 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 14974 invoked by uid 500); 4 May 2011 10:13:26 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 14965 invoked by uid 99); 4 May 2011 10:13:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 10:13:26 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rajivkumarnandvani@gmail.com designates 209.85.214.44 as permitted sender) Received: from [209.85.214.44] (HELO mail-bw0-f44.google.com) (209.85.214.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 10:13:19 +0000 Received: by bwz13 with SMTP id 13so961991bwz.31 for ; Wed, 04 May 2011 03:12:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=eEywzq+miFs3jyB8LgqMgUMFJ6WAb5d5KVVWorn+4HI=; b=C7PVEDIC+BZKvr/a44hRVyjiWee4EA8QOjnEl8hsd93vJ9y/Zn55YT66oOQPpeO+vI vbpmt5AyjSx4JijFtUKvPc9lnHu1ZZKfGBkeYnOc9XYittpzLyzuPpTs0lHFLEQk38kD 9z6ANpq5dBZpt8V8K99w6BjiDGaMmPk6oymBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=VlvAz9t9OGIHI/LEEc2Rs+9kyW8g2moq1SMKS9IFLBAkw4XhmmsS4Uxzd1udVoKsWv z6J8BdMc3BWhlJkSXC7fehg1l/hCxvjQf0/saoC/fBeagdRNR4p8QiHoF1co6khiWWII goDdowWrDjHq1FkHpUcqmA8utMZLuZKBipkWE= MIME-Version: 1.0 Received: by 10.205.82.10 with SMTP id aa10mr171073bkc.97.1304503894629; Wed, 04 May 2011 03:11:34 -0700 (PDT) Received: by 10.204.33.132 with HTTP; Wed, 4 May 2011 03:11:34 -0700 (PDT) In-Reply-To: <000e0cd28da6cb384704a26f6d77@google.com> References: <4DC106C1.4040008@mpexnet.de> <000e0cd28da6cb384704a26f6d77@google.com> Date: Wed, 4 May 2011 06:11:34 -0400 Message-ID: Subject: Re: Re: Jmeter run on Linux using putty From: Rajiv Nanduani To: JMeter Users List Content-Type: multipart/alternative; boundary=bcaec554e0183f5fa704a2707b94 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec554e0183f5fa704a2707b94 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi ALL, Thanks to everyone for the guidance. Finally I got succes and found the solution to run jmeter from putty with the help of Xming in GUI mode. Here was the prob in Xming. In Xming installation directory there is host file C:\Program Files\Xming\X0.hosts Edit: X0.hosts (lay in the installation directory) add the ip you want allow. my X0.hosts =E2=80=9Clocalhost 192.168.1.215=E2=80=B3 Restart Xming. after doing this i was able to run the jmeter. So here are the summary to do all this: Xming installation directory there is hos file C:\Program Files\Xming\X0.hosts Edit: X0.hosts (lay in the installation directory) add the ip you want allow. my X0.hosts =E2=80=9Clocalhost 192.168.1.215=E2=80=B3 1/ Start Xming 2/ Start Putty, on options (left pane): Connection > SSH > X11, check Enable X11 forwarding, with X display location: localhost:0 3/ Start your SSH session 4/ On your ssh remote session, put this : DISPLAY=3DYOUR_IP_WINDOWS:0.0 export DISPLAY (replace YOUR_IP by the IP of your windows) 5/ Try to launch Jmeter (jmeter.sh) 6. Enable the X11 forwarding in putty. http://jmeter.512774.n5.nabble.com/file/n4367681/putty.PNG putty.PNG 7. Do you have your SSH server set up to permit X forwarding? Configure the /etc/ssh/*sshd_config file* > Your sshd_config file should have something like: X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes Thanks to all once again :) On Wed, May 4, 2011 at 4:56 AM, wrote: > Hi Flex, > > When i set the DISPLAY variable to my windows ip that time it get logged = in > Xming log file > With with DISPLAY=3Dlocalhost:10.0 it does not work means it is correct t= hat > we have to set this > > > 4/ On your ssh remote session, put this : > DISPLAY=3DYOUR_IP_WINDOWS:0.0 > export DISPLAY > > (replace YOUR_IP by the IP of your windows) > > > On , Felix Frank wrote: > > On 05/04/2011 09:45 AM, rajivkumarnandvani@gmail.com wrote: > > > > > I tried with localhost:x.0 > > > > > but bad luck :( > > > > > > > > The "x" is a placeholder! > > > > > > > > If your environment is initialized with DISPLAY=3Dlocalhost:10.0 then t= his > > > > is OK, you shouldn't mess with it. > > > > > > > > Find out why Xming won't accept the connection. > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > --=20 Regards *RAJIV KUMAR NANDVANI * http://rajivkumarnandvani.wordpress.com http://testeverythingqtp.blogspot.com/ --bcaec554e0183f5fa704a2707b94--