BibleGateway.com Verse Of The Day


“fixing our eyes on Jesus, the pioneer and perfecter of faith. For the joy set before him he endured the cross, scorning its shame, and sat down at the right hand of the throne of God.” (Hebrews 12:2)  listen to chapter  (Read by Max McLean. Provided by The Listener's Audio Bible.)

Powered by BibleGateway.com

Wednesday, August 01, 2007

HTTP Load Tester Script in Ruby

Here it is, after running my newly acquired Ruby code to HTML converter script, I am finally able to post decent looking Ruby code. Just not directly on Blogger (yet).

Here's the link to my HTTP "Load Runner" script I have been using to debug certain issues (memory leaks, database connection leaks, etc) with a certain un-named inherited application. It's written in Ruby.

For the more hard-core stuff I use JMeter, but this served two purposes:
1. learning more about Ruby
2. having a quick and simple script for small stuff instead of the heavyweight JMeter.


HTML: http://www.frontiernet.net/~nicholson150/http_load_tester.html
Ruby Source: http://www.frontiernet.net/~nicholson150/http_load_tester.rb

No comments: