Splunk Enterprise

How to visualize performance data (latency) from JMeter over time?

eugenenosenko
New Member

Hey guys,

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! 😞

log data :

 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

Trivial question I know, but for some unknown reason I'm stuck 😕

Any ideas?

thanks

0 Karma

vasildavid
Path Finder

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.

search sourcetype=jmeter 
  | timechart avg(Latency) AS "Average by Thread Latency" by Thread 
  | appendcols [search sourcetype=jmeter 
                 | timechart avg(Latency) AS "Average Overall Latency"]
0 Karma
Get Updates on the Splunk Community!

Splunk Lantern | Getting Started with Edge Processor, Machine Learning Toolkit ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Enterprise Security Content Update (ESCU) | New Releases

In the last month, the Splunk Threat Research Team (STRT) has had 2 releases of new security content via the ...

Announcing the 1st Round Champion’s Tribute Winners of the Great Resilience Quest

We are happy to announce the 20 lucky questers who are selected to be the first round of Champion's Tribute ...