Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 17040 invoked from network); 17 Dec 2009 18:01:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Dec 2009 18:01:16 -0000 Received: (qmail 33485 invoked by uid 500); 17 Dec 2009 18:01:16 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 33448 invoked by uid 500); 17 Dec 2009 18:01:16 -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 33438 invoked by uid 99); 17 Dec 2009 18:01:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 18:01:15 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.236.124] (HELO web58101.mail.re3.yahoo.com) (68.142.236.124) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Dec 2009 18:01:12 +0000 Received: (qmail 54861 invoked by uid 60001); 17 Dec 2009 18:00:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1261072849; bh=eo+qrZsMFQ1JcP6JOT2zIMNKKyVVQxSFDB5Y5gdsRBI=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=kkPi9jBYAUZ677NJS+HyLUpbk1FedQA5U+fA8F9MyEjmAcRedisf8NqvMjW5mwkeepIH+o8oOZEY+pHsgnh4y1KkyCg1v/L/Hwr9kOsg0/oYDDg6iaKio5AWNVtMo4hYhPaUebNn1ib9Tb9IejmN/tTiKP2KhRYH1+kbiw2yH9Q= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=KLerfPfLR1vyjYXVG455YLygdOM683pnzJWTKiObDhiQgHk+MuGxhqnRi1He4B7peavzzYZ+a7riR3vNlJWSCSJTx0Z0Otwe4wEoLgNir4r42Lj+02eHIufl/3ag3Zzv3Wl6L7yRUuD47VskmJh9JXSsyzCpbOB6FwZkR5d2iFE=; Message-ID: <843402.53848.qm@web58101.mail.re3.yahoo.com> X-YMail-OSG: wAojN_0VM1lsB12BukkJ8V7vGp4ZGXNBKMIGcHQN3e6Q5uSb3m1nbg7Gj8HUttaKT.jLzPbbH9eQfAAby2gdb6wdLpZZx98LxDsdUBMGDBMrybG816vzGh8ch5VQe31KUfzSnZcs2kLXnzdHuEPRojKVDu..rMu.Z0XWXdGFMPVGD3NowZAvemwmTlcmAyc4BACqw_IAdsxohSd5gwnjYoQXY1oyZDZ4XZLllfY- Received: from [208.240.243.170] by web58101.mail.re3.yahoo.com via HTTP; Thu, 17 Dec 2009 10:00:49 PST X-Mailer: YahooMailRC/240.3 YahooMailWebService/0.8.100.260964 Date: Thu, 17 Dec 2009 10:00:49 -0800 (PST) From: gubbu gubbu Subject: Logging To: JMeter Users List MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1433787844-1261072849=:53848" --0-1433787844-1261072849=:53848 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable =A0I have a testplan which works great and exercises multiple jvms on the s= ervers . I use "View results Tree" and only have "response headers " in "xm= l" format. From all the output I get I have a header with some information = which I am interested in . Wondering if there is a way to do this without d= oing what I am doing. =0AFor example my jmeter.out file generated from my t= est has something like =0A---------------=0A=0A=0A=0A= =A0 HTTP/1.1 200 OK=0ADate: Wed,= 16 Dec 2009 01:00:44 GMT=0AServer: Apache=0ASet-Cookie: JSESSION=3D60B65E6= 1335D2E7526ECA95F69F66082.ap6jvm3; Path=3D/; Secure=0A--------------=0Athis= tells me the request ran on a particular jvm. What I do is use cut/sed awk= to actually print the "ap6jvm3 and sort by uniq" so I can get the final li= st of jvms exercised . Wondering if I can do this inside Jmeter test instea= d of taking the log file and parsing it=0A=0A=0A --0-1433787844-1261072849=:53848--