compsize

Calculate the compression ratio of a set of files on a btrfs filesystem. See also btrfs filesystem for recompressing a file by defragmenting it. More information: <https://github.com/kilobyte/compsize>.

Debian Debian
RUN apt-get update && \ apt-get install -y btrfs-compsize
Ubuntu
RUN apt-get update && \ apt-get install -y btrfs-compsize
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y btrfs-compsize
Fedora
RUN dnf install -y compsize
click the source code to copy install compsize on any operating system with command-not-found.com