/tcprstat

Passive TCP response time analysis tool

Primary LanguageCGNU General Public License v3.0GPL-3.0

tcprstat

tcprstat: v0.3.1

编译方法

环境: CentOS 7

依赖安装

yum install -y gcc make patch automake bison flex glibc-static

bootstrap生成configure文件

chmod 755 ./bootstrap
./bootstrap

configure生成Makefile文件.

./configure

然后在工程根目录执行make, 会在src目录下生成tcprstattcprstat-static两个可执行文件.