A bit unrelated but I wrote https://github.com/amir/hepccn to list TCP connections by domains rather than just IPs. It filters connections to port 443 and 8443, downloads the peer certificate and then extracts the subject name (pretty sure I learned this trick from an article on Julia Evans' website but can't find it now). I wanted to add more functionalities to it but I stumbled upon an issue and that's for when SNI…
What: A terminal tool to check what is taking up your bandwidth
41–50 of 190 posts
Re: What: A terminal tool to check what is taking up your bandwidth
#42Re: What: A terminal tool to check what is taking up your bandwidth
#43Re: What: A terminal tool to check what is taking up your bandwidth
#44Earlier quoted context omitted.
They are similar but they answer different questions. By default, iftop will tell you "this network interface on your machine is talking a lot to ycombinator.com". But you don't necessarily know which processes are doing the most talking collectively. This will tell you "Firefox process 4567 is talking a lot ycombinator.com" and you'll know whether 4567 is also one of the chattiest talkers right now.
> This will tell you "Firefox process 4567 is talking a lot ycombinator.com" and you'll know whether 4567 is also one of the chattiest talkers right now. But that's what nethogs does.
Re: What: A terminal tool to check what is taking up your bandwidth
#45Re: What: A terminal tool to check what is taking up your bandwidth
#46Re: What: A terminal tool to check what is taking up your bandwidth
#47Earlier quoted context omitted.
Cargo isn't easily google-able ... I was hoping someone would link how to install it, instead of being sassy. I figured it out. It can be found here: https://doc.rust-lang.org/cargo/getting-started/installation... You can install it easily by running this: curl https://sh.rustup.rs -sSf | sh
Very first result for "cargo tool programming" https://binx.io/blog/2018/11/27/learning-cargo/ You're getting snark because your own snarky comment is the equivalent of saying "Why do I need Make to run it on the MacOS?" If you had asked instead, "What is cargo, and how do I install it?" you would get more helpful responses. Snark is met with snark.
It took me a few tries before figuring it out. What worked was "Install cargo MacOS" and it was hard to tell if the results are not a scam to make me install some spyware.
Re: What: A terminal tool to check what is taking up your bandwidth
#48Re: What: A terminal tool to check what is taking up your bandwidth
#49What can be a reason if on MacOS it does not capture traffic? I see empty panels. Tried to run with and without `sudo`.
Re: What: A terminal tool to check what is taking up your bandwidth
#50on macOS. Anyone else getting this error?