I'm assuming you are using an appliance rather than the built in Windows Load Balancing Services?
Have you tried setting the Advanced IIS logging options to see if you can get more granular detail for the hits? meverst is correct you can get cookie information there as well as the User Agent which might help you parse the data further.
Main Topics
Browse All Topics





by: meverestPosted on 2009-09-17 at 18:00:57ID: 25362372
Hi,
there are two suggestions that I would like to make:
1. if you log the cookies (look at advanced properties of logging config) then you can detect individual users by session cookie (if your web site uses sessions)
2. it is not a requirement of load balancing systems to masquerade the real remote IP address. Take a closer look at the load balancing arrangement and seriously consider fixing it so that is only forwards the requests - this will also take at least half the load off your load balancers because they no longer need to proxy the incoming requests.
Cheers, Mike.