rtb icon indicating copy to clipboard operation
rtb copied to clipboard

Benchmarking tool to stress real-time protocols

Results 4 rtb issues
Sort by recently updated
recently updated
newest added

The output generated by https://github.com/processone/rtb#xmpp-scenario is not compatible with the current database schema.

Hi I am doing eJabberd load testing using rtb . In almost all test runs connections drop due to following error message : [debug] FORMAT ERROR: "~s terminated: ~s; reconnecting..."...

I run test with below rtb.yml configurations ```yaml scenario: xmpp interval: 3 capacity: 90000 #certfile: cert.pem starttls: false csi: false mam: false #sm: false roster: false http_upload_interval: false proxy65_interval: false...

When RTB is configured to use WebSocket connections, [gun](https://github.com/ninenines/gun) occasionally produces meaningless supervisor reports and thus pollutes the log. Related issue: https://github.com/ninenines/gun/issues/187