Ponos – A simple yet powerful load generator in Erlang 12 years ago
Replying to my own post here, this is an example: https://gist.github.com/odo/6c59f604fda6390d034a
HN user
Replying to my own post here, this is an example: https://gist.github.com/odo/6c59f604fda6390d034a
I am also interested in load testing stateful sessions e.g. log in, wait, do stuff, wait, log out. Using ponos this could be done by spawning a (gen_server-) process in the task which runs the session and then terminates. In this scenario the load function would model the arrival rate of the users.