aboutsummaryrefslogtreecommitdiff
path: root/system/compsize/README
diff options
context:
space:
mode:
authorMichales Michaloudes <korgie@gmail.com>2017-12-31 10:38:51 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:55:05 +0700
commitd7ca20fba5fc22f43d52225b4fe72a4dd5298c2f (patch)
tree6ddf1a49beb77cce0715a164261f8fd5d7aff42c /system/compsize/README
parent8fcb4e5c61f35537e9e5aaf5810f8afe27af2633 (diff)
downloadslackbuilds-d7ca20fba5fc22f43d52225b4fe72a4dd5298c2f.tar.xz
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/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/compsize/README b/system/compsize/README
new file mode 100644
index 000000000000..e930f6fe831e
--- /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