top | item 44227207

Show HN: Somo – a human friendly alternative to netstat

115 points| hollow64 | 8 months ago |github.com

30 comments

order

ale42|8 months ago

Is there an option to disable the table mode (or at least horizontal lines, don't care about the others)? It's a lot of wasted space in the terminal if you have lots of connections open.

rogeliodh|8 months ago

somo | grep -v ─

:)

nubb|8 months ago

i’ve typed netstat -pna so many times in my life using something else would totally ruin me

spapas82|8 months ago

I use netstat -nap instead !

mekster|8 months ago

How is it possible to live without aliases? Typing the original command every time, even though history lookup may help, would totally ruin me.

I have `netstat -lntpu` aliased as `nst`. (Along with `s` as `sudo`.)

neiesc|8 months ago

hollow64|8 months ago

Hey, not sure how this usually works with arch but I (the maintainer) didn't create that package but it definitely is based on this somo. Why would someone else register a package by someone else? Only bad reasons come to my mind but I don't know how things are on AUR...

mrweasel|8 months ago

Very nice. I constantly struggle to remember the correct parameters to netstat and this seems to return the information that I need in 90% of my use cases.

hollow64|8 months ago

glad you like it :)

kreetx|8 months ago

Not that `ss` from iproute2 is a newer alternitive to `netstat`. (The common cli flags are the same though, so not better in that regard.)

kykat|8 months ago

[deleted]

basemi|8 months ago

[deleted]

bityard|8 months ago

I find the output of `ss` very hard to read in comparison to netstat.

at0mic22|8 months ago

Think it should be explicitly stated that it is not available on Mac OS as procfs does not support it

Zekio|8 months ago

Readme only mentions linux, so why bother mentioning Mac OS?

insane_dreamer|8 months ago

The title `A human-friendly alternative to netstat for socket and port monitoring on Linux` is pretty clear.

hollow64|8 months ago

sorry for the confusion about the macos like screenshot, I changed it to look more like Ubuntu