mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
[NEW] net/tcpkali: High performance load generator for TCP and WebSocket
servers PR: 197372 Submitted by: neel@neelc.org Approved by: bapt marino (implicit)
This commit is contained in:
parent
e9b9c710a6
commit
707068e3b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380432
@ -1184,6 +1184,7 @@
|
||||
SUBDIR += tcpick
|
||||
SUBDIR += tcpillust
|
||||
SUBDIR += tcping
|
||||
SUBDIR += tcpkali
|
||||
SUBDIR += tcpmssd
|
||||
SUBDIR += tcpproxy
|
||||
SUBDIR += tcpreen
|
||||
|
25
net/tcpkali/Makefile
Normal file
25
net/tcpkali/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tcpkali
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= neel@neelc.org
|
||||
COMMENT= High performance load generator for TCP and WebSocket servers
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf libtool gmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= machinezone
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 0b99e37
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/tcpkali/distinfo
Normal file
2
net/tcpkali/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (tcpkali-0.4.2.tar.gz) = ac78cc79f11dd2fb6685dffce514af9802b92be4d397ce9cfeb12864ae82de1a
|
||||
SIZE (tcpkali-0.4.2.tar.gz) = 338010
|
3
net/tcpkali/pkg-descr
Normal file
3
net/tcpkali/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
tcpkali is a high performance load generator against TCP and WebSocket servers.
|
||||
|
||||
WWW: https://www.github.com/machinezone/tcpkali
|
Loading…
Reference in New Issue
Block a user