Forum Discussion
How to Monitor sessions/connections in VIP
There are a few things to consider in this request.
-
Session count is a TCP value, so it doesn't necessarily equate to the number of users accessing the system, but rather the number of TCP sessions open.
-
There are several ways to get metrics from a BIG-IP. There are third party tools (Splunk, System Center, etc.), and several different formats (syslog, SNMP, etc.). Each of these tools can reach in and get the data (via iControl), or receive and aggregate the data (via SNMP, syslog, etc.).
-
At a minimum, if you just wanted to send this raw TCP data to a server every hour, you could simply create a script that performs a TMSH function
tmsh show /ltm pool local-pool members { 10.70.0.1:80 } |grep "| Current Connections" |awk -F" " '{ print $4 }'
and sends that to a remote server via cURL.
Recent Discussions
Related Content
* 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