0

Will alert in Perfino JVM Perfomance monitoring show the exact place where the issue happened?

Marco Altieri
  • 3,726
  • 2
  • 33
  • 47

1 Answers1

1

If you mean a stack trace, then no. An alert is a high-level event and is associated with a time, a VM and has a description that tells you what happened.

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102
  • Thank you for quick response. Yes I was looking for the information like problematic method or class or stack trace etc. – Subarshini Ramesh Jun 05 '18 at 06:29
  • For that purpose, use "VM Data Views->Method sampling", you can filter by transaction and policy violation type. In "VM Data Views->Transactions->Call Tree" there are also links to the method samples. – Ingo Kegel Jun 05 '18 at 08:14