264a265
> output.colormap = 'RdYlGn'
289d289
< sim_seconds = source['sim_seconds']
297d296
< bps = etherdev.rxBandwidth + etherdev.txBandwidth
340c339
< output.stat = packets / sim_seconds
---
> output.stat = packets / source['sim_seconds']
358c357
< output.stat = bps / 1e9
---
> output.stat = (etherdev.rxBandwidth + etherdev.txBandwidth) / 1e9