Discussion Feed
03-02-2018
01:05 PM
I also tried with fully qualified class name but still it doesn't show anything under business transactions.
... View more
03-02-2018
09:36 AM
I dont know what do you mean. But I have already named the Pojo that I want to see in business transactions. And even if it has been named by any other transaction, the method should be shown under that transaction which is not showing.
... View more
03-02-2018
09:35 AM
This is how the pojo configuration looks like.Its not showing anywhere in the business transactions.
... View more
03-02-2018
07:54 AM
I have this following method:
public ResultSet executeQuery() throws SQLException { checkOpen(); try { return DelegatingResultSet.wrapResultSet(this,((PreparedStatement)_stmt).executeQuery()); } catch (SQLException e) { handleException(e); throw new AssertionError(); } }
The report shows line 764 which part of the another method not show here. But the method that is called at 764 is shown above.
AppD says self time of this method is 150ms and total time of this method is 150ms. There only method calls in this. so what took the self time? or the self time is the time of the method that called executeQuery( In this case the method that has line 764)
... View more
02-28-2018
07:52 AM
what is difference between a self time and total time taken ?
when I hover over self-time it says : the amount of time taken in this method only and does not include time spent on any method it called" . What does this mean?
Any method in code is combination of other method calls so I dont know what self-time represents?
Any explanation?
... View more
01-20-2018
03:36 PM
Hi, We have configured some pojo to monitor but appdynamics not showing anything under business transactions with that pojo. What could be the issue? Thanks!
... View more
Latest Activity
- Posted Re: Appdynamics not showing pojo transactions on Java (Java Agent, Installation, JVM, and Controller Installation). 03-02-2018 01:05 PM
- Posted Re: Appdynamics not showing pojo transactions on Java (Java Agent, Installation, JVM, and Controller Installation). 03-02-2018 09:36 AM
- Posted Re: Appdynamics not showing pojo transactions on Java (Java Agent, Installation, JVM, and Controller Installation). 03-02-2018 09:35 AM
- Posted Re: Difference between Self time and total time on Dashboards. 03-02-2018 07:54 AM
- Posted Difference between Self time and total time on Dashboards. 02-28-2018 07:52 AM
- Posted Appdynamics not showing pojo transactions on Java (Java Agent, Installation, JVM, and Controller Installation). 01-20-2018 03:36 PM
Community Stats
Date Registered | 01-15-2018 03:08 PM |
Date Last Visited | |
Total Messages Posted | 7 |