Windows Server memory Usage
warning

Description Memory usage is more than 90%
Query for 2m
>>>
	
				
					100 - ((
				
			
				
					
				
			
				
					 / 
				
			
				
					
				
			
				
					) * 100) > 90
				
			
    
Query Explanation

The query computes the percentage of used physical memory on a Windows server as 100 - ((windows_os_physical_memory_free_bytes / windows_cs_physical_memory_bytes) * 100). The alert triggers when this used‑memory percentage is greater than 90 %.

Get Alert
Download
Copy to Clipboard