mirror of
https://github.com/moexe/FFFGateway-Monitoring.git
synced 2024-11-23 22:23:41 +01:00
88a1f885c0
* Anzahl der Clients in has und has-sued als Gnuplot !!!! gnuplot installieren !!!! * Anzahl und Auflisten der fastd und l2tp Router
25 lines
556 B
Gnuplot
Executable File
25 lines
556 B
Gnuplot
Executable File
#!/usr/bin/gnuplot
|
|
reset
|
|
#set terminal png
|
|
set terminal png size 800,400 font ",10"
|
|
set output '/var/www/html/has-mon/img/clients.png'
|
|
set xdata time
|
|
set timefmt "%Y:%m:%d:%H:%M:%S"
|
|
set format x "%H:%M"
|
|
#set xlabel "time"
|
|
|
|
set ylabel "Clients"
|
|
set yrange [0:670]
|
|
|
|
#set title "Clients "
|
|
#set key center bmargin font ",10"
|
|
set key horizontal reverse samplen 1 width -1 maxrows 1
|
|
set grid
|
|
|
|
set style data lines
|
|
|
|
plot "/var/www/html/has-mon/data/clients.dat" using 1:2 title "ges", \
|
|
"" using 1:3 title "Hassberge", \
|
|
"" using 1:4 title "Hassberge Sued", \
|
|
#
|