Activity Feed
- Got Karma for Re: Anyway to get around the Backend Registration Limit of 300 for an Agent?. 11-10-2024 10:22 PM
- Got Karma for Re: View total number of metrics/minute the Controller is collecting. 02-09-2024 06:38 AM
- Posted Re: VMWare - Monitoring Extension on Splunk AppDynamics. 05-08-2023 03:50 AM
- Got Karma for Re: View total number of metrics/minute the Controller is collecting. 05-27-2022 09:54 PM
- Got Karma for Re: Object instance tracking for interfaces and abstract classes. 05-03-2022 10:37 AM
- Got Karma for Re: Environment variable equivalent for -Dappdynamics.agent.logs.dir system property?. 04-07-2021 10:06 AM
- Got Karma for Re: Anyway to get around the Backend Registration Limit of 300 for an Agent?. 11-09-2020 11:13 AM
- Got Karma for Re: Can AppDynamics monitor these Oracle products?. 11-09-2020 11:03 AM
- Got Karma for Re: How to send a custom event in the code to the APM, receive a custom event automatically send ema. 06-24-2020 04:47 AM
- Got Karma for Re: Can we cronjobs status in Appdynamics. 05-05-2020 02:20 PM
- Got Karma for Re: DatabaseAgent(MongoDB) Collector time out. 02-11-2020 10:57 AM
- Got Karma for Re: How to Monitor Windows Services running on Host/Server through Appdynamics??. 11-15-2018 08:46 AM
- Got Karma for Re: When is AppDynamics Dumping Flash for HTML5?. 10-16-2018 05:05 PM
- Got Karma for Re: List of RPMS both LINUX,AIX supported by Appdynamics. 10-09-2018 01:24 PM
- Posted Re: List of RPMS both LINUX,AIX supported by Appdynamics on Splunk AppDynamics. 09-19-2018 04:04 AM
- Got Karma for Re: Where is the "FEZ Forums and KB" link?. 07-27-2018 09:40 AM
- Got Karma for Re: View total number of metrics/minute the Controller is collecting. 07-18-2018 02:28 PM
- Posted Re: Split a service endpoint with POJO return value on Splunk AppDynamics. 05-25-2018 03:50 AM
- Got Karma for Re: Integration with SCOM. 05-15-2018 05:22 AM
- Posted Re: Integration with SCOM on Splunk AppDynamics. 05-09-2018 12:57 PM
Topics I've Started
No posts to display.
05-08-2023
03:50 AM
Hi Dietrich
It seems it needs admin/root-level permission.
Regards,Atyuha
... View more
09-19-2018
04:04 AM
1 Karma
Hi Gaurav,
Could you please refer to the link and check if it helps
https://download.appdynamics.com/download/#version=&apm=machine&os=linux%2Cosx%2Cwindows&platform_admin_os=linux%2Cosx%2Cwindows&events=linuxwindows&eum=&page=1
You can use the Machine Agent (zip) "(Standalone machine agent (no JRE) to monitor AIX servers.)"
Thanks,
Atyuha
... View more
05-25-2018
03:50 AM
Hi Muthu,
Could you please check with the transaction splitting option available under custom service end point. Please refer to the below doc and attached screenshots.
https://docs.appdynamics.com/display/PRO42/Service+Endpoints#ServiceEndpoints-config_sep
Thanks,
Atyuha
... View more
05-09-2018
12:57 PM
1 Karma
Hi,
Could you please check if below link helps
https://www.appdynamics.com/community/exchange/extension/generic-powershell-alerting-extension-for-controllers-on-windows/
Thanks,
Atyuha
... View more
05-09-2018
12:45 PM
Hi Anant,
Though it is not supported as per the doc but you can give a try and let us know if you face any issue.
Java agent should be instrumented . We can define custom configuration if required.
Please refer to the below docs
https://docs.appdynamics.com/display/PRO44/Install+the+Java+Agent#InstalltheJavaAgent-javaagentresourceoverheadJavaAgentResourceOverhead
https://docs.appdynamics.com/display/PRO43/POJO+Entry+Points
Thanks,
Atyuha
... View more
05-04-2018
04:35 AM
Hi Sunil,
Could you please create custom entry point as Business Transaction will not get detected out of the box for standalone java application.
Please refer to the below doc to create custom pojo rule
https://docs.appdynamics.com/display/PRO44/POJO+Entry+Points
Thanks,
Atyuha
... View more
05-03-2018
01:41 PM
Hi,
Could you please let us know the type of java application you are monitoring (ex: standalone java application or Servlet etc)
Ref: https://docs.appdynamics.com/display/PRO43/Java+Supported+Environments
Thanks,
Atyuha
... View more
04-19-2018
02:59 AM
Hi,
Could you please let us know the issue you are facing currently and also please share the zip file of the complete log to debug it further.
Thanks,
Atyuha
... View more
04-13-2018
04:00 AM
1 Karma
Hi,
https://docs.appdynamics.com/display/PRO44/Java+Backend+Detection
As per the doc it should be discovered out of the box. Could you please comfirm whether the api which is making call to the backend has been discovered as BT. If the parent api is not registered as BT then you will not be able to see the backend call.
Also, please attach the zip file of the agent log and the api which is responsible for making the backend call.
Thanks,
Atyuha
... View more
03-28-2018
11:23 PM
Hi Arun,
Could you please share the log in debug mode.
Thanks,
Atyuha
... View more
03-28-2018
02:49 AM
Hi Andreas,
Unfortuantely this the only process you need to follow to configure agent.
Jvm restart is required in second scenario.
Thanks,
Atyuha
... View more
03-14-2018
04:57 AM
1 Karma
Hi,
AppDynamics does not perform allocation tracking for core Java classes by default, since doing so would add significant system overhead. However, it is possible to track core classes on a short-term basis (for example, while troubleshooting) or in pre-production environments.
If you want to track all objects, then you can use the following controller property:
Access the controller URL with allowObjectActivityTraceOnAllObjects=true. For example:
http://<controller-host>:<controller-port>/controller/?allowObjectActivityTraceOnAllObjects=true
Note that tracking allocation for the core Java classes may cause high overhead. Use this at your own risk.
We do not turn this on by default because it causes a lot more tracking and therefore much higher overhead on the agent side.
Also,please share the agent log and screenshot depicting the issue.
Doc: https://docs.appdynamics.com/display/PRO44/Object+Instance+Tracking+for+Java
Please let us know if there is any disconnect.
Thanks,
Atyuha
... View more
03-07-2018
11:32 AM
Hi ,
Could you please try with the below getter chain once and remove the number of arguments and argument index
to.String().split(<MESSAGE_DESC>).[1].split(<).[0]
If issue still persists please share the agent log in debug mode and please let us know the BT Rule name you configured.
Thanks,
Atyuha
... View more
03-07-2018
11:14 AM
Hi,
[Information redacted for security reasons]
Thanks,
Atyuha
^ Post edited by @Ryan.Paredez to remove mention of attaching log files to community posts. Please do not attach or share log files to community posts.
... View more
03-06-2018
08:26 AM
Hi,
Please provide fully qualified class name and change the class name / method name "equals" to "contains" and check if the check box for pojo monitoring is checked. Please make sure you have enough load on the application. please share the agent log to debug the issue.
Thanks,
Atyuha
... View more
02-19-2018
02:51 AM
2 Karma
Hi Tuhin,
There was a limitation in our database agent; it could not connect to mongo when ssl is enabled which has been included in 4.4: https://docs.appdynamics.com/display/PRO44/Mnitor+SSL-enabled+MongoDB
Thanks,
Atyuha
... View more
02-19-2018
02:43 AM
Hi Srikanth,
It is not mandatory. You can only upgrade your java agent.
Thanks,
Atyuha
... View more
02-19-2018
02:42 AM
1 Karma
Hi Reethika,
It creates agent.<Date_Time>.0.log which can grow max upto 20 MB and other agent related log files will be rolled up automatically. So if your agent is running continuously from last 2 days the log will be rolled up.
It will start collectiong logs once you click on the request button but there is no way to get the log for past 2 days as you can only configure the mode and the duration it should collect the log.
Hope it clarified your query.
Thanks,
Atyuha
... View more
02-13-2018
09:27 AM
Hi.
We have seen same issue in the past when the xml file is opened with certain XML specific editors.
Also can you download the agent again and edit controller-info.xml with vi editor and let me know how it goes?
Thanks,
Atyuha
... View more
02-08-2018
09:30 PM
Hi,
Could you please share the machine agent log to debug the issue further.
Thanks,
Atyuha
... View more
02-05-2018
10:05 AM
Hi Anis,
Please refer to the doc to check the java agent supported environments
https://docs.appdynamics.com/display/PRO43/Java+Supported+Environments
Thanks,
Atyuha
... View more
01-31-2018
09:21 AM
1 Karma
Hi Ahmed,
Please refer to the below doc to check the supported environments
https://docs.appdynamics.com/display/PRO44/Java+Supported+Environments
Thanks,
Atyuha
... View more
01-23-2018
08:40 PM
Hi,
Could you please share screenshot of the pojo configuration rule and agent log with us to debug it further.
Thanks,
Atyuha
... View more
01-22-2018
12:45 AM
Hi Juan,
Can we have the machine agent log in debug mode.
Steps to enable debug mode
Goto <machineagent-install-dir>/conf/logging/log4j.xml and change level value to debug from info as show below
Look for
<logger name="com.singularity" additivity="false">
<level value="info"/>
<appender-ref ref="FileAppender"/>
</logger>
and change info to debug as show below
<logger name="com.singularity" additivity="false">
<level value="debug"/>
<appender-ref ref="FileAppender"/>
</logger>
run it for 10 - 15 min and attach the logs
Thanks,
Atyuha
... View more
01-02-2018
11:28 PM
Hi Rajkumar,
1. Any idea why the JDBC and Web Service calls' average response time is 0 ms? Similarly why the JDBC calls says it takes only 0 ms?
- Average response time ‘0 ms’ reporting is because on average the response over an hour < 1 ms which is reported as zero.
2. what's the response time graph at the bottom of this flowmap dashboard represents?
- It represents the average response time of the application ci-cd-as-a-service-prod.
... View more