Comment 7 for bug 1716946

Revision history for this message
Sebastien Bacher (seb128) wrote :

or rather the command upstream suggested in the report

"printf " count\tpid\tname\n"; lsof | awk '{ if (NR > 1) print $2 "\t" $1; }' | sort | uniq -c | sort -rn | head -10"