Splunk Dev

95 percentile

chaitu99
Explorer

How to check 95th percentile of a particular message (Ex: Message ok) which is coming 20 times.

Ex
03/22/2013 03:38:56.752 Message ok

which is coming 20 times.

Please tell me the same.

Tags (1)
0 Karma

chaitu99
Explorer

Hello
My requiremet is if "message ok" will come in log file then that is successful.

i am running it 20 times, so 20 times "message ok" will come in log.
i have to check the 95th percentile of success rate.

0 Karma

chaitu99
Explorer

Hello
My requiremet is if "message ok" will come in log file then that is successful.

i am running it 20 times, so 20 times "message ok" will come in log.
i have to check the 95th percentile of success rate.

0 Karma

lpolo
Motivator

You can use the perc()x(field) function. More information:

http://docs.splunk.com/Documentation/Splunk/5.0.2/SearchReference/CommonStatsFunctions

Example:
Let's say that your field OK="Message ok". Then, you could use the perc(x)(field) function as follow:

earliest=-1d@d latest=@d index=main sourcetype=messages|stats perc95(ok)

earliest=-7d@d latest=@d index=main sourcetype=messages|timechart span=d perc95(ok)

kristian_kolb
Ultra Champion

Have you checked the percX() function for stats?

http://docs.splunk.com/Documentation/Splunk/5.0.2/SearchReference/Stats
http://docs.splunk.com/Documentation/Splunk/5.0.2/SearchReference/CommonStatsFunctions

your search | stats perc95(your_field) | the rest of your search

/k

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

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 ...