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 6797911050 for ; Mon, 25 Aug 2014 21:01:18 +0000 (UTC) Received: (qmail 31104 invoked by uid 500); 25 Aug 2014 21:01:17 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 31075 invoked by uid 500); 25 Aug 2014 21:01:17 -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 31062 invoked by uid 99); 25 Aug 2014 21:01:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 21:01:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jim.b@qualisystems.com designates 213.199.154.82 as permitted sender) Received: from [213.199.154.82] (HELO emea01-db3-obe.outbound.protection.outlook.com) (213.199.154.82) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 21:00:49 +0000 Received: from AM3PR04MB0597.eurprd04.prod.outlook.com (10.141.47.154) by AM3PR04MB0599.eurprd04.prod.outlook.com (10.141.47.156) with Microsoft SMTP Server (TLS) id 15.0.1015.19; Mon, 25 Aug 2014 21:00:47 +0000 Received: from AM3PR04MB0597.eurprd04.prod.outlook.com ([10.141.47.154]) by AM3PR04MB0597.eurprd04.prod.outlook.com ([10.141.47.154]) with mapi id 15.00.1015.018; Mon, 25 Aug 2014 21:00:47 +0000 From: Jim Brannan To: JMeter Users List Subject: RE: Jmeter reporting Thread-Topic: Jmeter reporting Thread-Index: AQHPwJ3NfJ3NUKXvS0CIfoYmoZW8PpvhzOlg Date: Mon, 25 Aug 2014 21:00:47 +0000 Message-ID: References: <1408996186.84038.YahooMailBasic@web141002.mail.bf1.yahoo.com> In-Reply-To: <1408996186.84038.YahooMailBasic@web141002.mail.bf1.yahoo.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [72.47.87.176] x-microsoft-antispam: BCL:0;PCL:0;RULEID:;UriScan:; x-forefront-prvs: 03142412E2 x-forefront-antispam-report: SFV:NSPM;SFS:(6009001)(377454003)(199003)(252514010)(13464003)(189002)(33646002)(90102001)(108616004)(81342001)(79102001)(86362001)(74502001)(92566001)(74662001)(85306004)(4396001)(74316001)(31966008)(46102001)(21056001)(101416001)(77982001)(95666004)(76482001)(66066001)(85852003)(83072002)(105586002)(20776003)(110136001)(221733001)(83322001)(76576001)(106356001)(107046002)(99396002)(19580405001)(64706001)(81542001)(87936001)(50986999)(2656002)(76176999)(106116001)(19580395003)(107886001)(54356999)(80022001)(24736002);DIR:OUT;SFP:;SCL:1;SRVR:AM3PR04MB0599;H:AM3PR04MB0597.eurprd04.prod.outlook.com;FPR:;MLV:sfv;PTR:InfoNoRecords;A:1;MX:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: qualisystems.com X-Virus-Checked: Checked by ClamAV on apache.org If you use the simple data writer and save the data to a csv file, you will= see the data can include the thread name, which will end in like 1-1, 1-2,= 1-3... The -1, -2, -3, etc are the individual users. So you can easily d= o a pivot summary with this. I think someone needs to write a save-to-sql= listener!!! For now I have a tear-down thread calling an EXE that reads t= he saved data file and inserts the data (improved for reporting) into an SQ= L table. 'Opportunity' with performance testing is that is makes a LOT of = data. Jim=20 -----Original Message----- From: rxfillpharm [mailto:rxfillpharm@yahoo.com.INVALID]=20 Sent: Monday, August 25, 2014 12:50 PM To: user@jmeter.apache.org Subject: Jmeter reporting Hi Group,=20 I posted a question some days ago and guess it was not clear what I need.=20 New to performance testing and jmeter. I have a bunch of test plans that wo= rk fine.=20 My test logs on, runs a small query, then logs off.=20 That takes @ 5 seconds as per my manual test and the jmeter test.=20 When I increase threads (users) to 10, I want to know with all users runnin= g concurrently,=20 how long each individual user takes to complete the test (log on, run query= , log off). There should not be that much of a different.=20 When I increase threads to 100, I should see a difference in the total time= per users.=20 Increase to 500 users, I should see the timer for each user take longer sti= ll.=20 Is there a listener in jmeter that can tell me that, ie time per user. I'm = thinking one=20 row of raw data for each thread. I am not interested in the per http call = speed. Thank you and I hope that my question is clear(er). --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org