I'm starting with tsung and i'm following the user manual to do the tests, ut I can't find where to put my module for dynamic substitution.
The documentation say:
Use erlc to compiled the code, and put the resulting .beam file in $PREFIX/lib/erlang/lib/tsung-X.X.X/ebin/ on all client machines.
I can't find the directory it refers to. I tried using whereis and seeing the directories that appear for tsung and earlang, but found nothing similar either.
My Current OS is:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
And I installed erlang and dependencies like this:
apt-get install erlang-ssl erlang-xmerl zlib1g-dev esl-erlang
And Tsung like this ( after downloading and unzipping from here, tsung-1.7.0.tar.gz ):
./configure && make && make install