|
- ( '%s.%s.upxtbytes' % (options.prefix, d[0]), (tstamp, int(d[3])) ),
|
|
|
|
|
|
+ ( '%s.%s.uptxbytes' % (options.prefix, d[0]), (tstamp, int(d[3])) ),
|
|
( '%s.%s.downrxbytes' % (options.prefix, d[0]), (tstamp, int(d[4])) ),
|
|
( '%s.%s.downrxbytes' % (options.prefix, d[0]), (tstamp, int(d[4])) ),
|