Tuesday, April 5, 2022

New Relic

 

What is APM?
Application performance monitoring.
Issue - error, application crashing, user experience, resource consumption



Other APM tools
AppDynamic
Stackify Retrace
Dynatrace
New Relic

New Relic implementation relies on - Language agent.
you need to take New Relic Lang agent and integrate it with your application

New Relic check in your code - calculate time & error arising due to code
and n/w h/w metrics.
Once per min. this Lang. agent sends data to new relic cloud,
in cloud data organized and calculations are done, and
its show to your new relic application(mobile/browser).



New relic also have light weight java script - it can monitor front end
performance constantly

New Relic Lang. Agents
Go agent
Java agent
.NET agent
Node.js agent
PHP agent
Python agent
Ruby agent

New Relic Monitoring
Application
Server
Browser
Mobile
Availability


New Relic Installation

Install httpd service
install php
create html page under /var/www/html/
<html>
 <head>
  <title>PHP Test</title>
 </head>
 <body>
 <?php echo phpinfo(); ?>
 </body>
</html>

start/restart httpd service

Configure New Relic agent
Install New Relic
https://rpm.newrelic.com/account/
install web agent

go to server ip to check agent on php page.
if php agent exist

check on new relic account you will be able to see Monitoring


youtube video:

https://www.youtube.com/watch?v=0YVduN-lIQg&t=563s

No comments:

Post a Comment