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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...