How is the total memory utilization calculated for a Windows server monitor?
Memory utilization for Windows is calculated using WMI queries.
The
Total,
Free, and
Used Memory is calculated using
Select FreePhysicalMemory,TotalVisibleMemorySize from
Win32_OperatingSystem WMI query.
The
Swap Memory value is calculated using
Select Name,AllocatedBaseSize,CurrentUsage from
Win32_PageFileUsage WMI query.
Open PowerShell and execute the below command to view data,
Get-WmiObject -Query "Select Name,AllocatedBaseSize,CurrentUsage from Win32_PageFileUsage" -ComputerName '.'
From the output, SWAP memory utilization % can be calculated by Current usage/AllocatedBaseSize x 100.
Know the other memory related metrics that we provide for Windows monitoring.
Learn more.
Related Articles
No data for service and process in Windows server monitor
If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
How to view perfmon counters in Windows?
To monitor specific Windows performance (perfmon) counters with Site24x7's plugin integration, you need to get the names of the performance counters from the Windows Performance Monitor on your server. Follow the steps below to get the names of the ...
How to uninstall the Site24x7 Windows Server Monitoring Agent
Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
Monitor count
Monitor count refers to the number of websites or servers you add for monitoring. If you add ESX servers, Site24x7 automatically discovers all the available VMs on each ESX server and count it as a separate VM monitor, thus increasing your total ...
Amendments to Site24x7 Monitor Names
We've recently renamed a few of our Monitors to help keep in sync with the current IT and DevOps trends. The new monitor names are designed to correctly resonate with the IT & DevOps crowd. We've made necessary changes in the Web client, Help ...