Ok, helped myself - bytes_write_sec_last vdef was specified twice stupid me
R On Fri, Dec 14, 2012 at 10:35 AM, Rafal Gwizdala <[email protected]> wrote: > Hi, I have a problem with drawing a gra-h - ERROR: Attempting to reuse > 'bytes_write_sec_last' > This is rrdtool 1.4.7 on Windows > > Can you help me? > Thanks, > RG > > Error executing RRDTool with > graphv "C:\Windows\TEMP\30cf79d76e7d4ed1bf789191f1b6faeb.png" > --full-size-mode -w 788 -h 513 -s "e-1d" -e "now" --step 1 > DEF:avg_sec_tran=c\:\tools\cogmon\dist\GraphData\50cae62b48b3db0f7c7e7dad.rrd:avg_sec_tran:AVERAGE > DEF:avg_sec_read=c\:\tools\cogmon\dist\GraphData\50cae62b48b3db0f7c7e7dad.rrd:avg_sec_read:AVERAGE > DEF:avg_sec_write=c\:\tools\cogmon\dist\GraphData\50cae62b48b3db0f7c7e7dad.rrd:avg_sec_write:AVERAGE > DEF:bytes_read_sec=c\:\tools\cogmon\dist\GraphData\50cae62b48b3db0f7c7e7dad.rrd:bytes_read_sec:AVERAGE > DEF:bytes_write_sec=c\:\tools\cogmon\dist\GraphData\50cae62b48b3db0f7c7e7dad.rrd:bytes_write_sec:AVERAGE > CDEF:mbytes_read_sec=bytes_read_sec,1024,/,1024,/ > CDEF:mbytes_write_sec=bytes_write_sec,1024,/,1024,/ > VDEF:bytes_write_sec_last=mbytes_write_sec,LAST > VDEF:bytes_read_sec_last=mbytes_read_sec,LAST > VDEF:bytes_write_sec_last=bytes_write_sec,LAST > VDEF:avg_sec_write_last=avg_sec_write,LAST > VDEF:avg_sec_read_last=avg_sec_read,LAST > VDEF:avg_sec_tran_last=avg_sec_tran,LAST > "LINE2:avg_sec_tran#102030A0:Sec/transfer" > "GPRINT:avg_sec_tran_last:%1.1lf \l" > "LINE2:avg_sec_read#102030A0:Sec/read" > "GPRINT:avg_sec_read_last:%1.1lf \l" > "LINE2:avg_sec_write#102030A0:Sec/write" > "GPRINT:avg_sec_write_last:%1.1lf \l" > "LINE2:mbytes_read_sec#EECC40A0:MB Read/sec" > "GPRINT:bytes_read_sec_last:%1.1lf \l" > "LINE2:mbytes_write_sec#CCEE40A0:MB Written/sec": > ERROR: Attempting to reuse 'bytes_write_sec_last' _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
