DaoCloud/docker-bench

Name: docker-bench

Owner: DaoCloud.io

Description: null

Created: 2016-10-10 06:07:27.0

Updated: 2017-03-21 18:08:07.0

Pushed: 2016-10-18 03:05:53.0

Homepage: null

Size: 7

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docker-bench

Container & Service
go run scale-out.go common.go -r 2 -n 5 -i daocloud.io/nginx
go run scale-in.go common.go -r 2 -n 5 -i daocloud.io/nginx
go run create-service.go common.go -r 5 -n 1 -i daocloud.io/nginx
go run create-container.go common.go -c 2 -r 3 -i daocloud.io/nginx
Network
./ping.sh -c 5 8.8.8.8

DOCKER_OPTIONS="--network host" ./nginx.sh
DOCKER_OPTIONS="--network host" ./ab.sh -c 5 -n 20 127.0.0.1/4K
DOCKER_OPTIONS="--network host" ./ab.sh -c 5 -n 20 127.0.0.1/4M
DOCKER_OPTIONS="--network host" ./ab.sh -c 5 -n 20 127.0.0.1/40M

DOCKER_OPTIONS="--network host" ./netserver.sh
DOCKER_OPTIONS="--network host" ./netperf.sh -H 127.0.0.1 -l 5 -f M

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.