Upgrade to Pro — share decks privately, control downloads, hide ads and more …

FOWA 2012 - node.js in production

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

FOWA 2012 - node.js in production

Avatar for Maciej Małecki

Maciej Małecki

November 28, 2012

Other Decks in Programming

Transcript

  1. Maciej Małecki I write code and talk to servers for

    nodejitsu. https://github.com/mmalecki @maciejmalecki $ whoami
  2. events.js:68 throw arguments[1]; // Unhandled 'error' event ^ Error: connect

    ECONNREFUSED at errnoException (net.js:788:11) at Object.afterConnect [as oncomplete] (net.js:779:19) at process._makeCallback (node.js:248:20) info: connecting to 10.50.51.52:9002 events.js:68 throw arguments[1]; // Unhandled 'error' event ^ Error: connect ECONNREFUSED at errnoException (net.js:788:11) at Object.afterConnect [as oncomplete] (net.js:779:19) at process._makeCallback (node.js:248:20) vs
  3. things you should monitor CPU usage load memory usage network

    traffic response times ...and many more