![]() |
Reading current connection value from performance counters into ASP page
Hi there,
Does anyone know where I can find information about Reading current connection value from performance counters into ASP page. I wanted to know how I can call the current connection value in my ASP page Thanks Mayhul |
Re: Reading current connection value from performance counters into ASP page
Dim WebPerf, n
Set WebPerf = GetObject("winmgmts:root\cimv2:Win32_PerfRawData_W 3SVC_WebService.Name='_Total'") n = WebPerf.CurrentAnonymousUsers Response.Write "Current number of users on this server:" & n |
| All times are GMT. The time now is 11:32 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.