The dcachereplay program

dcachereplay - execute committed transactions on a dcache

SYNOPSIS

dcachereplay CACHE

DESCRIPTION

dcachereplay executes committed, but not yet finished, transactions on CACHE. It may be called even if there are no unfinished transactions.

dcachereplay exits with 0 if there was no unfinished transaction or if it was able to finish it.

OPTIONS

-N, --no-sync
Do not fsync cache to disk. The default is to call fsync, which waits until the data has been written to disk. This is costly but safe. Using this option is not recommended unless speed is the premium.
--see-also
Where to find related information.
--examples
Usage examples.
--version
Show version: dcachereplay (dcache) 0.6.1-beta2.
--help
Show a list of options or the long help on one. The use with an argument shows the long help text of that option, without an argument it will list all options.
--longhelp
Show longer help texts for all or one option.

EXAMPLES

dcachereplay cache

  The only recommended usage.

COPYRIGHT

Copyright (C) 2003,2004,2005 Uwe Ohse.

The software comes with NO WARRANTY, to the extent permitted by law.

This package is published under the terms of the GNU General Public License version 2. Later versions of the GPL may or may not apply, see http://www.ohse.de/uwe/licenses/

AUTHOR

Uwe Ohse, <uwe@ohse.de>.

MORE INFORMATION

Report bugs to dcache@lists.ohse.de

SEE ALSO

dcachestats(1) shows whether a replay is needed. dcache_intro(7) is the introduction to dcache.

The dcache homepage is at http://www.ohse.de/uwe/dcache.html