Skip to main content

impact

Class: sugar · Streaming: accumulating

Contribution percentage per group.

Signature

| impact [agg] by=<field_list>

Positional Arguments

NameTypeRequiredDescription
aggagg_listNodefault count()

Options

NameTypeDefaultDescription
byfield_list--

Desugars To

stats <agg> as v by <keys> | eventstats sum(v) as total_v | extend pct_v = v / total_v | sort -pct_v

Examples

impact sum(bytes) by host

Generated from the LynxFlow registry. See RFC-002 for the full language specification.