1
0
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:
Muhammad Moinur Rahman 2015-03-04 12:11:47 +00:00
parent e9b9c710a6
commit 707068e3b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380432
4 changed files with 31 additions and 0 deletions

View File

@ -1184,6 +1184,7 @@
SUBDIR += tcpick
SUBDIR += tcpillust
SUBDIR += tcping
SUBDIR += tcpkali
SUBDIR += tcpmssd
SUBDIR += tcpproxy
SUBDIR += tcpreen

25
net/tcpkali/Makefile Normal file
View 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
View 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
View File

@ -0,0 +1,3 @@
tcpkali is a high performance load generator against TCP and WebSocket servers.
WWW: https://www.github.com/machinezone/tcpkali