<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Percentile total transactions as a percentage of total transactions in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Percentile-total-transactions-as-a-percentage-of-total/m-p/563603#M196351</link>
    <description>&lt;P&gt;That’s great, thanks for your help. &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 08:49:30 GMT</pubDate>
    <dc:creator>joe06031990</dc:creator>
    <dc:date>2021-08-17T08:49:30Z</dc:date>
    <item>
      <title>Percentile total transactions as a percentage of total transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Percentile-total-transactions-as-a-percentage-of-total/m-p/563593#M196347</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the bellow search:&lt;/P&gt;&lt;P&gt;index=test sourcetype=Test&lt;/P&gt;&lt;P&gt;|stats count by _time&lt;/P&gt;&lt;P&gt;|eventstats perc99(count) as p99&lt;/P&gt;&lt;P&gt;|eval Percentile &amp;nbsp;= case(count &amp;gt;= p99, “99%”)&lt;/P&gt;&lt;P&gt;|stats count by transactions by percentile&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to add a column that shows the % of transactions &amp;nbsp;in the 99% percentile however can’t work out how to do this. Any advice would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 07:33:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Percentile-total-transactions-as-a-percentage-of-total/m-p/563593#M196347</guid>
      <dc:creator>joe06031990</dc:creator>
      <dc:date>2021-08-17T07:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile total transactions as a percentage of total transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Percentile-total-transactions-as-a-percentage-of-total/m-p/563599#M196349</link>
      <description>&lt;P&gt;The first part generates some dummy data&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| gentimes start=-5 increment=1m | rename starttime as _time | fields - endhuman endtime starthuman | eval count=random() % 100 


| eventstats perc99(count) as p99
| eval qualifying  = case(count &amp;lt;= p99, count)
| eventstats sum(qualifying) as transactions sum(count) as total
| eval percentage=100*transactions/total&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 07:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Percentile-total-transactions-as-a-percentage-of-total/m-p/563599#M196349</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-08-17T07:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile total transactions as a percentage of total transactions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Percentile-total-transactions-as-a-percentage-of-total/m-p/563603#M196351</link>
      <description>&lt;P&gt;That’s great, thanks for your help. &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 08:49:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Percentile-total-transactions-as-a-percentage-of-total/m-p/563603#M196351</guid>
      <dc:creator>joe06031990</dc:creator>
      <dc:date>2021-08-17T08:49:30Z</dc:date>
    </item>
  </channel>
</rss>

