Live data from Hacker News

What: A terminal tool to check what is taking up your bandwidth

github.com

151–160 of 190 posts

Re: What: A terminal tool to check what is taking up your bandwidth

#151
post #132

Getting an error: .cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.5.3/src/bytes.rs:121:18 | 121 | len: bytes.len(), | ^^^^^^^^^^^ error: aborting due to previous error error: Could not compile `bytes`. warning: build failed, waiting for other jobs to finish...

same. I tried googling around a bit, but nothing useful showed up :(.

I don't understand how rust/cargo work so just giving up at this point.

Re: What: A terminal tool to check what is taking up your bandwidth

#155
post #132

Getting an error: .cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.5.3/src/bytes.rs:121:18 | 121 | len: bytes.len(), | ^^^^^^^^^^^ error: aborting due to previous error error: Could not compile `bytes`. warning: build failed, waiting for other jobs to finish...

https://github.com/tokio-rs/bytes/issues/326

Re: What: A terminal tool to check what is taking up your bandwidth

#156
post #99

Earlier quoted context omitted.

Is there a website one can test names against? Of course you can locally but that doesn't easily cover the distros you might be thinking of targeting.

I doubt any of these will help you if you pick the name of a shell builtin, but: The closest (but not perfect) answer I know of is the open source project name checker ( http://ivantomic.com/projects/ospnc/ ). Repology ( https://repology.org/projects/?search=what ) can also help a bit, but it's less of a direct answer.

Another thing that isn't perfect but could help is doing a search of package contents of a large distro, e.g. here's a search of Debian for packages that provide a file called "node": https://packages.debian.org/search?searchon=contents&keyword...

Re: What: A terminal tool to check what is taking up your bandwidth

#157

Bad naming.. WHAT(1) BSD General Commands Manual WHAT(1) NAME what -- show what versions of object modules were used to construct a file (MacOS ...)

A good name would be "nettop"; it's so good that several projects (on github alone) have already used it as the name of some network monitor. The shortened "ntop" is also taken. At least two projects have claimed "iptop".

nettop already exists on macOS and does the same thing.

https://www.unix.com/man-page/osx/1/nettop/

Re: What: A terminal tool to check what is taking up your bandwidth

#159
post #132

Getting an error: .cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.5.3/src/bytes.rs:121:18 | 121 | len: bytes.len(), | ^^^^^^^^^^^ error: aborting due to previous error error: Could not compile `bytes`. warning: build failed, waiting for other jobs to finish...

It requires a very recent version of rust. Do a 'rustup update' to get the latest stable release. You can't use the distribution's packages for rust and cargo if you want to play new rust programs.
Post reply on HN