mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
added speedtest plot file
git-svn-id: https://svn.fhem.de/fhem/trunk@3326 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8fccb039c7
commit
58d8fa2609
22
fhem/www/gplot/speedtest.gplot
Normal file
22
fhem/www/gplot/speedtest.gplot
Normal file
@ -0,0 +1,22 @@
|
||||
############################
|
||||
# Display speedtest results
|
||||
|
||||
set terminal png transparent size <SIZE> crop
|
||||
set output '<OUT>.png'
|
||||
set xdata time
|
||||
set timefmt "%Y-%m-%d_%H:%M:%S"
|
||||
set xlabel " "
|
||||
set title '<L1>'
|
||||
|
||||
set ylabel "Mbit/s"
|
||||
set y2label "Mbit/s"
|
||||
set y3label "ms"
|
||||
|
||||
#DbLog speedtest:download::
|
||||
#DbLog speedtest:upload::
|
||||
#DbLog speedtest:ping::
|
||||
|
||||
plot
|
||||
using 1:2 ls l0 axes x1y2 title 'download (Mbit/s)' with lines,
|
||||
using 1:2 ls l1 axes x1y1 title 'upload (Mbit/s)' with lines,
|
||||
using 1:2 ls l2 axes x1y3 title 'ping (ms)' with lines,
|
Loading…
Reference in New Issue
Block a user