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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...