MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates. It also features precise and accurate timestamping and rate control.
Hi, I follow Installation instructions for installation MoonGen .
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/MoonGen/build
[ 72%] Built target moon
[100%] Built target MoonGen
I dont get any error this step. But when ı try use:
sudo ./moongen-simple start load-latency:0:1:rate=10Mp/s,time=3m
./build/MoonGen: error while loading shared libraries: libtbbmalloc.so.2: cannot open shared object file: No such file or directory
I get this error. What is your recommendation? for this issue.
Thanks,
Hi, I follow Installation instructions for installation MoonGen . -- Configuring done -- Generating done -- Build files have been written to: /opt/MoonGen/build [ 72%] Built target moon [100%] Built target MoonGen I dont get any error this step. But when ı try use:
sudo ./moongen-simple start load-latency:0:1:rate=10Mp/s,time=3m ./build/MoonGen: error while loading shared libraries: libtbbmalloc.so.2: cannot open shared object file: No such file or directory
I get this error. What is your recommendation? for this issue. Thanks,