If traffic does not display in the Controller after you have installed the AppDynamics PHP Agent and started the instrumented server, try these troubleshooting steps.
Ensure that the Agent is Installed in the Correct Directory
It is possible that the agent was installed in the wrong directory. Verify the location of your PHP installation.
Then check where the installer actually installed the agent files.
- The
appdynamics_agent.ini
file should be in the same directory that contains the php.ini file for your PHP installation. - The
appdynamics_agent.so
file should be in the extensions directory for your PHP installation.
See Files Added to Your Installation for information about how to locate these directories.
In addition, on Linux you can use pstree
to locate the agent. The pstree
command displays the AppDynamics agent running under Apache if the agent is installed properly. See http://freecode.com/projects/pstree.
If the agent files are not in the correct directories, re-install the agent with the -
i and -e
options.
Re-install the agent
If the app agent is not installed in the right directory, re-install the agent using the install.sh
installer with the -i
and -e options. Use the -i
to install the appdynamics_agent.ini
file in the same directory as your php.ini
file and the -e option to install the appdynamics_agent.so
file in the same directory as your PHP extensions directory. See Install the PHP Agent by Shell Script.
If you initially installed the agent using the RPM installer, you can find the shell script installer at /usr/lib/appdynamics-php5/install.sh
.
Check error messages in the installation output
When you reinstall, examine carefully any error messages in the output of the install script, especially those that direct you to copy some settings into your php.ini
file.
If necessary copy those settings into the php.ini file. See PHP Agent Configuration Settings for information on common settings that may be missing.
Check the AppDynamics Settings Block in the Configuration
Run this command:
and examine the output. You should see an appdynamics_agent.ini
file and a configuration block listing appdynamics ini
values.
Confirm User Permissions
Check that the following permissions are set:
Verify that the Proxy is Running
The Java proxy is the part of the agent that communicates with the Controller. If the agent is installed in the right place, confirm that the Java proxy is running.
- From the command line enter,
ps aux | grep java
. - Inspect the list. You should see output similar to the following if the proxy is running:
If you are instrumenting a PHP CLI script, you need to start the proxy manually. You may also need to start the proxy manually if you have special requirements for running Java processes. See Start the PHP Agent Proxy Manually.
Check the Configuration Properties
It is possible that the properties that the proxy uses to communicate with the Controller were not set properly.
You can modify these properties in the php.ini
or appdynamics_agent.ini
file, wherever they are set in your environment. See PHP Agent Configuration Settings.