Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The number of active <em>sessions</em> in the State Server can be viewed with a Performance Counter on the server running the State Server easily. This does not directly equate to active users (due to session timeout time)</p> <p>The counter for active sessions is: "Asp.net" - "State Server Sessions Active"</p> <p>For reference, here are all State Server related perfmon counters, from <a href="http://msdn.microsoft.com/en-us/library/fxk122b4.aspx" rel="noreferrer">http://msdn.microsoft.com/en-us/library/fxk122b4.aspx</a></p> <p><strong>State Server Sessions Abandoned</strong> The number of user sessions that have been explicitly abandoned. These are sessions that are ended by specific user actions, such as closing the browser or navigating to another site. This counter is available only on the computer where the state server service (aspnet_state) is running.</p> <p><strong>State Server Sessions Active</strong> The number of currently active user sessions. This counter is available only on the computer where the state server service (aspnet_state) is running.</p> <p><strong>State Server Sessions Timed Out</strong> The number of user sessions that have become inactive through user inaction. This counter is available only on the computer where the state server service (aspnet_state) is running.</p> <p><strong>State Server Sessions Total</strong> The number of sessions created during the lifetime of the process. This counter is the total value of State Server Sessions Active, State Server Sessions Abandoned, and State Server Sessions Timed Out. This counter is available only on the computer where the state server service (aspnet_state) is running.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload