Bug 213109 - [New port] net/nethogs: Linux 'net top' tool
Summary: [New port] net/nethogs: Linux 'net top' tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-30 00:40 UTC by Mageirias Anastasios
Modified: 2017-03-09 20:33 UTC (History)
1 user (show)

See Also:


Attachments
net/nethogs port (2.80 KB, text/plain)
2016-09-30 00:40 UTC, Mageirias Anastasios
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mageirias Anastasios 2016-09-30 00:40:51 UTC
Created attachment 175294 [details]
net/nethogs port

New port net/nethogs. There is still an issue that the process names don't appear (only ip_addr:port appears) but i'm planning to solve it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-05 20:02:10 UTC
A commit references this bug:

Author: tobik
Date: Sun Mar  5 20:01:42 UTC 2017
New revision: 435501
URL: https://svnweb.freebsd.org/changeset/ports/435501

Log:
  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:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9892

Changes:
  head/net/Makefile
  head/net/nethogs/
  head/net/nethogs/Makefile
  head/net/nethogs/distinfo
  head/net/nethogs/pkg-descr
  head/net/nethogs/pkg-message
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2017-03-05 20:03:39 UTC
Committed, thanks.
Comment 3 Mageirias Anastasios 2017-03-09 20:33:58 UTC
Thanks Tobias.
As soon as i'll find some time and will, i'll try to fix the issue with the names.
Cheers