Skip to content

ravinet/mahimahi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mahimahi

A web performance measurement toolkit

Install

Requirements

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

Install

Once all dependencies are met, you can install mahimahi by running:

  • ./autogen.sh
  • ./configure
  • make
  • sudo make install