MR_RJ
Nov 21, 2011Cirrus
Logging when there are multiple threads from one host
Hi,
I got a question from the development team that I doubt I can solve with a LTM but why not ask here, maybe anyone got a idea if it's possible at all.
We have a application (web service) on port 443. The SSL is terminated at the LTM/BIGIP (v10.2.x).
They wonder if I can somehow log if there is multiple threads from a single source IP.
Not sure how this is possible, how do i count threads? is it equal to two simultaneous connections from one single IP? or is it possible to have several threads within 1 current/open connection?
If I should log two or more simultaneous connections from a single IP I guess it's possible with a iRule, check if the source/client IP is in some table and then log it to syslog.
But... still not sure if that will do. Anyone in here that got similar situations that you have solved?
//Robert