cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Turn off call stack sampling?

Joe .Ammann
Builder

Hi all

 

for a specific JVM, I would like to instrument it with the JavaAgent and get memory and JMX metric. But I know that I will never get/want BusinessTranscation data from this JVM, and thus I would prefer to turn off the call stack sampling and avoid the stop-the-world pauses every 10 ms.

 

Is this possible with a -D argument to the JVM/agent (AppDynamics 4.3.5.7)?

CU, Joe

2 REPLIES 2

Peter.Holditch
Moderator
Moderator

Joe,

 

If there are no BTs on your node, it will never do the stack sampling, since its whole purpose is to gather data about slow BTs.

 

Warm regards,

Peter

 



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Good to know, thanks! I didn't realize that and assumed it would always be active