怎么查看服务器的内存 使用情况

如何查看服务器的内存 使用情况
请问不用外部软件查看服务器的内存的使用情况
------解决方案--------------------
wmic path Win32_PerfFormattedData_PerfOS_Memory get * /value 
------解决方案--------------------
 findstr "AvailableBytes"