Text only
|
Text with Images
NetXMS Support Forum
English Support => General Support => Topic started by: Kelvin Sin on December 19, 2010, 07:56:19 PM
Title:
How to monitor Non-paged pool memory in windows server 2003
Post by:
Kelvin Sin
on
December 19, 2010, 07:56:19 PM
As title.
Title:
Re: How to monitor Non-paged pool memory in windows server 2003
Post by:
Kelvin Sin
on
December 20, 2010, 07:28:56 AM
Dear all,
I solve this problem by using WMI query
WMI.Query(root\cimv2,select * from Win32_PerfRawData_PerfOS_Memory,PoolNonpagedBytes)
Kelvin Sin
Text only
|
Text with Images