Nate ClarkNate Clark
Standup 4/24/2009: libxml-ruby on Windows, pivotal-apdex gem
edit Posted by Nate Clark on Friday April 24, 2009 at 04:18PM

Interesting Things

  • libxml-ruby doesn't work on Windows (surprise, surprise!). One of our teams discovered that the version of Ruby on Windows has a XML::Parser class, but it is NOT libxml-ruby even if you try to install the gem. A workaround is to rename or delete the libxml.so file, and then you can use the real XML::Parser.

  • A few Pivots just whipped up a pivotal-apdex gem that allows you to calculate your application's Apdex performance index via a simple command line tool by parsing Nginx or Apache server logs. Apdex is an emerging standard in measuring application performance. We were inspired by Lew Cirne, CEO of New Relic, who gave a talk about Apdex a few weeks ago at Pivotal's office.

Comments

  1. Mike Dalessio Mike Dalessio on April 24, 2009 at 06:23PM

    It may be worth noting that Nokogiri works on Windows, and the gem even bundles a version of libxml2.