Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-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 0F25F9BDE for ; Tue, 15 May 2012 15:00:54 +0000 (UTC) Received: (qmail 66057 invoked by uid 500); 15 May 2012 15:00:53 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 65995 invoked by uid 500); 15 May 2012 15:00:53 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 65986 invoked by uid 99); 15 May 2012 15:00:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 15:00:53 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sahmed1020@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qa0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 15:00:45 +0000 Received: by qadb33 with SMTP id b33so4065179qad.2 for ; Tue, 15 May 2012 08:00:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=+2jMx1pvWzJPpsdiIrS/FdaL8F7KmdOf2LHZprH/7eM=; b=iOuOo8t/vkNkK0NHPf1ujQCQ5h5q1Q3wwstKmeEEKtlZIpoiv2gksqEv1fmi9XbYnC gf4as2ienlNmQmasDQI6BSvhtFKbMxFQ45FQrihwUgFZVevNa+C8ZdEexSaDLFJ2exE/ E13b95MPmIaradNTjNqPt7Yap3QRIK4B5seNSHSjbfL8IgnKjqCbaM5KmsSrI+cwoBB2 JrNQfMsKCiD85o4ij8UeVvAOqN0ISdcs95XftM1m3Wk0Pxy79396S9cO5OvpJlTwavLY 5sQgs5IE4m5sYGklvakI1y7WWBZj7j7TAb/ddK9CsQY1GOcnL94svwIAfPi9eWJ8wvhE Smug== Received: by 10.229.69.98 with SMTP id y34mr3772971qci.11.1337094024945; Tue, 15 May 2012 08:00:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.179.91 with HTTP; Tue, 15 May 2012 08:00:04 -0700 (PDT) From: S Ahmed Date: Tue, 15 May 2012 11:00:04 -0400 Message-ID: Subject: loading an xml file, modifying an element, 1K connections per second To: user@jmeter.apache.org Content-Type: multipart/alternative; boundary=0021cc0233d263618d04c0147643 --0021cc0233d263618d04c0147643 Content-Type: text/plain; charset=ISO-8859-1 I have an xml file that I want to http post to a url. Before posting it, I want to modify an element in the xml (its a credentials xml node value). I also need to send 1K connections per second, and do this via the command line. Is this possible with jmeter? Is 1K per second too high? --0021cc0233d263618d04c0147643--