mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
net/nfstrace: Add new port
nfstrace is an NFS and CIFS tracing/monitoring/capturing/analyzing tool. It performs live Ethernet 1 Gbps - 10 Gbps packets capturing and helps to determine NFS/CIFS procedures in raw network traffic. Furthermore, it performs filtration, dumping, compression, statistical analysis, visualization and provides the API for custom pluggable analysis modules. WWW: https://github.com/epam/nfstrace
This commit is contained in:
parent
6a7814d139
commit
a7da34c47f
@ -510,6 +510,7 @@
|
||||
SUBDIR += netwib
|
||||
SUBDIR += nfs-ganesha-kmod
|
||||
SUBDIR += nfsshell
|
||||
SUBDIR += nfstrace
|
||||
SUBDIR += ng_mikrotik_eoip
|
||||
SUBDIR += ngrep
|
||||
SUBDIR += nifmon
|
||||
|
19
net/nfstrace/Makefile
Normal file
19
net/nfstrace/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
|
||||
PORTNAME= nfstrace
|
||||
PORTVERSION= 0.4.3.2
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= NFS and CIFS tracing/monitoring/capturing/analyzing tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= epam
|
||||
|
||||
CFLAGS+= -Wno-deprecated-copy
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/nfstrace/distinfo
Normal file
3
net/nfstrace/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1650870393
|
||||
SHA256 (epam-nfstrace-0.4.3.2_GH0.tar.gz) = dc57d946454d5b847e640818c912208b84bb28c03b757ba97a37bf481dba46a0
|
||||
SIZE (epam-nfstrace-0.4.3.2_GH0.tar.gz) = 18527081
|
9
net/nfstrace/pkg-descr
Normal file
9
net/nfstrace/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
nfstrace is an NFS and CIFS tracing/monitoring/capturing/analyzing tool.
|
||||
|
||||
It performs live Ethernet 1 Gbps - 10 Gbps packets capturing and helps
|
||||
to determine NFS/CIFS procedures in raw network traffic. Furthermore, it
|
||||
performs filtration, dumping, compression, statistical analysis,
|
||||
visualization and provides the API for custom pluggable analysis
|
||||
modules.
|
||||
|
||||
WWW: https://github.com/epam/nfstrace
|
19
net/nfstrace/pkg-plist
Normal file
19
net/nfstrace/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
bin/nfstrace
|
||||
include/nfstrace/api/cifs2_commands.h
|
||||
include/nfstrace/api/cifs_commands.h
|
||||
include/nfstrace/api/cifs_pc_to_net.h
|
||||
include/nfstrace/api/cifs_types.h
|
||||
include/nfstrace/api/ianalyzer.h
|
||||
include/nfstrace/api/nfs3_types_rpcgen.h
|
||||
include/nfstrace/api/nfs41_types_rpcgen.h
|
||||
include/nfstrace/api/nfs4_types_rpcgen.h
|
||||
include/nfstrace/api/nfs_types.h
|
||||
include/nfstrace/api/plugin_api.h
|
||||
include/nfstrace/api/procedure.h
|
||||
include/nfstrace/api/rpc_types.h
|
||||
include/nfstrace/api/session.h
|
||||
include/nfstrace/api/xdr_types.h
|
||||
lib/nfstrace/libbreakdown.so
|
||||
lib/nfstrace/libtestanalyzer.so
|
||||
lib/nfstrace/libwatch.so
|
||||
share/man/man8/nfstrace.8.gz
|
Loading…
Reference in New Issue
Block a user