Forum Discussion
Leslie_South_55
Nimbostratus
Sep 20, 2007webalizer like reports from the LTM?
I know I may be reaching here, but I wonder if there is a way to get webalizer (http://www.mrunix.net/webalizer/) like reports from the LTM? We are using SNAT to connect to several weblogic servers, ...
JRahm
Admin
Sep 21, 2007This one, Joe?
when HTTP_REQUEST {
set http_request_time [clock clicks -milliseconds]
set request_log_line "Client IP: [IP::remote_addr]:[TCP::remote_port], \
Vip IP: [IP::local_addr], \
requesting: [HTTP::method]/[HTTP::host][HTTP::uri], \
browser: [HTTP::header User-Agent], \
Referer: [HTTP::header value Referer], \
HTTP method: [HTTP::method], \
HTTP version [HTTP::version], \
JSESSION Cookie: [HTTP::cookie value JSESSIONID]"
}
when HTTP_RESPONSE {
set http_response_time [ clock clicks -milliseconds ]
log local0. "$request_log_line, \
HTTP status: [HTTP::status], \
Response Size: [HTTP::payload length], \
Duration: [expr $http_response_time - $http_request_time], \
Server IP: [LB::server addr]"
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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