Timeline for netstat: See process name like in `ps aux`
Current License: CC BY-SA 3.0
        6 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 6, 2018 at 21:46 | comment | added | Massimo | the python solutuon is more readable and more generic, versatile | |
| Oct 24, 2016 at 8:20 | comment | added | Wildcard | Agree with @dave_thompson_085; don't use grep -v grepin a script (only interactively).  Instead, actually learn and correctly use the flags topsto get the actual results you want. | |
| Oct 24, 2016 at 8:13 | history | bounty awarded | guettli | ||
| Oct 21, 2016 at 8:37 | comment | added | dave_thompson_085 | Simpler: | awk '/master/ { split($7,result,"/); NF=6; save=$0; "ps hp" result[1] | getline; print save,$5 }' | |
| Oct 18, 2016 at 15:26 | comment | added | guettli | Having fun is important. "Just for fun" is the title of the book by Linus Torvalds :-). Thank you for this answer. | |
| Oct 18, 2016 at 13:24 | history | answered | Iñaki Murillo | CC BY-SA 3.0 |