2021-10-20 23:21:51 +02:00
|
|
|
# ipaggmanip
|
|
|
|
|
|
|
|
> Manipulate aggregate statistics produced by `ipaggcreate`.
|
|
|
|
> More information: <https://manned.org/ipaggmanip>.
|
|
|
|
|
|
|
|
- Combine labels equal in their high-order bits:
|
|
|
|
|
2025-05-09 20:39:26 +03:00
|
|
|
`ipaggmanip {{[-p|--prefix]}} {{16}} {{path/to/file}}`
|
2021-10-20 23:21:51 +02:00
|
|
|
|
|
|
|
- Remove labels with a count smaller than a given number of bytes and output a random sample of such labels:
|
|
|
|
|
|
|
|
`ipaggmanip --cut-smaller {{100}} --cull-labels {{5}} {{path/to/file}}`
|
|
|
|
|
|
|
|
- Replace each label's count with 1 if it is non-zero:
|
|
|
|
|
2025-05-09 20:39:26 +03:00
|
|
|
`ipaggmanip {{[-P|--posterize]}} {{path/to/file}}`
|