ps aux|awk '{a[$1]++}END{for (b in a)print a[b],b}'

100547613.png