Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

dockerperf

A simple docker image to use httperf via docker.
This is currently the smallest available image to use httperf, [Compressed/Uncompressed - 27.55 MB/73.46MB]
I intend to rebuild it using alpine in the future and see if it further reduces the size of the docker image.

This repository aims at making the tool for measuring web server performance, httperf available as a docker container.

Image Details:

Base Image: debian:stable-slim

httperf has been installed using apt and not built from its repository

httperf is the image's ENTRYPOINT, so any arguments you pass to docker run go straight to httperf.

Usage

$ docker pull ghcr.io/siddhantvirus/dockerperf:latest
$ docker run -it ghcr.io/siddhantvirus/dockerperf --server <website name> --port <port number of the website/server> --num-conns <the total number of connections to create> --rate <number of connections per second>

Further examples for httperf can be found here.

A complete set of parameters and their functionality can be found here at linux.die.net

About

Minimal Docker image for running httperf load tests

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages