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)