Forum Discussion
Anders_Conbere_
Nimbostratus
Jun 18, 2009Traffic numbers different from comand line and statistics API
I'm new to this, and I suspect a unit mismatch, but I can't quite get these two numbers to reconcile.
(from the command line)
+-> SERVER ***.*** SERVICE http
| PVA acceler...
hwidjaja_37598
Altostratus
Jun 20, 2009STATISTIC_CLIENT_SIDE_BYTES_IN and STATISTIC_CLIENT_SIDE_BYTES_OUT are 64bit values. You'll see two 32bit values (high and low). What you need to do is to construct a 64bit value from these two 32bit values:
( high << 32 ) | low
<< = Bitwise left shift
| = Bitwise OR
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects