G
Guest
I need to get system wide CPU utilization so I developed and tested some
functions to do this on XP Pro. When I moved my code to XP Embedded it
failed. The reason is that performance related registry keys do not exist in
XPe, for example HKLM\SYSTEM\CurrentControlSet\ÂServices\PerfOS\Performance
is not present in my system. Googling revealed that these keys seem to have
a dependency on the existence of a swap file. It would make no sense to have
a swap file in my remotely booted system where everything is already resident
in a RamDisk. Is there a reasonable way to get the needed the needed
registry entries? Note that this issue has come up a number of times over
nearly a 3 year period in this NG but insofar as Googling reveals it hasn't
been answered. Isn't this the kind of issue MS folks should answer if no one
else does even if the answer is "no"?
functions to do this on XP Pro. When I moved my code to XP Embedded it
failed. The reason is that performance related registry keys do not exist in
XPe, for example HKLM\SYSTEM\CurrentControlSet\ÂServices\PerfOS\Performance
is not present in my system. Googling revealed that these keys seem to have
a dependency on the existence of a swap file. It would make no sense to have
a swap file in my remotely booted system where everything is already resident
in a RamDisk. Is there a reasonable way to get the needed the needed
registry entries? Note that this issue has come up a number of times over
nearly a 3 year period in this NG but insofar as Googling reveals it hasn't
been answered. Isn't this the kind of issue MS folks should answer if no one
else does even if the answer is "no"?