AppD Archive

Extra nodes from in app tier

CommunityUser
Splunk Employee
Splunk Employee
We are using asp.net and it would seem that when the worker process restarts a new node is recorded under the app tier (see the screen shot below). Can someone confirm if this is the case and what the numbers mean 0-1-0 etc.

image.png

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

Hi Graham,

The three numbers you see at the end mean the following things (in order) and were added to prevent node name collision. This naming convention has been siginificantly improved since 3.7.8.

1. Process IndexThe process index represents the zero-based index of the process. For a self-hosted process the index would be 0. For a web garden-IIS-hosted application with five worker processes, the index could be 0, 1, 2, 3 or 4.

2. CLR count -The CLR count represents the CLR in process, which is normally 1. In some cases it could be greater than 1 if you have multiple applications pointing to the same application pool.

3. AppDomain Index - This is the CLR's position in the zero-based app domain index.

It is not deterministic that a worker process restart will lead to the creation of a new node. In a non-web garden scenario, if the AppDynamics Coordinator service wasn't restarted then in most cases, these various indexes should remain the same and new nodes should not be created. In a web garden case, it's more likely that new nodes will come up.

Hope that helps.

CommunityUser
Splunk Employee
Splunk Employee

Thanks for your speedy response that makes sense 🙂

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...