Admin-Ahead Community

Windows => General Windows => Topic started by: jomyt on April 29, 2017, 11:33:14 am

Title: Checking Available Disk and Memory Usage in Windows Server.
Post by: jomyt on April 29, 2017, 11:33:14 am
Log into your Windows 2008 server via RDP.

* Navigate to the Command  Prompt.

From Windows Server core command prompt : type the following command.

------------------------------------------
C:\>DISKPART

LIST VOL
------------------------------------------
https://snag.gy/t5ipPH.jpg [ Screen shot ]
------------------------------------------
SELECT VOL 2

DETAIL VOL
------------------------------------------
https://snag.gy/Q6NJro.jpg  [ Screen shot ]
------------------------------------------


Memory usage in Windows Sever is Dynamic...

To see the exact allocated memory on Windows VPS,There is a ‘consume.exe’ utility from within the 2008 Server Resource Tool Kit that can be used to verify the maximum memory available on the VPS.

Resource Toolkit is available for download at http://www.microsoft.com/download/en/details.aspx?id=17657

Once toolkit is installed on the VPS, run the below command from a command prompt

--------------------------------------

C:\Program Files (x86)\Windows Resource Kits\Tools>consume.exe-physical-memory -time 100

Once this is executed, which will list the exact installed memory on VPS.

Click on Windows Task Manager >> Performance.

--------------------------------------------
https://snag.gy/O1SMCf.jpg   [ Screen shot ]
 --------------------------------------------

Cheers!! :) :)