A web performance measurement toolkit
On Ubuntu (at least), you need the following packages to install mahimahi:
- make
- autoconf
- libtool
- iproute2
- iptables
- dnsmasq
- apache2
- apache2-dev
- protobuf-compiler
- pkg-config
- libssl-dev
- libxcb-present-dev
- libpangomm-2.48-dev
Once all dependencies are met, you can install mahimahi by running:
./autogen.sh
./configure
make
sudo make install