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!

Say goodbye to manually analyzing phishing and malware threats with Splunk Attack ...

In today’s evolving threat landscape, we understand you’re constantly bombarded with phishing and malware ...

AppDynamics is now part of Splunk Ideas

Hello Splunkers, We have exciting news for you! AppDynamics has been added to the Splunk Ideas Portal. Which ...

Advanced Splunk Data Management Strategies

Join us on Wednesday, May 14, 2025, at 11 AM PDT / 2 PM EDT for an exclusive Tech Talk that delves into ...