1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | name tcpkali |
---|
5 | version 0.4 |
---|
6 | categories net |
---|
7 | platforms darwin freebsd linux |
---|
8 | maintainers lionet.info:vlm |
---|
9 | description High performance TCP and WebSocket load generator and sink |
---|
10 | long_description tcpkali is a program that generates lots of network load |
---|
11 | to stress-test TCP and WebSocket servers. |
---|
12 | homepage http://tcpkali.net/ |
---|
13 | master_sites https://github.com/machinezone/tcpkali/releases/download/v0.4/tcpkali-0.4.tar.gz |
---|
14 | checksums sha256 7edf4d9100b76c96ea9f058e0711a93c175d13210a0f7e4a66535861e6514a53 |
---|
15 | supported_archs i386 |
---|
16 | license BSD-2 |
---|