diff options
author | Michales Michaloudes <korgie@gmail.com> | 2017-12-31 10:38:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:05 +0700 |
commit | d7ca20fba5fc22f43d52225b4fe72a4dd5298c2f (patch) | |
tree | 6ddf1a49beb77cce0715a164261f8fd5d7aff42c /system/compsize/README | |
parent | 8fcb4e5c61f35537e9e5aaf5810f8afe27af2633 (diff) | |
download | slackbuilds-d7ca20fba5fc22f43d52225b4fe72a4dd5298c2f.tar.gz |
system/compsize: Added (btrfs compression report).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/compsize/README')
-rw-r--r-- | system/compsize/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/compsize/README b/system/compsize/README new file mode 100644 index 0000000000..e930f6fe83 --- /dev/null +++ b/system/compsize/README @@ -0,0 +1,11 @@ +compsize takes a list of files (given as arguments) on a btrfs filesystem +and measures used compression types and effective compression ratio, +producing a report such as: + +[~]$ compsize /usr/share +Processed 120101 files. +Type Perc Disk Usage Uncompressed +Data 58% 1.1G 1.9G +none 100% 351M 351M +zlib 29% 41M 137M +lzo 51% 776M 1.4G |