Splunk AppDynamics

Overall Application Performance Calls Per Minute

Luke_Thomas
Engager

Can someone please tell me exactly what Appdynamics classes as a "call" in the "calls per minute" section of the metric browser? This is for java app agent metrics

Screen attached.

image.png

Labels (3)
0 Karma
1 Solution

Sunil_Agarwal
Communicator

Hi @Luke.Thomas , 
"Calls per Minute" is a metric that calculates the average number of incoming or outgoing calls within a minute, focusing on the connection between a node and its destination during a specified timeframe.

The concept of a "call" can take on different meanings depending on whether it is measured at the application or tier level. Let's understand this with an example:

Suppose you have an e-commerce website with multiple tiers, such as the frontend, backend, and database tiers. When we analyze the "Calls per Minute" metric at the application level (Overall Application Performance), a "call" would correspond to a complete business transaction made by a user on the website. For instance, when a user places an order, that action would be counted as one "call" at the application level.

However, at the tier level, a "call" would represent an individual service invocation within each tier. So, for the same user order example, when the frontend tier communicates with the backend tier to process the order, that interaction would be counted as one "call" at the frontend tier and another "call" at the backend tier.

View solution in original post

Yash__Gore
New Member

1. Does calls on C++ layer are considered in overall calls ?

2. Suppose there is one transaction which flows from Web Server to Java to Node.Js then it will counted as 3 calls or one call? 

0 Karma

Sunil_Agarwal
Communicator

Hi @Luke.Thomas , 
"Calls per Minute" is a metric that calculates the average number of incoming or outgoing calls within a minute, focusing on the connection between a node and its destination during a specified timeframe.

The concept of a "call" can take on different meanings depending on whether it is measured at the application or tier level. Let's understand this with an example:

Suppose you have an e-commerce website with multiple tiers, such as the frontend, backend, and database tiers. When we analyze the "Calls per Minute" metric at the application level (Overall Application Performance), a "call" would correspond to a complete business transaction made by a user on the website. For instance, when a user places an order, that action would be counted as one "call" at the application level.

However, at the tier level, a "call" would represent an individual service invocation within each tier. So, for the same user order example, when the frontend tier communicates with the backend tier to process the order, that interaction would be counted as one "call" at the frontend tier and another "call" at the backend tier.

iamryan
Community Manager
Community Manager

Hello @Luke.Thomas,

I found this existing AppD Documentation page. Check it out and let me know if it helps.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...