Hi,
We need to monitor RAM Critical Levels of avaerage of over 75% or put simply avialable mem. of less then 25%.
I had tried Pages/Sec option in performance monitor, but it does not seem logical. Can somebody guide me to have the proper test over here
Thanks
RMA and need to monitor available RAM on Windows platform
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: RMA and need to monitor available RAM on Windows platfor
I think you should use WMI test method with select AvailableMBytes from Win32_PerfRawData_PerfOS_Memory query.amsimann wrote:We need to monitor RAM Critical Levels of avaerage of over 75% or put simply avialable mem. of less then 25%.
Also you may use WMI Explorer and query select * from Win32_PerfRawData_PerfOS_Memory to select more relevant value.
Regards,
Max