Hello,
I am monitoring a RDP server using Performance Counters. I need some information (user, logintime, etc... ) about the sessions, which I get using the Cassia library (wraps the TS API to .net). I cannot use the "Terminal Services Session" performance counters,
because I did not find any information with which rules the instance name is determined. Therefore I use for each process in the session a performance counter.
I do not want my monitoring to use up a lot of resources, however the performancecounters always need 2ms to execute the NextValue() method which is a lot. Is there any other way to monitor the sessions in less time or to speed up the performance counters?
greetings mfe