Port details |
- nifmon Curses based network interface monitoring tool
- 1.4_1 net =4 1.4_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-02-26 11:46:18
- Last Update: 2024-01-09 10:32:17
- Commit Hash: 03c7f3c
- People watching this port, also watch:: openssl, libxml2, sendmail, p5-libwww, t1lib
- License: not specified in port
- WWW:
- http://www.freebsd-support.de/misc/
- Description:
- Nifmon is a curses-based tool for FreeBSD which can be used to monitor network
interfaces (also tun devices).
It displays continously updated statistics for the following quantities:
- total amount of bytes/packets transferred in/out
- bytes/packets transferred in/out during the last second/minute/hour
- a stripped down tcpdump output
You will need super-user permissions in order to use nifmon.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/nifmon/ && make install clean
- To add the package, run one of these commands:
- pkg install net/nifmon
- pkg install nifmon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nifmon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nifmon-1.4.tar.gz) = c7f3faec467eb8c4f913d481975317d8dafd08e42d1cc92aeb0e0445f5648c44
SIZE (nifmon-1.4.tar.gz) = 10038
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_nifmon
- USES:
- ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4_1 09 Jan 2024 10:32:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4 14 Oct 2020 06:41:25 |
danfe |
Force -fcommon to unbreak the build against Clang 11 and GCC 10.
PR: 250219 |
1.4 05 Feb 2016 12:46:54 |
marino |
net/nifmon: USES+= ncurses, link to libnurses, not libcurses |
1.4 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
1.4 24 Feb 2014 13:57:35 |
ehaupt |
Support staging |
1.4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4 23 Mar 2009 01:01:15 |
linimon |
Reset barner@FreeBSD.org due to several months of inactivity.
Hat: portmgr |
1.4 24 Nov 2005 14:08:01 |
barner |
Add SHA256 for my ports (that don't already have it). |
1.4 28 Feb 2005 13:05:25 |
barner |
Change email address in ports maintained by me to barner@FreeBSD.org
Approved by: arved (mentor) |
1.4 26 Feb 2004 11:45:50 |
krion |
Add nifmon 1.4,
nifmon is a curses application which displays counters and
statistics of one particular network interface in one part of
the screen and a stripped down tcpdump(8) output for this
interface in the other part of the screen.
PR: ports/63358
Submitted by: Simon Barner <barner@gmx.de> |