Forum Discussion
Ehsan_A_329941
Nov 19, 2017Nimbostratus
BIG-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
Oct 09, 2018Nimbostratus
Run 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 | less
Recent 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