Skip to content

Commit 5bf5641

Browse files
fix bins thresholds
1 parent 61ad9a9 commit 5bf5641

1 file changed

Lines changed: 13 additions & 20 deletions

File tree

packets_data/attack_flows_day1to5/indices/flow_bins_index.json

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,38 @@
22
"resolutions": {
33
"1s": {
44
"file": "flow_bins_1s.json",
5-
"bin_width_us": 1000000,
6-
"bins_with_data": 33639,
75
"bin_width_seconds": 1,
8-
"use_when_range_minutes_lte": 10
9-
},
10-
"10s": {
11-
"file": "flow_bins_10s.json",
12-
"bin_width_us": 10000000,
13-
"bins_with_data": 4146,
14-
"bin_width_seconds": 10,
15-
"use_when_range_minutes_lte": 120
6+
"bin_width_us": 1000000,
7+
"bins_with_data": 33621,
8+
"use_when_range_minutes_lte": 60
169
},
1710
"1min": {
1811
"file": "flow_bins_1min.json",
12+
"bin_width_minutes": 1,
1913
"bin_width_us": 60000000,
2014
"bins_with_data": 1135,
21-
"bin_width_minutes": 1,
22-
"use_when_range_minutes_lte": 1440
15+
"use_when_range_minutes_lte": 2880
2316
},
2417
"10min": {
2518
"file": "flow_bins_10min.json",
19+
"bin_width_minutes": 10,
2620
"bin_width_us": 600000000,
2721
"bins_with_data": 321,
28-
"bin_width_minutes": 10,
29-
"use_when_range_minutes_lte": 7200
22+
"use_when_range_minutes_lte": 2880
3023
},
3124
"hour": {
3225
"file": "flow_bins_hour.json",
26+
"bin_width_minutes": 60,
3327
"bin_width_us": 3600000000,
3428
"bins_with_data": 97,
35-
"bin_width_minutes": 60,
36-
"use_when_range_minutes_gt": 7200
29+
"use_when_range_minutes_gt": 2880
3730
}
3831
},
3932
"time_range": {
4033
"start_us": 1257254652674641,
41-
"end_us": 1257654009567768,
42-
"duration_minutes": 6655
34+
"end_us": 1257654012674641,
35+
"duration_minutes": 6656
4336
},
44-
"total_flows": 5502429,
37+
"total_flows": 5482939,
4538
"total_ip_pairs": 574
46-
}
39+
}

0 commit comments

Comments
 (0)