Graphs empty
Closed this issue · 2 comments
svenvg93 commented
I've configured and verified that the speedtests are being performed correctly but graphs keeps empy.
smokeping version: 2.007003
Targets:
*** Targets ***
probe = FPing
menu = Top
title = Network Latency Grapher
+Network
menu =Network
title = Network
++Speedtest
menu = Speedtest
title = Speedtest
+++ download
menu = Download
title = Download
probe = speedtestcli-download
server = 21509
measurement = download
host = dummy.com
+++ upload
menu = Upload
title = Upload
probe = speedtestcli-upload
server = 21509
measurement = upload
host = dummy.com
Probes
+ speedtestcli
binary = /usr/bin/speedtest
timeout = 300
forks = 1
step = 3600
offset = random
pings = 3
++ speedtestcli-download
measurement = download
++ speedtestcli-upload
measurement = upload
Smokeping service
Jan 22 11:30:29 pi4-neo systemd[1]: Starting Latency Logging and Graphing System...
Jan 22 11:30:30 pi4-neo smokeping[6640]: ### parsing /usr/bin/speedtest output... OK (version 1.0.0.2)
Jan 22 11:30:30 pi4-neo smokeping[6640]: ### parsing /usr/bin/speedtest output... OK (version 1.0.0.2)
Jan 22 11:30:30 pi4-neo smokeping[6640]: Note: logging to syslog as local0/info.
Jan 22 11:30:30 pi4-neo smokeping[6640]: Daemonizing /usr/sbin/smokeping ...
Jan 22 11:30:30 pi4-neo systemd[1]: Started Latency Logging and Graphing System.`
Smokeping debug (mask ip)
speedtestcli-upload: forks 1, timeout for each target 901
speedtestcli-upload: [Speedtestcli] query=/usr/bin/speedtest --server-id 21509 -f json --accept-license --accept-gdpr 2>&1 | tail -1
speedtestcli-upload: [Speedtestcli] output: {"type":"result","timestamp":"2021-01-22T10:57:14Z","ping":{"jitter":0.105,"latency":13.244},"download":{"bandwidth":11918018,"bytes":50299176,"elapsed":4209},"upload":{"bandwidth":3528106,"bytes":12722128,"elapsed":3608},"packetLoss":0,"isp":"T-Mobile Thuis","interface":{"internalIp":"192.168.1.2","name":"eth0","macAddr":"DC:A6:32:6D:EC:56","isVpn":false,"externalIp":"31.20.x.x"},"server":{"id":21509,"name":"i3D.net","location":"Rotterdam","country":"Netherlands","host":"eu.speedtest.i3d.net","port":8080,"ip":"213.163.76.135"},"result":{"id":"b15d8092-119b-409d-9a3e-34549ba5a26b","url":"https://www.speedtest.net/result/c/b15d8092-119b-409d-9a3e-34549ba5a26b"}}
speedtestcli-upload: [Speedtestcli] Got value: 3528106, unit: 8 -> 28224848
speedtestcli-upload: [Speedtestcli] time=2.8224848000e+07 2.8224848000e+07 2.8224848000e+07
speedtestcli-upload: dummy.com: got 2.8224848000e+07 2.8224848000e+07 2.8224848000e+07
speedtestcli-download: forks 1, timeout for each target 901
speedtestcli-download: [Speedtestcli] query=/usr/bin/speedtest --server-id 21509 -f json --accept-license --accept-gdpr 2>&1 | tail -1
speedtestcli-download: [Speedtestcli] output: {"type":"result","timestamp":"2021-01-22T10:57:24Z","ping":{"jitter":0.16200000000000001,"latency":13.704000000000001},"download":{"bandwidth":11758404,"bytes":58286344,"elapsed":4916},"upload":{"bandwidth":3530265,"bytes":13110488,"elapsed":3713},"packetLoss":0,"isp":"T-Mobile Thuis","interface":{"internalIp":"192.168.1.2","name":"eth0","macAddr":"DC:A6:32:6D:EC:56","isVpn":false,"externalIp":"31.20.7.134"},"server":{"id":21509,"name":"i3D.net","location":"Rotterdam","country":"Netherlands","host":"eu.speedtest.i3d.net","port":8080,"ip":"213.163.76.135"},"result":{"id":"3b001c7f-d95f-4758-8f03-7de420d94a48","url":"https://www.speedtest.net/result/c/3b001c7f-d95f-4758-8f03-7de420d94a48"}}
speedtestcli-download: [Speedtestcli] Got value: 11758404, unit: 8 -> 94067232
speedtestcli-download: [Speedtestcli] time=9.4067232000e+07 9.4067232000e+07 9.4067232000e+07
speedtestcli-download: dummy.com: got 9.4067232000e+07 9.4067232000e+07 9.4067232000e+07
svenvg93 commented
Nevermind started working by itself
mad-ady commented
It takes twice the polling interval for the measurements to show in your
graphs (the first time). So you need to wait for 2 hours...
…On Fri, Jan 22, 2021 at 2:42 PM svenvg93 ***@***.***> wrote:
Closed #21 <#21>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAO6KSCL7ROFT7HTIC6VYDS3FXFBANCNFSM4WOKBOTQ>
.