Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 513 Bytes

File metadata and controls

11 lines (9 loc) · 513 Bytes

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))