From user-return-46821-archive-asf-public=cust-asf.ponee.io@jmeter.apache.org Mon Jun 18 06:11:17 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 68CD818062A for ; Mon, 18 Jun 2018 06:11:17 +0200 (CEST) Received: (qmail 24286 invoked by uid 500); 18 Jun 2018 04:11:16 -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 24275 invoked by uid 500); 18 Jun 2018 04:11:16 -0000 Delivered-To: apmail-jakarta-jmeter-user@jakarta.apache.org Received: (qmail 24272 invoked by uid 99); 18 Jun 2018 04:11:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2018 04:11:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C5EE61A0057 for ; Mon, 18 Jun 2018 04:11:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.971 X-Spam-Level: X-Spam-Status: No, score=0.971 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 7RUBk0a61otb for ; Mon, 18 Jun 2018 04:11:14 +0000 (UTC) Received: from n5.nabble.com (n5.nabble.com [162.253.133.81]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 99E255F18F for ; Mon, 18 Jun 2018 04:11:14 +0000 (UTC) Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id 2AC566E531F5 for ; Sun, 17 Jun 2018 21:11:14 -0700 (MST) Date: Sun, 17 Jun 2018 21:11:14 -0700 (MST) From: "glinius@live.com" To: jmeter-user@jakarta.apache.org Message-ID: <1529295074172-0.post@n5.nabble.com> In-Reply-To: References: Subject: Re: Jmeter sample count MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit You are *not* sending 1 request per 1 second, JMeter tries to send requests as fast as it can for 15 minutes and the number of threads will vary depending on the response time. The only way of getting exactly 900 hits in your setup is placing your request under a Throughput Controller , choose "Total Executions" mode and set "Throughput" to 900. If you additionally want to limit JMeter's throughput to 1 request per second you can achieve this in 2 ways: 1. Using Constant Throughput Timer and configure it to send 60 samples per minute 2. Using Throughput Shaping Timer which is more advanced and under some conditions precise version of the Constant Throughput Timer using Start and End RPS as 1 and 900 seconds as duration. You can install Throughput Shaping Timer using JMeter Plugins Manager -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org