What user permissions must be granted when installing Java Agent binaries?
While installing Java Agents, it is mandatory for the user running JVM to have certain access permissions for agent binaries. In this article, find an approach for assigning t...
Question
Is AppDynamics able to monitor MemSQL DB?
Answer
Yes.
MemSQL is wire-compatible with MySQL.
MemSQL uses the MySQL jdbc libraries for connectivity.
AppDynamics database agent can monitor the MemSQL DB if configured like this:
1. Ins...
Instrumenting Tableau Server (through version 10.5) for Java Agent
Tableau Server installer spawns a number of processes. You’ll need to identify which processes to monitor based on your need.
For example, to monitor these processes execute the ...
An admin user can configure a regular Windows user to access Windows Management Instrumentation (WMI) information by adding the regular user account to the Distributed COM Users and the Performance Monitor Users group (using lusrmgr.msc), and then c...
Problem:
The user is unable to view queries and query wait states information in the Controller UI, even though the information has been captured and sent to the Controller by the Database Agent.
Database logs show the following error messages:
E...
Hi Hurshid,
You can perform the following to remove the instrumentation.
tab-install-dir/bin>tabadmin set vizportal.vmopts
tab-install-dir/bin>tabadmin config
tab-install-dir/bin>tabadmin restart
Set the default .vmopts for all the instrumented...
Hi,
Though we do not have any reference of DBAgent overhead , but it could be very minimal in terms of either cpu or memory.
Weight %, The percentage of the total time consumed by the query for the selected time duration.
The reason for currentOp...
Hi Indrajit,
Can you please share the complete db agent logs for quick review once?
I hope, you might have gone through the following document on the permissions side for ms sql server monitoring.
https://docs.appdynamics.com/display/PRO43/Configur...
To execute the script in Windows Environment:
1. Install CYGWIN (https://cygwin.com/install.html)2. Run expiryfix.sh
The above will not required to modify the script if the controller installed in windows.
Regards,
Anka
Hi John,
Please comment and add the AGENT_OPTIONS sections like below.
# commenting below
# AGENT_OPTIONS = ""
# Adding the unique host id of the dbagent installed machine
AGENT_OPTIONS="appdynamics.agent.uniqueHostId='DBAgent-Server-Name'"
Yo...