Forum Discussion
Alok_3817
Nimbostratus
May 10, 2010Unit for the Stats pulled by using i Control
Hi,
I am pulling the Global Stats using iControl for 9.4
I get the low and hight values and I create the 64 bit values.... but i am confused as what is the Unit of measurement
Like STATISTIC_CLI...
Hamish
Cirrocumulus
May 13, 2010Yes, your conversion from hi/low 32bit values to 64bit values isn't correct. Use
my $quick64=($statValue->{high}*4294967296)+($statValue->{low}<0?(4294967296+$statValue->{low}):$statValue->{low});
H
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