Forum Discussion
Shruti_Malik_84
Nimbostratus
May 24, 2007Log Bytes Send/Received (WEB TRAFFIC) in F5 via iRules or BIG-IP
Hi All,
Is it possible to log the web traffic for a paricular incoming/outgoing https request i.e.' Bytes Send' and 'Bytes received'. The logging is required to be done by ei...
JRahm
Admin
May 24, 2007Use HTTP::payload length in both events to log this information, or just log both in the response:
when HTTP_REQUEST {
set request_length [HTTP::payload length]
}
when HTTP_RESPONSE {
log local0. "Request Size: $request_length, Response Size: [HTTP::payload length]"
}
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