aboutsummaryrefslogtreecommitdiff
path: root/db.txt
blob: ba7981d435d7a0378ccb67a99f15aada4c6b1823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Configs db example

configs.servera is a collection containing records like:
{
	"timestamp": 1363817460,
	"configttl": 3600,
	"pinginterval": 60,
	"neighbours": [
		"serverb",
		"serverc",
		"home"
	]
}


Results db example

results.servera is a collection containing records like:
{
	"timestamp": 1363817460,
	"serverb": 0.057,
	"serverc": 0.054,
	"home": 0.055
}