Skip to content

Benchmarking S3 performance using the AWS S3 C++ SDK.

Notifications You must be signed in to change notification settings

maxi-k/s3-benchmark-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Run

Example run on a c5n.18xlarge instance:

./s3benchmark  --threads-min 108 --threads-max 216 --object-name "benchmark/largefile.bin" --samples $((144*3)) --payloads-min $((1024*1024*6)) --payloads-max $((1024*1024*24))

Record performance profile with callstack

sudo perf record --freq=997 --call-graph dwarf -q ./s3benchmark  --threads-min 72 --threads-max 72 --object-name "benchmark/largefile.bin" --samples 20 --payloads-min $((1024*1024*12)) --payloads-max $((1024*1024*12))

About

Benchmarking S3 performance using the AWS S3 C++ SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published