RubyFlow The Ruby and Rails community linklog

Monitor your server metrics on your own machine

https://github.com/drexed/stackeye I’ve created a gem that collects and aggregates your server metrics so you can see things like CPU load, memory/swap/disk usage, and top 10 processes by cpu and memory. Like a tiny version of Scout or New Relic but with minimal dependencies. Its perfect for small projects where services like the one mentioned above would be overkill (and not free). It can be run as a standalone Sinatra app or mounted on any rails application. This is a community so clone away and commit back all improvements.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in