Portál AbcLinuxu, 4. listopadu 2025 20:58
system("$rrdtool graph $img/pingtest.png"
." -t \"Traffic for IP 192.168.0.200\""
." -s \"now-24d\""
." -h 300 -w 600"
." -a PNG"
." -l 0"
." DEF:in=$rrd/$_[0]:traffic_in:AVERAGE"
." DEF:out=$rrd/$_[0]:traffic_out:AVERAGE"
." LINE2:in#CC0000"
." LINE2:out#0000ff"
);
system("$rrdtool graph $img/pingtest.png"
." -t \"Traffic for IP 192.168.0.200\""
." -s \"now-24d\""
." -h 300 -w 600"
." -a PNG"
." -l 0"
." DEF:in=$rrd/$_[0]:traffic_in:AVERAGE"
." DEF:out=$rrd/$_[0]:traffic_out:AVERAGE"
." CDEF:out_neg=0.0,out,-"
." LINE2:in#CC0000"
." LINE2:out_neg#0000ff"
);
Keď sa to trochu vytuní, tak to môže vyzerať napríklad tak ako to je v prílohe.
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.