Skip to content

dincerkurnaz/Stook-S3-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Stook-S3-benchmark

Linux:

apt-get update
apt-get install git golang
mkdir $HOME/work
cd $HOME/work
git clone https://github.com/chinglinwen/s3-benchmark.git
export GOPATH=$HOME/work
export GOROOT=/usr/lib/go
go get code.cloudfoundry.org/bytefmt
go get github.com/aws/aws-sdk-go
cd $HOME/s3-benchmark
go build s3-benchmark.go

MacOS:

GOOS=darwin GOARCH=amd64 go build s3-benchmark.go

Windows

GOOS=windows GOARCH=amd64 go build s3-benchmark.go

Use

./s3-benchmark -u https://xxxxx.mncdn.com -a yyyyyyyyy -b test -s zzzzzzzzz -t 10

About

Stook S3 Benchmark Tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages