Network Bandwidth Usage Monitor
http://raboof.github.io/nethogs/
NetHogs is a small 'net top' tool. Instead of breaking the traffic down per
protocol or per subnet, like most tools do, it groups bandwidth by process.
NetHogs does not rely on a special kernel module to be loaded. If there's
suddenly a lot of network traffic, you can fire up NetHogs and immediately see
which PID is causing this. This makes it easy to indentify programs that have
gone wild and are suddenly taking up your bandwidth.
- Links to network:utilities / nethogs
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dirkmueller:Factory/nethogs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
nethogs-v0.8.7.tar.gz | 0000270631 264 KB | |
nethogs.changes | 0000003385 3.31 KB | |
nethogs.keyring | 0000004805 4.69 KB | |
nethogs.spec | 0000002276 2.22 KB |
Revision 2 (latest revision is 3)
Dirk Mueller (dirkmueller)
committed
(revision 2)
- update to 0.8.7: * Adding ppc64le architecture support on travis-ci by @kishorkunal-raj in #198 * Issue: #62 - UDP support by @takeoverjp in #199 * Update man page with the latest help message. by @takeoverjp in #200 * Issue: #102 - Show screenshot in README. by @takeoverjp in #201 * Add links to other network traffic monitoring tools. by @takeoverjp in #202 * Issue: #96 - Garbage collect inodeproc on each ui refresh. by @takeoverjp in #203 * Fix compilation error with [-Werror=format-security] by @kretcheu in #210 * Added BusyTasks link to the list by @unknown-spirit in #212 * Add bandwhich and sniffer links by @chenjiandongx in #213 * Disable capability check, handle failure better by @ncfavier in #215 * feat: Add basename support #155 by @sgtcortez in #216 * Use "--tags" parameter to get the correct git-tag by @schuellerf in #221 * Add process filter by @sgtcortez in #218 * Add python bindings by @jimmylomro in #222 * Improve performance with many connections by @CyberShadow in #223
Comments 0