Port details |
- rate Traffic analysis command-line utility
- 0.9_4 net-mgmt =4 0.9_3Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@bsdforge.com
- Port Added: 2004-02-23 04:43:25
- Last Update: 2024-11-14 08:43:21
- Commit Hash: 76b0011
- People watching this port, also watch:: trafshow, net-snmp, oinkmaster, openvpn, libnet
- License: GPLv2
- WWW:
- http://s-tech.elsat.net.pl/
- Description:
- Rate is a swiss-army-knife command-line traffic analysis tool, designed
to help a network administrator to see what is happening at a router at
the moment. Unlike tcpdump(1), rate uses statistical and stream-oriented
methods, and will never produce an output stream at a speed beyond human
perception. The output is less accurate, however. Rate features four
different operating modes, designed to perform the following tasks:
estimating overall traffic rates, determining nodes generating the
highest traffic, determining connections and flows generating the highest
traffic and extracting strings from packets.
- ¦ ¦ ¦ ¦
- 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-mgmt/rate/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/rate
- pkg install rate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rate
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rate-0.9.tar.gz) = 3e0372de7b1b9e9d2526ba4123add3389bbaf8f953e64097cfcb732c9772b5a4
SIZE (rate-0.9.tar.gz) = 53087
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-mgmt_rate
- 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 |
0.9_4 14 Nov 2024 08:43:21 |
Robert Clausecker (fuz) |
net-mgmt/rate: fix build on 15-CURRENT
- link with -lutil to grab ftime() on 15-CURRENT. This is harmless on
older FreeBSD
- while we are at it, install binary using INSTALL_PROGRAM so it is
stripped
Approved by: portmgr (build fix blanket)
MFH: 2024Q4 |
0.9_3 21 Jan 2024 22:51:33 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/rate: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
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) |
0.9_2 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 ) |
0.9_2 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.9_2 04 May 2022 15:53:15 |
Koichiro Iwao (meta) |
net-mgmt/rate: Assign to submitter
PR: 263739 |
0.9_2 02 May 2022 11:06:43 |
Rene Ladan (rene) |
grimreaper: return mich's ports to the pool after safekeeping his ports bit. |
0.9_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9_2 04 Sep 2020 17:23:12 |
danfe |
Include missing "dns.h" header to get the prototype for dns_lookup() which
returns char *. Without it, compiler has to assume that it returns an int,
which results in segmentation fault e.g. in -A (bandwidth abusers) mode. |
0.9_1 31 Jan 2016 13:48:57 |
mich |
- fix IP truncation and add license info
PR: 206782
Submitted by: Franco Fichtner (franco@opnsense.org) |
0.9 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
0.9 02 Mar 2015 23:36:36 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.9 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.9 24 Feb 2014 12:44:19 |
ehaupt |
Support staging |
0.9 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.9 20 Dec 2011 11:53:10 |
mich |
- Override CC as well as CFLAGS/LDFLAGS from command line
PR: ports/163227
Submitted by: Jan Beich <jbeich@tormail.net> |
0.9 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.9 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.9 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9 19 Jul 2010 11:37:14 |
mich |
- option to put interface in promiscuous mode
PR: ports/148065
Submitted by: Artem Roshenia <sniz@tut.by> |
0.9 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
0.9 23 Jan 2006 23:46:06 |
edwin |
SHA256ify
Approved by: krion@ |
0.9 18 Mar 2004 09:56:10 |
mich |
- SIZEify.
Submitted by: trevor |
0.9 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |