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 3E4EB8A1 for ; Wed, 29 Aug 2012 17:40:41 +0000 (UTC) Received: (qmail 41624 invoked by uid 500); 29 Aug 2012 17:40:40 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 41597 invoked by uid 500); 29 Aug 2012 17:40:40 -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 41585 invoked by uid 99); 29 Aug 2012 17:40:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 17:40:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mangaroo@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vc0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 17:40:36 +0000 Received: by vcdd16 with SMTP id d16so1018323vcd.2 for ; Wed, 29 Aug 2012 10:40:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=u7G0OUhFQMmIdMds2fMaD1naPG4JNR00UmeGEFbgrCk=; b=T3gsaqGJKH/7hGnXKz+CpBHJ8RgjS21jOHl6tRjXrvFBLTouA2AvAHDiYbSoAVZQDj HjWFJ4DCLuSXnfiJBE3T3ok+U2XKu3cpfw9lAiNd5urQHDOPL0kWfXnlJtK0VDZolyfa vLxb1wG7DOklKM/c5QUvkWd9dAb5n7gmciyDDoQwxtS7bp+873skKVVkDlo0lxMvbMXw QHhMWT1h+uL9YmBpKq6MwPs6OnCZlkg8h8OXaFhjI4YFhgP9wssurgpWcp6cRmNXDaBu LBJrJ9Bh8RpZopuiQo3PTmHkBTL7XJuXTsiv6+zt6HVzhqf3QtLNxYRVK7qQ2usi2HUp 3u/A== MIME-Version: 1.0 Received: by 10.58.13.33 with SMTP id e1mr1550326vec.51.1346262015340; Wed, 29 Aug 2012 10:40:15 -0700 (PDT) Received: by 10.58.246.39 with HTTP; Wed, 29 Aug 2012 10:40:15 -0700 (PDT) Date: Wed, 29 Aug 2012 10:40:15 -0700 Message-ID: Subject: How do most people analyze and present JMeter test results? From: David Luu To: JMeter Users List Content-Type: multipart/alternative; boundary=047d7b2e535232f04804c86b0ddd X-Virus-Checked: Checked by ClamAV on apache.org --047d7b2e535232f04804c86b0ddd Content-Type: text/plain; charset=ISO-8859-1 I was just wondering how most of you analyze and present JMeter test results in general? - Using the built in JMeter graph and table reporting options, saving to file? Which ones in particular? - Using JMeter Plugins additional graph, etc. reporting options? Which ones in particular? http://code.google.com/p/jmeter-plugins/ - Using the Statistical Aggregate Report listener? http://rubenlaguna.com/wp/better-jmeter-graphs/index.html/ - Parse the result logs yourself and generate custom reports using scripts? Similar to this: http://wiki.apache.org/jmeter/LogAnalysis - Analyze the results yourself and generate custom reports (graphs, tables) but doing it manually? - Using this solution to plot your graphs: http://www.metaltoad.com/blog/plotting-your-load-test-jmeter - Any other approaches? Asking this to see how others are doing it and to assess which ones are the generally better options to go with. Regards, David --047d7b2e535232f04804c86b0ddd--