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 Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...