summaryrefslogtreecommitdiffstats
path: root/src/ceph/examples/rbd-replay/replay
blob: 42f4f2081776b1fcc86e32c4eceb8edb37bfb3a9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

lttng create
lttng enable-event -u 'librbd:*'
lttng add-context -u -t pthread_id
lttng start
../../src/rbd-replay --conf=../../src/ceph.conf replay.bin "$@" | tee replay.log
lttng stop
lttng view > replay-trace.log