mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
f8487e0976
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
423 B
Text
11 lines
423 B
Text
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
|