Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view current users with Performance Monitor?

Tinkering with Performance Monitor, I see:

  • Web Service -> Current Connections
  • Web Service -> Get Requests/sec

Are there better counters to look at? Or perhaps other software?

like image 739
eduncan911 Avatar asked Feb 19 '09 20:02

eduncan911


2 Answers

As you can see in the image below, using Web Services -> Get Requests/sec is mostly sufficent for my needs. But, I was hoping on something more elaborate.

But considering how this is free, can't beat free.

alt text http://eduncan911.com/blog/thumbnail/3-webservers.png

like image 79
eduncan911 Avatar answered Oct 16 '22 09:10

eduncan911


For monitoring a small internal website you can view "Current Connections", also within the "Web Service" object. Keep in mind this is active connections, not users and a single user can hold multiple connections open. For example in my SharePoint 2010 environment each user makes 6 connections.

like image 36
Jason Avatar answered Oct 16 '22 09:10

Jason