Forum Discussion
LuisCR
Aug 24, 2023Nimbostratus
Request statistics for HTTPS pool
Hello community
Thank you for any help you can give me with this query.
How could I record incoming requests in the statistics of a pool for https?
- PeteWhiteEmployee
HTTP requests are not normally included in pool stats afaik. However, you can use iStats to assign a statistic to the pool
when HTTP_REQUEST { set pool_name [LB::server pool] set pool_member_addr [LB::server addr] set pool_member_port [LB::server port] ISTATS::incr "ltm.pool $pool member $pool_member_addr:$pool_member_port counter requests" 1 }
. You can see these via the CLI with "tmsh show ltm pool"
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