Skip to content

Instantly share code, notes, and snippets.

@vanokg
vanokg / top_memory_use
Last active March 29, 2018 11:14
Кто жрет память
ps -eo size,pid,user,command | awk '{ hr=$1/1024 ; printf("%13.6f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }' | sort -n | grep -v 0.000000