Forum Discussion
muzammil_88686
Nimbostratus
Dec 24, 2012URL Logging, Hitcount, IP addresses
Dear Dev Team,
We are getting complains from Server guys about some specific URLs are getting hit by lot of IP addresses and they are seeing lot of hits to those URLs.
The URLs are as below...
What_Lies_Bene1
Cirrostratus
Dec 24, 2012You're welcome. Then it would be something like this, removing the log statements. Yes, you'd still need the Statistics Profile;
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/test?123*" {
STATS::incr busyurls 123
}
"/test?xyz*" {
STATS::incr busyurls xyz
}
"/test?abc*" {
STATS::incr busyurls abc
}
}
}
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