WLB Session monitor

  • Thread starter Thread starter Mike Ford
  • Start date Start date
M

Mike Ford

I usually just check each server individually

If you have session state enabled, you can bring up
PerfMon and view the following counters:

Active Server Pages - Session Duration
Active Server Pages - Sessions Current
Active Server Pages - Sessions Timed Out
Active Server Pages - Sessions Total

If your using ASP.NET State Server, then load these
counters:

ASP.NET - State Server Sessions Abandoned
ASP.NET - State Server Sessions Active
ASP.NET - State Server Sessions Timed Out
ASP.NET - State Server Sessions Total
 
Back
Top