11 May 2024 10:57 PM - last edited on 23 May 2024 02:45 PM by Michal_Gebacki
hi all
When we are using the memory allocation from memory profiling we cant see the name of the class with problems so we wanna know if using api detection rules will help getting a deep understanding of problematic java classes.
context: we are monitoring a locally app that has different modules running under the same url - example: www.example.com/web/webui
this is the unique url we can see and aside this, we cant see xhr actions or have a deep understanding of the problems of the app. aside that, session replay doesnt shows images cause app is build up on Iframes...
when troubleshooting for example memory saturation all we can see is host, process and objects surviving in memory with memory allocation.
hope you can help us
Solved! Go to Solution.
14 May 2024 05:39 AM
Hi @MariettaAlmeida ,
Do you know the name of the modules and in which technology is the application built?
Maybe creating an API detection rule selecting as conditions the technology and a pattern that contains the name of the module, application ... it helps you to discover the methods and the classes.
Regards,
Elena.
16 May 2024 08:53 PM
Hi @erh_inetum
we do have the classes' names and they are java technology. the process running on the monitored host is jetty.
22 May 2024 06:19 AM
Hi Marietta,
I think creating an API detection rule it can give you a clue to discover issues looking at the call herarchy.
On the other hand, to try to see events of a single web application, have you tried to define custom properties?
Look a at Andy Tommo comments on this post
Hope it helps.
Regards,
Elena.