moviepilot / stresser

A ruby wrapper around httperf. It parses httperf's output and exports the output of multiple runs as a csv file, which can then be transformed into many useful images of graphs.
56 stars 15 forks source link

`CSV': undefined method `instance' for Ruport::Formatter::CSV:Class #6

Open grigio opened 12 years ago

grigio commented 12 years ago

I don't know if it is a stresser bug, but the csv isn't generated

➜  ~  stresser -c Code/webbenchmark/railstest.local -o /tmp/res.csv

Net I/O: 77.1 KB/s (0.6*10^6 bps)

Errors: total 11 client-timo 11 socket-timo 0 connrefused 0 connreset 0
Errors: fd-unavail 0 addrunavail 0 ftab-full 0 other 0

/Users/grigio/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/csv.rb:2324:in CSV': undefined methodinstance' for Ruport::Formatter::CSV:Class (NoMethodError) from /Users/grigio/.rvm/gems/ruby-1.9.2-p290/gems/ruport-1.6.3/lib/ruport/formatter/csv.rb:59:in csv_writer' from /Users/grigio/.rvm/gems/ruby-1.9.2-p290/gems/ruport-1.6.3/lib/ruport/formatter/csv.rb:70:inbuild_table_header' from /Users/grigio/.rvm/gems/ruby-1.9.2-p290/gems/ruport-1.6.3/lib/ruport/controller.rb:598:in maybe' from /Users/grigio/.rvm/gems/ruby-1.9.2-p290/gems/ruport-1.6.3/lib/ruport/controller.rb:584:inblock in execute_stages' from /Users/grigio/.rvm/gems/ruby-1.9.2-p290/gems/ruport-1.6.3/lib/ruport/controller.rb:583:in `each'

grigio commented 12 years ago

it was on osx on linux it works

rud commented 11 years ago

Please try again with the unreleased version on the master branch, think it is fixed there.

jayniz commented 11 years ago

Yeah, I hope I get to make a release this week