Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 265 Bytes

setup-client.md

File metadata and controls

13 lines (11 loc) · 265 Bytes

Deploy the Client to Generate Data

  1. Install the dependencies:

    sudo apt-get install make gcc openssl libssl-dev libz-dev
  2. Clone and build wrk2:

    git clone https://github.com/giltene/wrk2.git
    cd wrk2
    make