forked from magicdude4eva/docker-smokeping
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProbes
executable file
·78 lines (66 loc) · 1.19 KB
/
Probes
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
*** Probes ***
+ FPing
binary = /usr/bin/fping
pings = 20
step = 300
+ Curl
binary = /usr/bin/curl
offset = random
pings = 5
timeout = 5
forks = 20
urlformat = http://%host%/
++ CurlFullPage
agent = User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0.1) Gecko/20100101 Firefox/36.0.1
follow_redirects = yes
include_redirects = yes
pings = 3
timeout = 20
insecure_ssl = 1
offset = random
++ CurlHeadersOnly
agent = User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0.1) Gecko/20100101 Firefox/36.0.1
extraargs = --head
follow_redirects = yes
include_redirects = yes
pings = 3
timeout = 20
insecure_ssl = 1
offset = random
++ CurlFTP
pings = 3
step = 3600
timeout = 1200
offset = random
+ DNS
binary = /usr/bin/dig
timeout = 5
forks = 5
pings = 3
offset = random
+ WifiParam
binary = /sbin/iw
pings = 3
forks = 1
step = 300
offset = random
+ YoutubeDL
binary = /usr/local/bin/youtube-dl
options = --no-part -f best
timeout = 300
forks = 1
step = 3600
pings = 3
+ speedtest
binary = /usr/local/bin/speedtest-cli
timeout = 300
forks = 1
step = 3600
offset = random
pings = 3
++ speedtest-download
measurement = download
++ speedtest-upload
measurement = upload
++ speedtest-ping
measurement = ping