Sysnative Performance Series
Check Virtual Memory Usage with WMI
Windows Management Instrumentation (WMI) is a simple and fast method to check your system's current and peak virtual memory usage.
These two apps produce the same output information, but have two different types of output - HTML file & TXT file.
APP DOWNLOAD
HTML output app - WMI - "Recoveros" and Page File Settings (HTML)
Text file output app - WMI - "Recoveros" and Page File Settings (TEXT)
File Output Examples
▫ HTML output version
▫ Text output version
Additional details on the information contained in the output file:
The LEFT column = a portion from the WMI text file output
[TABLE="class: wikigrid, width: 754, align: left"]
[TR]
[TD]AllocatedBaseSize=4062
[/TD]
[TD]This is the size of the Page File in MB.
If Virtual Memory settings = "System Managed",
this number should be just over 2x installed physical RAM
(at the time the OS was last installed or the page file was reset)
This system has 2x2 = 4 GB RAM.
[/TD]
[/TR]
[TR]
[TD]Caption=C:\pagefile.sys
[/TD]
[TD]Name & location of the Page File
[/TD]
[/TR]
[TR]
[TD]CurrentUsage=681
[/TD]
[TD]Amount of Virtual Memory currently being used (MB)
[/TD]
[/TR]
[TR]
[TD]Description=C:\pagefile.sys
[/TD]
[TD]Page File description
[/TD]
[/TR]
[TR]
[TD]InstallDate=20100626093920.056423-240
[/td][td]
06-26-2010 - The date the Page File was last allocated
Allocation occurs during OS installation & manual page file reset
For most, this date will be = to the first time you booted your new system or reinstalled the OS
[/TD]
[/TR]
[TR]
[TD]Name=C:\pagefile.sys
[/TD]
[TD]Page File name
[/TD]
[/TR]
[TR]
[TD]PeakUsage=1041
[/TD]
[TD]Amount of PEAK Virtual Memory used since last boot-up (MB)
[/TD]
[/TR]
[TR]
[TD]Status=
[/TD]
[TD]n/a
[/TD]
[/TR]
[TR]
[TD]TempPageFile=FALSE
[/TD]
[TD]Indicates Page File settings = "System Managed"
[/TD]
[/TR]
[/TABLE]
[TR]
[TD]AllocatedBaseSize=4062
[/TD]
[TD]This is the size of the Page File in MB.
If Virtual Memory settings = "System Managed",
this number should be just over 2x installed physical RAM
(at the time the OS was last installed or the page file was reset)
This system has 2x2 = 4 GB RAM.
[/TD]
[/TR]
[TR]
[TD]Caption=C:\pagefile.sys
[/TD]
[TD]Name & location of the Page File
[/TD]
[/TR]
[TR]
[TD]CurrentUsage=681
[/TD]
[TD]Amount of Virtual Memory currently being used (MB)
[/TD]
[/TR]
[TR]
[TD]Description=C:\pagefile.sys
[/TD]
[TD]Page File description
[/TD]
[/TR]
[TR]
[TD]InstallDate=20100626093920.056423-240
[/td][td]
06-26-2010 - The date the Page File was last allocated
Allocation occurs during OS installation & manual page file reset
For most, this date will be = to the first time you booted your new system or reinstalled the OS
[/TD]
[/TR]
[TR]
[TD]Name=C:\pagefile.sys
[/TD]
[TD]Page File name
[/TD]
[/TR]
[TR]
[TD]PeakUsage=1041
[/TD]
[TD]Amount of PEAK Virtual Memory used since last boot-up (MB)
[/TD]
[/TR]
[TR]
[TD]Status=
[/TD]
[TD]n/a
[/TD]
[/TR]
[TR]
[TD]TempPageFile=FALSE
[/TD]
[TD]Indicates Page File settings = "System Managed"
[/TD]
[/TR]
[/TABLE]
Regards. . .
jcgriff2
Problems with WMI?
The WMI Diagnosis Utility
A utility to help system administrators diagnose and repair problems with the WMI service.
Overview
WMIDiag.vbs is a VBScript script designed to help you ascertain the current state of the WMI service on a computer. The download package includes the utility itself, a ReadMe file that discusses how the tool works (and how to best use it), and sample spreadsheets that provide information about the default WMI configuration on various versions of the Microsoft Windows operating system.
From The Microsoft Download Center:
The WMI Diagnosis Utility -- Version 2.1 - Download The WMI Diagnosis Utility -- Version 2.1 from Official Microsoft Download Center
.
Last edited by a moderator: