Scroll to navigation

PXZ(1) Parallel XZ PXZ(1)

NAME

pxz - Parallel LZMA compressor compatible with XZ.

SYNOPSIS

pxz [options]... [file]...

DESCRIPTION

pxz is a compression utility that takes advantage of running XZ compression simultaneously on different parts of an input file on multiple cores and processors. This significantly speeds up compression time.

OPTIONS

Be verbose.
Display help.
Force operation.
Write results to standard output and don't delete input files.
Keep (don't delete) input files.
Maximal number of threads to run simultaneously.
Context size per one thread specified as a multiple of dictionary size for active compression level.
Display version of PXZ.

EXAMPLES

Compress file1 and file2 to file1.xz and file2.xz using default settings.
Compress file1 with default compression and maximum of 4 threads.
Use maximal compression and keep the original file1, use default number of threads.
Compress file with default compression and with 4 threads.
Use -3 compression, keep the original file, use 8 threads and show progress.
Move dir1 into tar, then compress it with the context of 12 sizes of dictionary per thread, show progress and write result to dir1.tar.xz.

SEE ALSO

xz(1)

AUTHOR

Jindrich Novy <jnovy@users.sourceforge.net>

BUGS

Report bugs via http://bugzilla.redhat.com/bugzilla/

Jun 2010 pxz