<?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 How to get Throughput chart? in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-get-Throughput-chart/m-p/718124#M822</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We recently switched to AppD and I am looking for a way to get a Throughput chart (hits/second) for specific Transaction records.&lt;/P&gt;

&lt;P&gt;For example, I have a query:&amp;nbsp;SELECT * FROM transactions WHERE segments.httpData.cookies.WeToken='WS757982604da45a81' LIMIT 10000&lt;/P&gt;

&lt;P&gt;and I like to visualize&amp;nbsp;Throughput for these transactions. I can see a small chart in Analytics UI, but it gives me no control over time steps, etc.&lt;/P&gt;

&lt;P&gt;Please suggest how to visualize&amp;nbsp;Throughput.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screen Shot 2020-02-14 at 1.49.22 PM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34903i510C8F1028264F37/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 18:55:59 GMT</pubDate>
    <dc:creator>Gleb_Gadyatskiy</dc:creator>
    <dc:date>2020-02-14T18:55:59Z</dc:date>
    <item>
      <title>How to get Throughput chart?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-get-Throughput-chart/m-p/718124#M822</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We recently switched to AppD and I am looking for a way to get a Throughput chart (hits/second) for specific Transaction records.&lt;/P&gt;

&lt;P&gt;For example, I have a query:&amp;nbsp;SELECT * FROM transactions WHERE segments.httpData.cookies.WeToken='WS757982604da45a81' LIMIT 10000&lt;/P&gt;

&lt;P&gt;and I like to visualize&amp;nbsp;Throughput for these transactions. I can see a small chart in Analytics UI, but it gives me no control over time steps, etc.&lt;/P&gt;

&lt;P&gt;Please suggest how to visualize&amp;nbsp;Throughput.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screen Shot 2020-02-14 at 1.49.22 PM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34903i510C8F1028264F37/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 18:55:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-get-Throughput-chart/m-p/718124#M822</guid>
      <dc:creator>Gleb_Gadyatskiy</dc:creator>
      <dc:date>2020-02-14T18:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Throughput chart?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-get-Throughput-chart/m-p/718125#M823</link>
      <description>&lt;P&gt;Found it: SELECT series(eventTimestamp, '1s'), count(*) FROM transactions WHERE segments.httpData.cookies.WeToken='WS757982604da45a81' LIMIT 10000&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 19:04:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-get-Throughput-chart/m-p/718125#M823</guid>
      <dc:creator>Gleb_Gadyatskiy</dc:creator>
      <dc:date>2020-02-14T19:04:38Z</dc:date>
    </item>
  </channel>
</rss>

