Join the community today
Become a Member

Docker Image CentOS 6.6 + Siege & http benchmark tools

Discussion in 'Centmin Mod Docker Development' started by eva2000, Feb 24, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    50,922
    11,806
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,264
    Local Time:
    4:01 PM
    Nginx 1.25.x
    MariaDB 10.x
    Docker based image for Siege http / https load tester & other http load testing and benchmarking tools on CentOS 6.6 intended for use with CentminMod.com LEMP stack.

    Commands supported include siege, ab (ApacheBench), httperf, locust, wrk, wrk2, weighttp, slowhttptest, Multi-Mechanize, sproxy, mtr, ping, lynx, wget, curl and traceroute

    My Github Repo
    My Docker Hub repo
    My Quay.io repo
    Grab from Docker Hub

    Code:
    docker pull centminmod/docker-centos6-siege
    
    Or grab from Quay.io Repo

    Code:
    docker pull quay.io/centminmod/docker-centos6-siege:latest
    
    Run docker container and from there you can launch Siege http/https load testing tool Siege User's Manual


    Code:
    docker run -ti --name siegecmd centminmod/docker-centos6-siege /bin/bash
    
     
    Last edited: Feb 24, 2015