Page MenuHomeFreeBSD

New port: net/nethogs
ClosedPublic

Authored by tobik on Mar 5 2017, 7:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 22, 7:20 PM
Unknown Object (File)
Dec 11 2024, 10:12 PM
Unknown Object (File)
Nov 16 2024, 3:17 PM
Unknown Object (File)
Oct 24 2024, 10:37 AM
Unknown Object (File)
Oct 11 2024, 5:37 AM
Unknown Object (File)
Oct 7 2024, 7:10 PM
Unknown Object (File)
Oct 4 2024, 10:33 PM
Unknown Object (File)
Oct 4 2024, 5:51 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 7906
Build 8046: 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.