itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
itsderek23's comments
itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
In fact, fire up the console on the project homepage and type "metrics.memory". We're capturing it, just not displaying it yet on the screen.
itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
gem install scout_realtime
Note that OSX support is limited as there is no "/proc" support.
itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
itsderek23 | 12 years ago | on: Show HN: Real-time server monitoring in your browser
itsderek23 | 12 years ago | on: Show HN: Linux server monitoring web dashboard
Requires a distro w/ "proc" functionality for the most metrics.
itsderek23 | 12 years ago | on: New Relic opens its public platform to monitor all your performance data
Here's my (biased) quick take on the differences between New Relic and Scout plugins:
* It looks like New Relic supports 2 types of plugins (1) direct integrations w/other SaaS services and (2) plugins you place directly on your servers. With Scout, you typically don't need to touch your servers to add plugins, but we don't support direct integrations w/other services (the actual plugins are run on your servers). So, if you're monitoring something server-side (like MySQL), Scout will feel easier. If you're pulling in data from another service (like MongoHQ), New Relic will feel easier.
* New Relic supports Java and Ruby plugins, we just support Ruby.
As a whole, Scout is more of a leaner approach to monitoring than New Relic.
Plugins are a part of most monitoring products. It's really the experience that matters. I love well-maintained tools that just work, so our approach to a plugin system reflects that:
* Gardening - Our plugin repo (https://github.com/scoutapp/scout-plugins) has 1000+ commits from 45 authors. We work hard to make sure plugins work, even when they weren't originally created by us. All of our plugins are open-source, so anyone can submit a pull request.
* One language (Ruby) - Why do we only support Ruby? (1) It's an easy scripting language to grasp (2) we know Ruby very well, so when something breaks, we can fix it 95% of the time vs. having to wait for the plugin author to address it. If you've ever browsed through plugins in an open source system like Nagios or Munin, you'll see how disjointed things can get.
A real-world example:
We track plugin errors in Scout so we can look for trends and plugins w/issues. Today, a customer reported an issue with our Delayed Job plugin via our UI. Beside it, we captured the actual error. They told us their workaround fix, which we then incorporated:
https://github.com/scoutapp/scout-plugins/commit/02239c8785f...
...and added a help entry in case other users run into the same problem:
https://scoutapp.com/plugin_urls/281-delayed-job/help_entrie...
So the total time from the reported issue to the fix was just a couple of hours, which is neato.
itsderek23 | 14 years ago | on: Pastie.org host pulls hosting after DDoS attack
itsderek23 | 15 years ago | on: How Greplin (YC W10) evolved from pure panic to potential
(1) Privacy - Redwood doesn't index your data: it conducts searches in parallel. When you open an item, it's cached locally for as-you-type search. Redwood doesn't intercept your traffic in anyway.
(2) No syncing complexity. Your Gigabytes of "Rent-A-Kitten" business plans on Google Docs are searchable immediately. Same with new messages in your 60k-message inbox.
We're using MacRuby, so you'll need OSX 10.6 or greater to try the beta.
itsderek23 | 15 years ago | on: Someone Who Wants To Kill Your Company Worked Harder Than You Did Today
Sounds like a good guy to go to war with. Not the best guy to work with though.
itsderek23 | 15 years ago | on: Ask HN: What tools do you use to monitor your LAMP server(s)?
Scout,Monit,Hoptoad,New Relic, and Pingdom:
http://blog.scoutapp.com/articles/2010/10/19/monitor-rails-c...
itsderek23 | 15 years ago | on: Why we don't schedule deployments during off-hours
This is exactly why we don't deploy at night. In what other line of work do you schedule complex work when you're going to be tired?
itsderek23 | 15 years ago | on: Time for fast, minimalist web aesthetic?
http://developer.yahoo.com/performance/rules.html
...if you include sites with JS widgets, it's probably even less.
itsderek23 | 15 years ago | on: Time for fast, minimalist web aesthetic?
http://www.datacenterknowledge.com/archives/2010/06/23/googl...
itsderek23 | 16 years ago | on: Competitive advantages of developer-run businesses
itsderek23 | 16 years ago | on: Running a freemium web app? Here's a big reason we're growing.