Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
02-14-2020 10:55 AM - last edited on 02-14-2020 03:52 PM by Ryan.Paredez
Hi,
We recently switched to AppD and I am looking for a way to get a Throughput chart (hits/second) for specific Transaction records.
For example, I have a query: SELECT * FROM transactions WHERE segments.httpData.cookies.WeToken='WS757982604da45a81' LIMIT 10000
and I like to visualize Throughput for these transactions. I can see a small chart in Analytics UI, but it gives me no control over time steps, etc.
Please suggest how to visualize Throughput.
Solved! Go to Solution.
02-14-2020 11:04 AM
Found it: SELECT series(eventTimestamp, '1s'), count(*) FROM transactions WHERE segments.httpData.cookies.WeToken='WS757982604da45a81' LIMIT 10000
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form