Replies (3)
by Adithyan
The am_worker.rb file is part of our APM Insight Ruby agent, which is responsible for collecting and aggregating the performance metrics of the application.
This scripts loads into every process (parent & child) of the web server and it runs in separate thread, so it does not affect the application functionality.
Like (0)
Reply