| Port details |
- tcpstats-reader TCP socket statistics reader for FreeBSD tcpstats kernel module
- 1.0.4_1 net
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dave.seddon.ca@gmail.com
 - Port Added: 2026-05-01 11:42:12
- Last Update: 2026-06-04 08:52:51
- Commit Hash: e29b5ee
- License: MIT
- WWW:
- https://github.com/randomizedcoder/bsd-xtcp
- Description:
- Command-line tool for reading TCP socket statistics from the tcpstats
kernel module on FreeBSD.
Reads fixed-size 320-byte records from /dev/tcpstats containing per-connection
TCP metrics including addresses, ports, TCP state, congestion control parameters
(cwnd, ssthresh), RTT measurements, retransmit counts, ECN statistics, and
process attribution. Supports JSON Lines, pretty-printed JSON, and protobuf
output formats with configurable collection intervals.
Requires the tcpstats-kmod port to be installed and loaded.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- tcpstats-reader>0:net/tcpstats-reader
- To install the port:
- cd /usr/ports/net/tcpstats-reader/ && make install clean
- To add the package, run one of these commands:
- pkg install net/tcpstats-reader
- pkg install tcpstats-reader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tcpstats-reader
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1777569266
SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301
SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- protobuf>=3.0 : devel/protobuf
- rust>=1.96.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_tcpstats-reader
- USES:
- cargo
- 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.0.4_1 04 Jun 2026 08:52:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.96.0
PR: 295694 |
1.0.4 01 May 2026 11:39:58
    |
Pouria Mousavizadeh Tehrani (pouria)  Author: randomizedcoder |
net/tcpstats-{kmod,reader}: Add new ports
tcpstats-kmod is a FreeBSD kernel module that exports per-connection
TCP socket statistics via a /dev/tcpstats character device.
Provides 320-byte fixed-size records containing addresses, ports,
TCP state, congestion control parameters, RTT measurements,
retransmit counts, and ECN state.
Includes a tcpstats(4) man page.
tcpstats-reader is a companion CLI tool that reads from /dev/tcpstats
and outputs JSON Lines to stdout.
Includes a tcpstats-reader(1) man page.
WWW: https://github.com/randomizedcoder/bsd-xtcp
Signed-off-by: randomizedcoder <dave.seddon.ca@gmail.com>
Approved by: fuz (ports)
Reviewed by: fuz, pouria
Pull-Request: https://github.com/freebsd/freebsd-ports/pull/497 |