Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to read the output #228

Open
LelouBil opened this issue Jun 16, 2022 · 1 comment
Open

How to read the output #228

LelouBil opened this issue Jun 16, 2022 · 1 comment

Comments

@LelouBil
Copy link

I just tried running lrztar -z on a 50gb folder with tons of duplicate/almost duplicate files.

I can see in my terminal window an output like this :

Chunk: 99%              ZPAQ    1:100%  2:80%   3:50%   4:20%   5:100%

I do not understand what is the meaning of all of these percentages, I tried to research online but didn't find any explanation.

@pete4abw
Copy link
Contributor

pete4abw commented Aug 4, 2022

Each chunk of data to be compressed is split into blocks and passed to the ZPAQ backend in individual threads. In your case, 5 threads were passed to ZPAQ separately. The percentages are approximations of how far the ZPAQ compression has progressed. Thread 1 would be the Stream 0 and Thread 5 would be the last block of data which could be small or large up to the max size of the block. In your case, since it finished, block 5 was small. Blocks 2, 3, and 4 are 80, 50, and 20 percent complete approximately. A similar display will show for decompression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants