Forum Discussion
Ehsan_A_329941 Nimbostratus
Nimbostratus
Nov 19, 2017BIG-IP LTM Other System Memory and Swap Memory Usage
 I want to know how to check the detail of BIG-IP LTM Other System Memory and Swap Memory Usage considering the below output :     
         
sk_330490 Nimbostratus
Nimbostratus
Oct 09, 2018Run below command from bash. This will give the list of processes and the swap memory used. Over a period of time, you can take these stats to find the top swap memory consuming process.
for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | sort -k 2 -n -r | lessRecent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects