Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 95278 invoked from network); 25 Feb 2010 11:35:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 11:35:07 -0000 Received: (qmail 7073 invoked by uid 500); 25 Feb 2010 11:35:06 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 7050 invoked by uid 500); 25 Feb 2010 11:35:06 -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 7042 invoked by uid 99); 25 Feb 2010 11:35:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 11:35:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.226 as permitted sender) Received: from [209.85.220.226] (HELO mail-fx0-f226.google.com) (209.85.220.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 11:34:57 +0000 Received: by fxm26 with SMTP id 26so4054812fxm.13 for ; Thu, 25 Feb 2010 03:34:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=jgJdW3jpvn95Pso1d9PJORHwD/nMqitdBowXADHG0/A=; b=BWXbqo5DKVJnZ4W4wuqNI7/YNcOBGiiZcthH19mxu6HZ9x4g05S7nqP/QSINFhVKbt MhUuHvIFAfMxe0isKiTmkboeKjLysCmr9vB0iYud57bafwxuNWqsKAIIWDIraciu4IIQ jqK9e5CuuXd7a2vplYWX8zCzLo+XweKE5uvlU= 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=wvuPq0EFNFmmK+uvSGnc1/OHnfCviPsdbylnagxG4T5A7DKKwwv0UO+mWc0kOe1Kk+ mgQntr5kDZgsZpVy3SjqxZoc+plSoxd4kkv9k1CoIiOpjEhirn9Sj6buG9jP5RS2X2e2 HP4IAulFQtw5P3jtwtr5Y+FpYxfd6PyAYosLQ= MIME-Version: 1.0 Received: by 10.239.181.205 with SMTP id n13mr72072hbg.66.1267097677588; Thu, 25 Feb 2010 03:34:37 -0800 (PST) In-Reply-To: <27714389.post@talk.nabble.com> References: <27714389.post@talk.nabble.com> Date: Thu, 25 Feb 2010 11:34:37 +0000 Message-ID: <25aac9fc1002250334t8de6622u7788920e04ad9dd4@mail.gmail.com> Subject: Re: Jmeter sampler timestamps From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 25/02/2010, Andre Mud wrote: > > I have the following setup: > > SimpleController > HTTPSampler1 > TestAction (pause 5000) > Synchronization Time (1 user) > SimpleController > HTTPSampler2 > TestAction (pause 5000) > Synchronization Time (1 user) > > When I look at the timestamps generated i see something weird: > > > Timestamp Duration > Sampler 1 1267092074523 983 > Sampler 2 1267092080497 695 > > With the pause of 5000 ms. I should get 5000 ms between the transactions. > However I get (1267092080497-983-1267092074523) = 4991 ms > Can someone explain this. Because now I get overlapping transactions. We use > another program to do some calculations and this program checks this. > So the > > Starttime Sampler1 + Duration + Pause > Starttime Sampler2 > > With regards, Most likely this is due to timer resolution. The time is less than 0.2% off. > Andre Mud > > > -- > View this message in context: http://old.nabble.com/Jmeter-sampler-timestamps-tp27714389p27714389.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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