Skip to content

Commit

Permalink
Add usage in doc of traceAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
haochengxia committed Jul 4, 2024
1 parent 8cfb907 commit 137195f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/quickstart_traceAnalyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,15 @@ The block workload has most objects being 4 KiB and 64 KiB, while the Twitter wo
The Request curve is weighted by request count, and the Object curve is weighted by object count.
</div>
<br> -->

### Advanced features
```bash
# cap the number of requests read from the trace
./traceAnalyzer --num-req=1000000 ../data/trace.vscsi vscsi

# change output
./traceAnalyzer -o my-output ../data/trace.vscsi vscsi

# use part of the trace to warm up the cache
./traceAnalyzer --warmup-sec=86400 ../data/trace.vscsi vscsi
```

0 comments on commit 137195f

Please sign in to comment.