Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Checking Available Disk and Memory Usage in Windows Server.  (Read 2639 times)

0 Members and 1 Guest are viewing this topic.

jomyt

  • Guest
Checking Available Disk and Memory Usage in Windows Server.
« 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!! :) :)