basho / basho_bench

A load-generation and testing tool for basically whatever you can write a returning Erlang function for.
Apache License 2.0
311 stars 197 forks source link

a proxy driver to benchmark remote system #193

Closed fogfish closed 8 years ago

fogfish commented 8 years ago

A typical benchmark scenario is that Basho Bench spawn Erlang VM and executes the driver inside. However, there is needs to catch performance metrics from an application executed remotely within dedicated environment (e.g. probe performance from live system; benchmark an application inside C or Java node, etc).

slfritchie commented 8 years ago

Many thanks! I'll merge this PR today.