http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion/page-2105201524-List-processes-currently-using-swap-space-BASH.html
It's worth bearing in mind, though, that processes listed aren't necessarily the root cause - they may well have been paged out to free up RAM for some other process Snippet for file in /proc/*/status ; do awk '/Name|VmSwap/{printf $2 " " $3}END{ print " " }' $file; done | sort -k 2 -n -r Keywords swap , ram , memory , linux , programs , process , vmswap , Latest Posts Calculating the difference between subsequent values in SQL (SQL) List pods running on a kubernetes node (Misc) Delete all...