jmervine / autoperf

Ruby driver for httperf - automated load and performance testing
http://mervine.net/gems/autoperf
25 stars 1 forks source link

Block in run error #1

Open sai2773 opened 9 years ago

sai2773 commented 9 years ago

autoperf/lib/autoperf.rb:37:in block in run' autoperf/lib/autoperf.rb:35:instep' autoperf/lib/autoperf.rb:35:in `run'

jmervine commented 9 years ago

Mind sharing the version of Ruby you're using. I think 1.9.3 was the latest version when I last tested this.

jmervine commented 9 years ago

Correction, 2.0.0p0

sai2773 commented 9 years ago

I am using this version- ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]

Actually AUTOPERF is working fine...thank you for making my work easier. The problem is - whenever it goes to high rate during iterations, I am getting the error displayed above. So, I tried to do manually by giving the high rate....When I did- I am getting the "Segmentation fault".

I feel the error is due to hardware problem(memory access violation).

jmervine commented 9 years ago

That's possible. Want to paste in example configs / etc. and I'll try to play with it over the weekend?