
Get Cisco Memory Usage
Created: 2019-06-20 03:28:06 | Last modified: 2019-06-20 03:35:08Access: Read | Views: 81 | Rating: N/A | Tags: cisco
Sometimes you need to know how much memory your Cisco IOS router is using
Sometimes you need to know how much memory your Cisco IOS router is using. This could be due to a number of BGP routers, other processes etc.
Inside the CLI run the following command
show memory

The above shows the total memory (in bytes), used memory (in bytes) and free memory (in bytes). So using the above screenshot
Total Memory: 3817327232 / 1024 / 1024 / 1024 = 3.55GB (is actually a 4GB stick)
Used: 1720232088 /1024 /1024 / 1024 = 1.60GB
Free: 2097095144 / 1024 /1024 /1024 = 1.95GB