-
Notifications
You must be signed in to change notification settings - Fork 9
/
netTKAnalysis.cfg
79 lines (65 loc) · 1.96 KB
/
netTKAnalysis.cfg
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
;
; NetTK Analysis Config File
;
; General layout is of the form
; [Engine] -- This defines what analysis engine you want to use (these are what is under analysis/*)
; alias_x -- (standard) the alias name to use (take this from the NetTK.cfg file)
; module_x -- (standard) The type of test that was used on this host. For example, "ping".
; ctag_x -- (optional) Optional tag to be used for defining save table name. Table name becomes "alias_module[_tag]". Useful when module is "tcpping" to keep track of port/options/etc.
; attributes -- (This can vary by engine)
; This module is special and defines/starts what backend we're using.
[SQLite Database Handler]
module = sqliteDB
dbName = NetTK.db
[lineGraph -- Latency]
sharex = True ; Should we "share" the x axis? Helpful in lining up network events
sharey = True ; Should we "share" the y axis? Helpful in lining up network events
alias_1 = Google
module_1 = ping
ctag_1 =
age_1 = 30 Minutes
title_1 = Latency to Google via Ping
alias_2 = Slashdot
module_2 = ping
ctag_2 =
age_2 = 30 Minutes
title_2 = Latency to Slashdot via Ping
alias_3 = Google_SSL
module_3 = tcpping
ctag_3 =
age_3 = 30 Minutes
title_3 = Latency to Google Port 443 via TCPPing
[pieChart -- Dropped Packets]
gridx = 2 ; How many across
gridy = 2 ; How many down
; Colors can be any type supported by matplotlib (http://matplotlib.org/api/colors_api.html)
;colorGood = #7E8F7C ; Color for Pie slice of non-dropped packets
;colorBad = #C63D0F ; Color for Pie slice of dropped packets
alias_1 = Google
module_1 = ping
ctag_1 =
age_1 = 30 Minutes
title_1 = Past 30 Minutes
locx_1 = 0
locy_1 = 0
alias_2 = Google
module_2 = ping
ctag_2 =
age_2 = 2 Hours
title_2 = Past 2 Hours
locx_2 = 0
locy_2 = 1
alias_3 = Google
module_3 = ping
ctag_3 =
age_3 = 6 Hours
title_3 = Past 6 Hours
locx_3 = 1
locy_3 = 0
alias_4 = Google
module_4 = ping
ctag_4 =
age_4 = 12 Hours
title_4 = Past 12 hours
locx_4 = 1
locy_4 = 1