2015-04-07 10:11:29 +00:00
|
|
|
:orphan:
|
|
|
|
|
2014-08-12 03:52:45 +00:00
|
|
|
====================================================================================
|
|
|
|
rbd-replay-prep -- prepare captured rados block device (RBD) workloads for replay
|
|
|
|
====================================================================================
|
|
|
|
|
|
|
|
.. program:: rbd-replay-prep
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
========
|
|
|
|
|
2014-08-21 16:41:39 +00:00
|
|
|
| **rbd-replay-prep** [ --window *seconds* ] [ --anonymize ] *trace_dir* *replay_file*
|
2014-08-12 03:52:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
|
|
|
**rbd-replay-prep** processes raw rados block device (RBD) traces to prepare them for **rbd-replay**.
|
|
|
|
|
|
|
|
|
|
|
|
Options
|
|
|
|
=======
|
|
|
|
|
|
|
|
.. option:: --window seconds
|
|
|
|
|
|
|
|
Requests further apart than 'seconds' seconds are assumed to be independent.
|
|
|
|
|
2014-08-21 16:41:39 +00:00
|
|
|
.. option:: --anonymize
|
|
|
|
|
|
|
|
Anonymizes image and snap names.
|
|
|
|
|
2015-10-07 19:39:18 +00:00
|
|
|
.. option:: --verbose
|
|
|
|
|
|
|
|
Print all processed events to console
|
2014-08-12 03:52:45 +00:00
|
|
|
|
|
|
|
Examples
|
|
|
|
========
|
|
|
|
|
|
|
|
To prepare workload1-trace for replay::
|
|
|
|
|
|
|
|
rbd-replay-prep workload1-trace/ust/uid/1000/64-bit workload1
|
|
|
|
|
|
|
|
|
|
|
|
Availability
|
|
|
|
============
|
|
|
|
|
2015-01-22 02:16:35 +00:00
|
|
|
**rbd-replay-prep** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to
|
2014-08-12 03:52:45 +00:00
|
|
|
the Ceph documentation at http://ceph.com/docs for more information.
|
|
|
|
|
|
|
|
|
|
|
|
See also
|
|
|
|
========
|
|
|
|
|
|
|
|
:doc:`rbd-replay <rbd-replay>`\(8),
|
|
|
|
:doc:`rbd <rbd>`\(8)
|