Category: Performance testing
Progress bar for Ruby Sequel datasets
September 28, 2010
I’m hacking away at a tool to give me better JMeter results, and I needed to see progress as I iterated through the data I’d imported into MySQL. The progress bar described in my earlier post can be made to work with a simple addition: class Sequel::Dataset alias :size :count end This adds the necessary […]
Repost of server-move casualties – Ruby progress bar and JMeter troubles
May 25, 2010
I had a nagging feeling that I was missing a couple of posts after my wordpress death and subsequent server move. Last night I’d flushed that thought from my mind, but today I found out what they were, and thanks to Google’s cache, they’re back up again. The first was a piece on implementing a […]
JMeter annoyances with If Controller – missing ; before statement
January 15, 2010
After repeated issues trying to get what I thought would be a simple ‘If controller’ working in JMeter, it looks like my issue is to do with the poor examples on the JMeter site. Or else something is making my version and or/installation behave differently. While the example provided on the JMeter site would have […]