Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 90334 invoked from network); 6 Sep 2008 01:11:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2008 01:11:15 -0000 Received: (qmail 46378 invoked by uid 500); 6 Sep 2008 01:11:10 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 46357 invoked by uid 500); 6 Sep 2008 01:11:10 -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 46346 invoked by uid 99); 6 Sep 2008 01:11:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2008 18:11:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of okycastro@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2008 01:10:12 +0000 Received: by wr-out-0506.google.com with SMTP id c49so88468wra.17 for ; Fri, 05 Sep 2008 18:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=GM+tkDuFXZitNi62pu1V6IKW3AuUj9Mcbr9UNENSNcE=; b=v7tUE0vUVJoXB5CuhRSdpaG92qoV1q2FtdQQWG2yxyQ23TWkpCuWdQQctMKnuiVZUC XYKJ6L7Tqf0RJBladf1hi5AztSNvtcmTfKyJE20uMdx/g7L8VnZCBH6EYhomK3H1B/8V 3Qn3XxpsQDjhIPmolMW1I2ohICzvffMHp2uP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FxvNVVve4h0TXrlU+u1XEqGLOZ4Go1efOgWd/UtU3CzSoGDsrsN5L6Bs0KwJdwUvFq WT50gSNxtYgAuMDkCpfNDwQQBzWyOzjMGA4cPz8bqjwdqNBR0Z7Ev04qkD6CpPMsNwos mXTvac1CMbe2XG2jfsD2Y87krUBnrwoNl8dFA= Received: by 10.90.53.5 with SMTP id b5mr15777400aga.19.1220663442989; Fri, 05 Sep 2008 18:10:42 -0700 (PDT) Received: by 10.90.70.1 with HTTP; Fri, 5 Sep 2008 18:10:42 -0700 (PDT) Message-ID: Date: Fri, 5 Sep 2008 21:10:42 -0400 From: "Jose Castro" To: "JMeter Users List" Subject: Re: Function to write to file In-Reply-To: <25aac9fc0809050758h7d5d1ba6i216099ca9c93a706@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25aac9fc0809050758h7d5d1ba6i216099ca9c93a706@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Is nice that there are workarounds. BUT, Can a function like this be added?? On Fri, Sep 5, 2008 at 10:58 AM, sebb wrote: > On 05/09/2008, Jose Castro wrote: >> Is there a function like StringToFile or a logn parameter to write a >> string to file? > > No, but you could potentially use a BSF or BeanShell element to do this. > Or one can use a Java Sampler with Simple Datawriter as a child to > generate a sample to be written to a file. > > Also, one can define a list of variable names whose contents will be > written to JTL files: > > http://jakarta.apache.org/jmeter/usermanual/listeners.html#sample_variables > >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org