Skip to content

generals-space/tcprstat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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两个可执行文件.

About

Passive TCP response time analysis tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.1%
  • Roff 9.6%
  • HTML 2.8%
  • Makefile 1.9%
  • Yacc 1.4%
  • Shell 1.2%
  • Other 1.0%