LZOTEST.TXT 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. The test driver 'lzotest' has grown into a fairly powerful program
  2. of it's own. Here is a short description of the various options.
  3. [ to be written - this is only a very first draft ]
  4. Usage:
  5. ======
  6. lzotest [option..] file...
  7. Basic options:
  8. ==============
  9. -m# compression method
  10. -b# set input block size (default 262144, max 1310720)
  11. -n# number of compression/decompression runs
  12. -c# number of compression runs
  13. -d# number of decompression runs
  14. -S use safe decompressor (if available)
  15. -A use assembler decompressor (if available)
  16. -F use fast assembler decompressor (if available)
  17. -O optimize compressed data (if available)
  18. -s DIR process Calgary Corpus test suite in directory 'DIR'
  19. -@ read list of files to compress from stdin
  20. -q be quiet
  21. -L display software license
  22. More about '-m':
  23. ================
  24. Use '-m' to list all available methods.
  25. You can select methods by number:
  26. -m71
  27. You can select methods by name:
  28. -mlzo1x-1
  29. -mlzo1x-999
  30. -mlzo1x-1(11)
  31. You can select some predefined method groups:
  32. -mall
  33. -mlzo
  34. -mm1
  35. -mm99
  36. -mm999
  37. -m1x999
  38. -m1y999
  39. You can specify multiple methods/groups separated by ',':
  40. -m1,2,3,4
  41. -m1,2,3,4,lzo1x-1,m99,81
  42. And finally you can use multiple '-m' options:
  43. -m962,972 -mm99,982,m1
  44. Other options:
  45. ==============
  46. --max-data-length=LEN
  47. --dict=FILENAME
  48. --max-dict-length=LEN
  49. --dump=FILENAME
  50. --adler32
  51. --crc32
  52. --execution-time
  53. --totals