ru24.pro
News in English
Октябрь
2024
1 2 3 4 5 6 7 8 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

What is the difference between stats eventstats streamstats?

0
statsStats calculate aggregate statistics over the dataset, similar to SQL aggregation. If called without a by clause, one row is produced, which represents the aggregation over the entire incoming result set.eventstatsEventstats calculates a statistical result same as stats command only difference is it does not create statistical results, it aggregates them to the original raw data.streamstats Streamstats command uses events before the current event to compute the aggregate statistics that are applied to each event.-----------------------------------------------------If this help your like will be appreciated ????