Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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
User | Count |
---|---|
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form