ps -ef | grep newrelic-daemon
/etc/init.d/newrelic-daemon status
php -i | grep "newrelic"
[...]
/etc/php.d/newrelic.ini
newrelic
newrelic.daemon.address => @newrelic
newrelic.daemon.app_connect_timeout => no value
newrelic.daemon.app_timeout => no value
newrelic.daemon.auditlog => no value
newrelic.daemon.collector_host => no value
newrelic.daemon.dont_launch => no value
newrelic.daemon.location => /usr/bin/newrelic-daemon
newrelic.daemon.logfile => /var/log/newrelic/newrelic-daemon.log
[...]
php -m | grep "newrelic"
Our PHP agent consists of two basic components:
- A PHP extension, which collects data from your application
- A local proxy daemon, which transmits the data to New Relic
Your system's configuration components, including the web server, operating system, system permissions, PHP installation itself, package manager, etc., are all important factors during installation and configuration, because the agent is a part of that.