Custom Reporting with iRules
In BIG-IP version 9.2, a new profile type was added that is very powerful but isn't well understood. The Statisitcs Profile enables the creation of custom statistics. What makes it interesting is tha...
Published Mar 07, 2007
Version 1.0Chris_Miller
Oct 01, 2009Altostratus
As Stein said, this throws errors...line 11 should be changed from:
switch [string tolower ]HTTP::uri[] {
to:
switch [string tolower [HTTP::uri]] {
Unless of course I'm missing something. I don't do iRules, just what I did to make it work.