-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfiguration.json
57 lines (57 loc) · 1.3 KB
/
configuration.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"nodes":[
"leaf1", "leaf2", "leaf3",
"leaf5", "leaf6", "leaf7", "leaf8",
"spine1", "spine2", "spine3", "spine4"
],
"featureModel":"DataPlane",
"featureList": [
"active-routes-count",
"as",
"backup-routes-count",
"deleted-routes-count",
"paths-count",
"protocol-route-memory",
"routes-counts",
"global__established-neighbors-count-total",
"global__neighbors-count-total",
"global__nexthop-count",
"global__restart-count",
"performance-statistics__global__configuration-items-processed",
"performance-statistics__global__ipv4rib-server__rib-connection-up-count",
"performance-statistics__vrf__inbound-update-messages",
"vrf__neighbors-count",
"vrf__network-count",
"vrf__path-count",
"vrf__update-messages-received"
],
"detectionCriterion":"spatialDetection",
"dataset":{
"availableDataset": [
"bgpclear_first",
"bgpclear_second",
"portflap_first",
"bgpclear_apptraffic_2hourRun",
"bgpclear_no_traffic_2hourRun",
"bgpclearNewNet"
],
"list":[
"bgpclear_apptraffic_2hourRun"
],
"path": "Data/DatasetByNodes/"
},
"multicoreAnalysis":{
"ON": "NO",
"lambda": [0.01, 1.01, 0.01],
"beta": [0.01, 1.01, 0.01]
},
"denstreamParameters": {
"lambda": 0.15,
"epsilon": "auto",
"beta": 0.05,
"mu": "auto",
"Kmax": 5,
"tp": 30
},
"sampleSkip":39
}