Awesome
New Relic Memory Plugin
Monitors server's Free, used, unused and wired memory(RAM).
Requirements
In order to use this plugin, you must have an active New Relic account.
Plugin should work on any generic Unix environment with the following software components installed:
- Ruby (>= 1.8.7)
- bundler for Ruby: https://github.com/carlhuda/bundler
Instructions for running the Sidekiq plugin agent
- run
bundle install
to install required gems - Edit
config/newrelic_plugin.yml
and replace "YOUR_LICENSE_KEY_HERE" with your New Relic license key - Running the plugin
Plugin can be started as a daemon using the following command:
./newrelic_memory_agent.daemon start
In this case you can check its status by running
./newrelic_memory_agent.daemon status
and stop it with
./newrelic_memory_agent.daemon stop
P.S Thanks to Steven Eksteen and his plugin newrelic_sidekiq_agent.