Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 492 Bytes

vdoestimator

This is a tool to estimate space savings from the dm-vdo device mapper device.

DEPENDENCIES

This project requires gcc to be installed.

This project also requires the UDS software as well as LZ4 compression software to compile.

BUILDING

To build vdoestimator and all of the projects to which it depends, run:

make

TESTING

To run a smoke test:

make test

INSTALLING

To install vdoestimator automatically into /usr/bin, run:

sudo make install