Forum Discussion
KimiLi_147173
Nimbostratus
Dec 26, 2018Is it possible to log how many bytes an APM session gets?
Hi guys, we have an irule below to collect http log :
when CLIENT_ACCEPTED {
set syslog_server_pool pool_splunk_syslog_udp511_lan
set hsl [HSL::open -proto UDP -pool $syslog_server_pool]
}...
Dec 26, 2018
You should be able to read these session variables and use them in your iRule, just like you did with the session.logon.last.username variable.
session.stats.bytes.in
session.stats.bytes.out
session.stats.egress.compressed
session.stats.egress.raw
session.stats.ingress.compressed
session.stats.ingress.raw
session.stats.packets.in
session.stats.packets.out
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