Page MenuHomeFreeBSD

New port: net/nethogs
ClosedPublic

Authored by tobik on Mar 5 2017, 7:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 29, 4:29 AM
Unknown Object (File)
Sun, Oct 26, 12:53 AM
Unknown Object (File)
Sat, Oct 25, 5:13 PM
Unknown Object (File)
Wed, Oct 22, 10:16 AM
Unknown Object (File)
Sat, Oct 18, 5:39 PM
Unknown Object (File)
Sun, Oct 12, 5:57 AM
Unknown Object (File)
Sat, Oct 11, 12:11 AM
Unknown Object (File)
Oct 1 2025, 7:47 AM
Subscribers
None

Details

Summary
New port: net/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.

WWW: https://github.com/raboof/nethogs

PR:		213109
Submitted by:	anastasios@mageirias.com
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D????
Test Plan

poudriere testport 11.0/amd64 ok
poudriere testport 10.3/i386 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7907
Build 8047: arc lint + arc unit

Event Timeline

tobik updated this revision to Diff 25992.
tobik retitled this revision from to New port: net/nethogs.
tobik updated this object.
tobik edited the test plan for this revision. (Show Details)
tobik added reviewers: lme, mat.

Update pkg-descr

Update pkg-descr for real this time

lme edited edge metadata.

Looks good, but please don't use border marks in pkg-message.

This revision is now accepted and ready to land.Mar 5 2017, 4:23 PM
This revision was automatically updated to reflect the committed changes.
head/net/nethogs/Makefile
20 ↗(On Diff #26010)

This is very wrong, use /bin/sh here.

${SH} contains whatever shell is used to run things, it can be /bin/sh, but it can also be /bin/sh -x. It could even ben /usr/local/bin/ksh or something.