2018-01-22 ■ Swap している犯人を探す方法(Cetos 7) grep VmSwap /proc//status | sort -nk2 -r | head | sed -e 's/.proc\/(.)\/./\1/g' | xargs -I% ps -p % -o comm=