Want to subscribe to topics you're interested in?
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

    55,383
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    1:23 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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