raman325 / ostinato

Automatically exported from code.google.com/p/ostinato
GNU General Public License v3.0
0 stars 0 forks source link

Make stats counters (Rxbytes, Txbytes..etc) 64bit so larger values can be supported #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is an enhancement request.

The current stats counters (RX bytes, TX bytes ..etc) are using 32 bit 
variables.

Since Ostinato supports 10G adapters (and can crank out very high data rates), 
these counters can easily be over run and no reflex the actual values.

For systems that support 64bit (Like most all the Linux implementations) - 
please make these counters 64bit.

Current code used is Ostinato 0.5 on an OpenSuse 11.4 X86 64bit machine.

Original issue reported on code.google.com by whoehenr...@gmail.com on 2 Apr 2012 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by pstav...@gmail.com on 3 Apr 2012 at 1:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 9905afc1537a.

Original comment by pstav...@gmail.com on 18 Feb 2015 at 3:54

GoogleCodeExporter commented 9 years ago
@whoehenrieder: could you try the latest code to check if 64bit stats are 
working correctly without any funny business (like issue 67)?

Original comment by pstav...@gmail.com on 18 Feb 2015 at 3:56