![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, i'm currently working on a way to determine current database-connection-usage (Unpooled Connection, Pooled Connections, ...) and website monitoring (threadcount, ...) without using the WindowsNT-Performance-Counters. I want to use this for instrumentation purposes (so i can tell anywhere in my .net code e.g. how many database connections are currently in use by the aspnet_wp - process). I want to keep the performance overhead as small as possible - so i want to avoid using the perfmon infrastructure. Any suggestions appreciated. |
#3
| |||
| |||
|
|
"hpw" <hpw (AT) hp-weidinger (DOT) at> wrote in message news:1151325958.069148.324930 (AT) y41g2000cwy (DOT) googlegroups.com... Hi, i'm currently working on a way to determine current database-connection-usage (Unpooled Connection, Pooled Connections, ...) and website monitoring (threadcount, ...) without using the WindowsNT-Performance-Counters. I want to use this for instrumentation purposes (so i can tell anywhere in my .net code e.g. how many database connections are currently in use by the aspnet_wp - process). I want to keep the performance overhead as small as possible - so i want to avoid using the perfmon infrastructure. Any suggestions appreciated. Use the performance counters. You don't have to use perfmon (although I can't understand why you wouldn't). You can query the counters in code. David |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |