HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ipaggmanip — Manipulate aggregate statistics produced by `ipaggcreate`. More information: <https://manned.org/ipa

Submitted by: @import:tldr-pages··
0
Viewed 0 times
ipaggcreatecommandaggregatemanipulatecliproducedstatisticsipaggmanip

Problem

How to use the ipaggmanip command: Manipulate aggregate statistics produced by ipaggcreate. More information: <https://manned.org/ipaggmanip>.

Solution

ipaggmanip — Manipulate aggregate statistics produced by ipaggcreate. More information: <https://manned.org/ipaggmanip>.

Combine labels equal in their high-order bits:
ipaggmanip {{[-p|--prefix]}} {{16}} {{path/to/file}}


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:
ipaggmanip {{[-P|--posterize]}} {{path/to/file}}

Code Snippets

Combine labels equal in their high-order bits

ipaggmanip {{[-p|--prefix]}} {{16}} {{path/to/file}}

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

ipaggmanip {{[-P|--posterize]}} {{path/to/file}}

Context

tldr-pages: common/ipaggmanip

Revisions (0)

No revisions yet.