Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speedtest.pm does not populate rrd #2

Closed
jhenkins opened this issue Oct 18, 2015 · 2 comments
Closed

speedtest.pm does not populate rrd #2

jhenkins opened this issue Oct 18, 2015 · 2 comments

Comments

@jhenkins
Copy link

Hello,

This looks like an excellent tool, and I have seen other people whom have managed to get it to graph successfully. However, I cannot get it to work, so I would really appreciate any assistance. I have followed the instructions in the README.md file, and created the local0 logging for debug purposes. When Smokeping runs the probe, it definitely gets data back from speedtest-cli (here is a snippet from the log):

---start---
Oct 18 21:13:45 jandev smokeping[37079]: query=/usr/local/bin/speedtest-cli --server 3699 --simple 2>&1
Oct 18 21:14:21 jandev smokeping[37079]: output: Ping: 52.692 ms
Oct 18 21:14:21 jandev smokeping[37079]: output: Download: 7.47 Mbit/s
Oct 18 21:14:21 jandev smokeping[37079]: output: Upload: 2.95 Mbit/s
Oct 18 21:14:21 jandev smokeping[37079]: Got value: 2.95, unit: Mbit/s -> 2950000
Oct 18 21:14:21 jandev smokeping[37079]: time=2.9500000000e+06 2.9500000000e+06 2.9500000000e+06
---end---

My Probes section looks like this:

---start---

  • speedtest
    binary = /usr/local/bin/speedtest-cli
    timeout = 300
    step = 3600
    offset = random
    pings = 3

++ speedtest-download
measurement = download

++ speedtest-upload
measurement = upload
---end---

My Targets entry looks like this:

---start---

  • SPEEDTEST
    menu = Speedtest
    title = Speedtest Results

++ download_from_Virgin_Croydon
menu = download_from_Virgin_Croydon
title = download_from_Virgin_Croydon
probe = speedtest-download
server = 3699
measurement = download
host = dummy.com

++ upload_to_Virgin_Croydon
menu = upload_to_Virgin_Croydon
title = upload_to_Virgin_Croydon
probe = speedtest-upload
server = 3699
measurement = upload
host = dummy.com
---end---

My Overview area in the Presentation file:

---start---

  • overview

width = 600
height = 50
range = 10h
max_rtt = 1000000000
---end---

And yet, no data in the generated graphs. Is there anything wrong with the above? If not, what else can I do in order to get this to work?

Thanks in advance!

Regards,
Jan Henkins

@jhenkins
Copy link
Author

Hello,

I should have read the updated line at the bottom of the README, which of course I did not! :-P
Applying that patch helped, I now have graphs!

Case closed!

Regards,
Jan Henkins

@mad-ady
Copy link
Owner

mad-ady commented Oct 19, 2015

Yeah, I had forgotten about that change when I first created the readme.
The next smokeping release will include that change.
On 19 Oct 2015 02:36, "Jan Henkins" notifications@github.com wrote:

Hello,

I should have read the updated line at the bottom of the README, which of
course I did not! :-P
Applying that patch helped, I now have graphs!

Case closed!

Regards,
Jan Henkins


Reply to this email directly or view it on GitHub
#2 (comment)
.

@xelfer xelfer mentioned this issue Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants