Forum Discussion
DevBabu_124276
Nimbostratus
May 16, 2016Can someone from DEVCENTRAL fix this or point me to right direction
I am trying to see statistics type from page
https://devcentral.f5.com/wiki/iControl.Common__Statistic.ashx
that links to
https://devcentral.f5.com/wiki/iControl.Common__StatisticType...
DevBabu
Cirrus
May 16, 2016I was trying to get the statistics for the following type:
STATISTIC_SSL_PROTOCOL_SSLV2
STATISTIC_SSL_PROTOCOL_SSLV3
Is that ever implemented because I do not get those type back.
code:
def get_virtual_statistics(obj, virtual):
try:
statistics = obj.LocalLB.VirtualServer.get_statistics([virtual])
return statistics
except Exception, e:
print e
I only see the following type returned:
STATISTIC_MINIMUM_CONNECTION_DURATION
STATISTIC_MEAN_CONNECTION_DURATION
STATISTIC_MAXIMUM_CONNECTION_DURATION
STATISTIC_NO_NODE_ERRORS
STATISTIC_CLIENT_SIDE_BYTES_IN
STATISTIC_CLIENT_SIDE_BYTES_OUT
STATISTIC_CLIENT_SIDE_PACKETS_IN
STATISTIC_CLIENT_SIDE_PACKETS_OUT
STATISTIC_CLIENT_SIDE_CURRENT_CONNECTIONS
STATISTIC_CLIENT_SIDE_MAXIMUM_CONNECTIONS
STATISTIC_CLIENT_SIDE_TOTAL_CONNECTIONS
STATISTIC_PVA_CLIENT_SIDE_BYTES_IN
STATISTIC_PVA_CLIENT_SIDE_BYTES_OUT
STATISTIC_PVA_CLIENT_SIDE_PACKETS_IN
STATISTIC_PVA_CLIENT_SIDE_PACKETS_OUT
STATISTIC_PVA_CLIENT_SIDE_CURRENT_CONNECTIONS
STATISTIC_PVA_CLIENT_SIDE_MAXIMUM_CONNECTIONS
STATISTIC_PVA_CLIENT_SIDE_TOTAL_CONNECTIONS
STATISTIC_EPHEMERAL_BYTES_IN
STATISTIC_EPHEMERAL_BYTES_OUT
STATISTIC_EPHEMERAL_PACKETS_IN
STATISTIC_EPHEMERAL_PACKETS_OUT
STATISTIC_EPHEMERAL_CURRENT_CONNECTIONS
STATISTIC_EPHEMERAL_MAXIMUM_CONNECTIONS
STATISTIC_EPHEMERAL_TOTAL_CONNECTIONS
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_INSTANCES
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_INSTANCES
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_CACHE_USAGE
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_CACHE_OVERFLOWS
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_TOTAL
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_ACCEPTS
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_REJECTS
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_TOTAL
STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_ACCEPTS
STATISTIC_TOTAL_REQUESTS
STATISTIC_TOTAL_PVA_ASSISTED_CONNECTIONS
STATISTIC_CURRENT_PVA_ASSISTED_CONNECTIONS
STATISTIC_VIRTUAL_SERVER_TOTAL_CPU_CYCLES
STATISTIC_VIRTUAL_SERVER_FIVE_SEC_AVG_CPU_USAGE
STATISTIC_VIRTUAL_SERVER_ONE_MIN_AVG_CPU_USAGE
STATISTIC_VIRTUAL_SERVER_FIVE_MIN_AVG_CPU_USAGE
STATISTIC_ACL_NO_MATCH
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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