Where are System Monitor values in the XP registry?

Posted: 02-21-2005, 08:56 PM
I want to write some VB code to fetch memory metrics from the registry. It
needs to run on both Win9x and XP. I have found the values I need in the
Win9x resistry at the key listed below but the XP registry has a different
format.

Can someone tell me where to find some of the common System Monitor memory
values such as Available Bytes and Pages/sec?

Win9x key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\contro l\PerfStats\Enum


Reply With Quote

Responses to "Where are System Monitor values in the XP registry?"

Bert Kinney
Guest
Posts: n/a
 
Re: Where are System Monitor values in the XP registry?
Posted: 03-01-2005, 05:54 AM
Take a look here, George.
Script Repository: Computer Hardware
http://www.microsoft.com/technet/scr...e/default.mspx


--
Regards,
Bert Kinney [MS-MVP DTS]
http://dts-l.org/


George Yachán wrote:
> I want to write some VB code to fetch memory metrics from
> the registry. It needs to run on both Win9x and XP. I
> have found the values I need in the Win9x resistry at the
> key listed below but the XP registry has a different
> format.
> Can someone tell me where to find some of the common
> System Monitor memory values such as Available Bytes and
> Pages/sec?
> Win9x key:
> HKEY_LOCAL_MACHINE\System\CurrentControlSet\contro l\PerfStats\Enum

Reply With Quote
George Yachán
Guest
Posts: n/a
 
Re: Where are System Monitor values in the XP registry?
Posted: 03-11-2005, 02:10 AM
Thanks Bert.

"Bert Kinney" <bert@NSmvps.org> wrote in message
news:OHFatMiHFHA.3628@TK2MSFTNGP15.phx.gbl...
> Take a look here, George.
> Script Repository: Computer Hardware
> http://www.microsoft.com/technet/scr...e/default.mspx
>
>
> --
> Regards,
> Bert Kinney [MS-MVP DTS]
> http://dts-l.org/
>
>
> George Yachán wrote:
>> I want to write some VB code to fetch memory metrics from
>> the registry. It needs to run on both Win9x and XP. I
>> have found the values I need in the Win9x resistry at the
>> key listed below but the XP registry has a different
>> format.
>> Can someone tell me where to find some of the common
>> System Monitor memory values such as Available Bytes and
>> Pages/sec?
>> Win9x key:
>> HKEY_LOCAL_MACHINE\System\CurrentControlSet\contro l\PerfStats\Enum
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Vista and programs to monitor registry, files, etc. Ant Windows Vista Install & Setup 2 03-22-2006 11:12 AM
Windows Vista and programs to monitor registry, files, etc. Ant Windows Vista File Management 2 03-22-2006 11:12 AM
Windows Vista and programs to monitor registry, files, etc. Ant Windows Vista 2 03-22-2006 11:12 AM
Registry values issue Mark Flager Customize Windows XP 1 07-12-2003 04:15 PM
Some Registry values have no effect greg Windows XP Security & Administration 0 07-01-2003 03:51 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90