-------------------------------------------------------------------------------
Total data: 14.8 GB (16.0 GB disk blocks)
-Compressible data: 11.3 GB (30.6% of original size)
+Compressed data: 11.3 GB (30.6% of original size)
- Original size: 36.9 GB
- Compression ratio: 3.267 x (69.4% space savings)
Incompressible data: 3.5 GB
* The “disk blocks” size is the cache size when taking disk block size into
account. This value should match the “cache size” value from “ccache
--show-stats”. The other size numbers refer to actual content sizes.
-* “Compressible data” refers to result and manifest files stored in the cache.
+* “Compressed data” refers to result and manifest files stored in the cache.
* “Incompressible data” refers to files that are always stored uncompressed
(triggered by enabling the <<config_file_clone,*file_clone*>> or
<<config_hard_link,*hard_link*>> settings) or unknown files (for instance
printf("Total data: %8s (%s disk blocks)\n",
cache_size_str,
on_disk_size_str);
- printf("Compressible data: %8s (%.1f%% of original size)\n",
+ printf("Compressed data: %8s (%.1f%% of original size)\n",
compr_size_str,
100.0 - savings);
printf(" - Original size: %8s\n", compr_orig_size_str);