On This Page

Home / Search/ Language Reference/ Functions/ Cribl Functions/persecond

persecond ​

The persecond aggregation function returns the per second rate (based on _time) of Expression across the group.

Use this function with the summarize, eventstats, and timestats operators.

Syntax ​

persecond( Expression )

Arguments ​

  • Expression: Expression used for aggregation calculation. Wildcards are not supported for field names.

Example ​

dataset=myDataset
| summarize persecond(transactions)