Skip to content

siddhantvirus/dockerperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

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 it's repository

Usage

$ docker pull ghcr.io/siddhantvirus/dockerperf:latest
$ docker run -it siddhantvirus/dockerperf httperf --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

A simple docker image to use httperf via docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages