Getting Data In

How can we find the deviations of the Total Latency of a certain service?

ddrillic
Ultra Champion

We have a case where the Total Latency is high for a certain production API -

<base search against an api> | stats avg(TotalLatency) by ServiceName

How can see the deviations of this TotalLatency field?

Tags (2)
0 Karma
1 Solution

woodcock
Esteemed Legend

It depends on what you mean. Maybe one of these?

<base search against an api>
| stats avg(TotalLatency) stdev(TotalLatency) values(TotalLatency) BY ServiceName

View solution in original post

ddrillic
Ultra Champion

I placed the values of the TotalLatency in excel, sorted them out and ran a graph on the sorted values. I got the following -

alt text

So, the sorted values create this exponential graph - can we produce it within Splunk?

0 Karma

woodcock
Esteemed Legend

It depends on what you mean. Maybe one of these?

<base search against an api>
| stats avg(TotalLatency) stdev(TotalLatency) values(TotalLatency) BY ServiceName
Get Updates on the Splunk Community!

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...