Splunk Search

How to get average, max TPS by Method

sg86sourav
New Member

Hi,

I am looking for splunk query which can give average, max and 90th percentile value of transactions per second (TPS) for each of the methods. I am looking a table in below format-

Method Name -- Avg TPS -- Max TPS -- 90th Percentile TPS -- Total Sample
Method1 -- ? -- ? -- ? -- ?
Method2 -- ? -- ? -- ? -- ?
Method3 -- ? -- ? -- ? -- ?
Method4 -- ? -- ? -- ? -- ?

Tags (1)
0 Karma

xpac
SplunkTrust
SplunkTrust

Try this:

index=something yoursearchhere
| stats avg(TPS) AS "Avg TPS" max(TPS) AS "Max TPS" perc90(TPS) AS "90th Percentile TPS" count(TPS) as "Total Sample" by method
0 Karma

sg86sourav
New Member

What is TPS ? Is it a inbuild field ?

0 Karma

xpac
SplunkTrust
SplunkTrust

Sorry, that was a misunderstanding, I thought that was a field from your events. What do you mean by transactions? Events?

0 Karma
Get Updates on the Splunk Community!

Index This | What did the zero say to the eight?

June 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this month’s ...

Splunk Observability Cloud's AI Assistant in Action Series: Onboarding New Hires & ...

This is the fifth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Now Playing: Splunk Education Summer Learning Premieres

It’s premiere season, and Splunk Education is rolling out new releases you won’t want to miss. Whether you’re ...