What: A terminal tool to check what is taking up your bandwidth
1–10 of 190 posts
Re: What: A terminal tool to check what is taking up your bandwidth
#2What are the main differences to something like nethogs or iftop?
Re: What: A terminal tool to check what is taking up your bandwidth
#3Thank you this is amazing. I have a bunch of virtual interfaces on my server and I have no idea what's using them or if they're even still in use what created them. This solved my problem instantly.
Re: What: A terminal tool to check what is taking up your bandwidth
#4[deleted]
Re: What: A terminal tool to check what is taking up your bandwidth
#5What are the main differences to something like nethogs or iftop?
it's trendy to reinvent the wheel with Rust ?
Re: What: A terminal tool to check what is taking up your bandwidth
#6What are the main differences to something like nethogs or iftop?
What's wrong if someone want to make yet another x.
Re: What: A terminal tool to check what is taking up your bandwidth
#7What are the main differences to something like nethogs or iftop?
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.
Re: What: A terminal tool to check what is taking up your bandwidth
#8Looks awesome but the name makes it seem designed to be difficult to find in a search engine!
Re: What: A terminal tool to check what is taking up your bandwidth
#9Why do I need cargo to install on mac? (It would be nice to have a link to install)
Updated To install run: curl https://sh.rustup.rs -sSf | sh
Re: What: A terminal tool to check what is taking up your bandwidth
#10I need this for windows.