I try to Monitor Network speed with RPI-Monitor and Iperf, but I get this error:
Warning: unable to close filehandle FEED properly.
RPI-Monitor Release is 2.12-r0
This is my iperf.conf file:
Code: Select all
dynamic.17.name=Iperf
dynamic.17.source=iperf -p 4711 -c 192.168.0.254 | grep -Po '(?<=,)[0-9]+$|[0-9.]*(?= Mbits\/sec)|(?<=local\/sender )[^%]*' | paste -d, -
dynamic.17.regexp=(.*)
dynamic.17.postprocess=$1 * 1
dynamic.17.rrd=GAUGE
web.status.1.content.17.name=Iperf
web.status.1.content.17.icon=wifi.png
web.status.1.content.17.line.1='Datenrate: <b>' + KMG(data.Iperf,'M')
web.statistics.1.content.17.name=Iperf
web.statistics.1.content.17.graph.1=Iperf
web.statistics.1.content.17.ds_graph_options.Iperf.label=Mbyte/sec
web.statistics.1.content.17.ds_graph_options.Iperf.lines={ fill: true }
web.statistics.1.content.17.ds_graph_options.Iperf.color="#FF7777"
regards
ThomasDr