In Elixir we have benchee which is great for functions executed in the same Process, but since the core strength of the BEAM is distribution and we tend to have more then one process going, then I wonder if something similar exists for that case, so I can see how process interact together and where the bottlenecks are for the individual ones.