TS Performance per User

  • Thread starter Thread starter lozza
  • Start date Start date
L

lozza

Guest
Hi Guys,

So, i have a TS server that is running along just fine in a Virtual
Machine... all applications (just management tools) loaded and working...

Could you help me draw up a perfmon that will help realise realistically how
much memory and cpu each user is consuming, so I can possibly look at
profiling our users in terms of average memory and cpu (and possibley any
other stats) that will help in specing further machines hosting the same
applications.

So far, I have comfortable been able to get measurements of:

-Active session - giving concurrency of about 30 users
-Inactive session
-Total Session
-Available MBytes of memory
-% total processor time

But these are more system level..what i'd like to is get specifics per user,
is this possible? and if so, could someone have a go at possibly trying to
explain to me how to use Perfmon to get this output?

Thanks
Lozza
 
Re: TS Performance per User

Have you tried the following perfcounters, they are useful to observe
resource usage within sessions:

Terminal Services Session
-> %Privileged Time
-> %Process Time
-> %User Time

Thx. Alice

--
Alice Kupcik
Program Manager - Microsoft
http://blogs.msdn.com/ts

This posting is provided "AS IS" with no warranties, and confers no rights.
"lozza" <lozza@discussions.microsoft.com> wrote in message
news:186F7B5C-4388-4D11-8765-B781CDD6EE51@microsoft.com...
> Hi Guys,
>
> So, i have a TS server that is running along just fine in a Virtual
> Machine... all applications (just management tools) loaded and working...
>
> Could you help me draw up a perfmon that will help realise realistically
> how
> much memory and cpu each user is consuming, so I can possibly look at
> profiling our users in terms of average memory and cpu (and possibley any
> other stats) that will help in specing further machines hosting the same
> applications.
>
> So far, I have comfortable been able to get measurements of:
>
> -Active session - giving concurrency of about 30 users
> -Inactive session
> -Total Session
> -Available MBytes of memory
> -% total processor time
>
> But these are more system level..what i'd like to is get specifics per
> user,
> is this possible? and if so, could someone have a go at possibly trying to
> explain to me how to use Perfmon to get this output?
>
> Thanks
> Lozza
>
 
Back
Top