<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to visualize performance data (latency) from JMeter over time? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-visualize-performance-data-latency-from-JMeter-over-time/m-p/279488#M554</link>
    <description>&lt;P&gt;Without knowing how your fields are being extracted or how the events are being indexed, I'll give the below as a starting point.  Create your first thread-specific timechart and then use appendcols to add another timechart for the overall latency.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search sourcetype=jmeter 
  | timechart avg(Latency) AS "Average by Thread Latency" by Thread 
  | appendcols [search sourcetype=jmeter 
                 | timechart avg(Latency) AS "Average Overall Latency"]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 16 Feb 2016 15:55:40 GMT</pubDate>
    <dc:creator>vasildavid</dc:creator>
    <dc:date>2016-02-16T15:55:40Z</dc:date>
    <item>
      <title>How to visualize performance data (latency) from JMeter over time?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-visualize-performance-data-latency-from-JMeter-over-time/m-p/279487#M553</link>
      <description>&lt;P&gt;Hey guys, &lt;/P&gt;

&lt;P&gt;Can anyone give an advice on how to visualize performance data from Jmeter? I need to see latency over time in a form a  of line graph - overall and thread-specific, but have no clue how to get it! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;log data :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 2/11/16
3:09:09.478 PM1455199749478,18,GET Search,200,OK,Load with Step-up. Total 150 VUs 1-15,text,true,11255,1,1,18,1,0,0
Latency = 18
label = GET Search
responseCode = 200
2/11/16
3:09:09.293 PM1455199749293,184,Post Create,200,OK,Load with Step-up. Total 150 VUs 1-15,text,true,97950,1,1,182,1,0,0
Latency = 182
label = Post Create
responseCode = 200
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Trivial question I know, but for some unknown reason I'm stuck &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 14:28:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-visualize-performance-data-latency-from-JMeter-over-time/m-p/279487#M553</guid>
      <dc:creator>eugenenosenko</dc:creator>
      <dc:date>2016-02-11T14:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize performance data (latency) from JMeter over time?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-visualize-performance-data-latency-from-JMeter-over-time/m-p/279488#M554</link>
      <description>&lt;P&gt;Without knowing how your fields are being extracted or how the events are being indexed, I'll give the below as a starting point.  Create your first thread-specific timechart and then use appendcols to add another timechart for the overall latency.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search sourcetype=jmeter 
  | timechart avg(Latency) AS "Average by Thread Latency" by Thread 
  | appendcols [search sourcetype=jmeter 
                 | timechart avg(Latency) AS "Average Overall Latency"]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Feb 2016 15:55:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-visualize-performance-data-latency-from-JMeter-over-time/m-p/279488#M554</guid>
      <dc:creator>vasildavid</dc:creator>
      <dc:date>2016-02-16T15:55:40Z</dc:date>
    </item>
  </channel>
</rss>

