文件名称:tcpcopy0.6
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:94.57kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
tcpcopy是一种应用请求复制(基于tcp的packets)工具,其应用领域较广,我们曾经应用于网易的广告投放系统,urs系统,nginx hmux协议开发等系统,避免了上线带来的很多问题。 总体说来,tcpcopy主要有如下功能: 1)分布式压力测试工具,利用在线数据,可以测试系统能够承受的压力大小(远比ab压力测试工具真实地多),也可以提前发现一些bug 2)对于后端的短连接,请求丢失率非常低(1/10万),可以应用于热备份 3)普通上线测试,可以发现新系统是否稳定,提前发现上线过程中会出现的诸多问题,让开发者有信心上线 4)对比试验,同样请求,针对不同或不同版本程序,可以做性能对比等试验 5)利用多种手段,构造无限在线压力,满足中小网站压力测试要求 6)实战演习(架构师必备) tcpcopy可以用于实时和离线回放领域,并且tcpcopy支持mysql协议的复制,开源一年以来,功能上越来越完善。 如果你对上线没有信心,如果你的单元测试不够充分,如果你对新系统不够有把握,如果你对未来的请求压力无法预测,tcpcopy可以帮助你解决上述难题。- tcpcopy It is an online TCP duplication tool and can be used for testing (using netlink and raw sockets). Descr iption: It can help you find bugs without deploying your server software on your production servers.It can also be used to do smoke testing against your products. For example, when you want to migrate your web server from Apache to Nginx, tcpcopy can help you test it. Apache is running online, while tcpcopy can copy the TCP flows from Apache to Nginx. To Nginx, the TCP flows are just forwarding to it. This will not affect Apache at all except cost a little network bandwidth and CPU load. Scenarios: 1) Distributed stress testing Use tcpcopy to copy real-world data to stress test your server software. Bugs that only can be produced in high-stress situations can be found. 2) Hot backup It is very suitable for backup tasks if connections are short-lived. The request loss ratio is quite low (e.g. 0.00001). 3) Online testing Prove
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tcpcopy0.6/.gitignore
tcpcopy0.6/AUTHORS
tcpcopy0.6/autogen.sh
tcpcopy0.6/ChangeLog
tcpcopy0.6/configure.ac
tcpcopy0.6/COPYING
tcpcopy0.6/LICENSE
tcpcopy0.6/Makefile.am
tcpcopy0.6/NEWS
tcpcopy0.6/README
tcpcopy0.6/src/communication/Makefile.am
tcpcopy0.6/src/communication/msg.c
tcpcopy0.6/src/communication/msg.h
tcpcopy0.6/src/core/daemon.c
tcpcopy0.6/src/core/debug.c
tcpcopy0.6/src/core/hash.c
tcpcopy0.6/src/core/hash.h
tcpcopy0.6/src/core/link_list.c
tcpcopy0.6/src/core/link_list.h
tcpcopy0.6/src/core/Makefile.am
tcpcopy0.6/src/core/tc_time.c
tcpcopy0.6/src/core/tc_time.h
tcpcopy0.6/src/core/xcopy.h
tcpcopy0.6/src/event/Makefile.am
tcpcopy0.6/src/event/select_server.c
tcpcopy0.6/src/event/select_server.h
tcpcopy0.6/src/event/select_server_wrapper.c
tcpcopy0.6/src/event/select_server_wrapper.h
tcpcopy0.6/src/event/tc_event.c
tcpcopy0.6/src/event/tc_event.h
tcpcopy0.6/src/event/tc_select_module.c
tcpcopy0.6/src/event/tc_select_module.h
tcpcopy0.6/src/interception/delay.c
tcpcopy0.6/src/interception/delay.h
tcpcopy0.6/src/interception/intercept.h
tcpcopy0.6/src/interception/interception.c
tcpcopy0.6/src/interception/interception.h
tcpcopy0.6/src/interception/main.c
tcpcopy0.6/src/interception/Makefile.am
tcpcopy0.6/src/interception/nl.c
tcpcopy0.6/src/interception/nl.h
tcpcopy0.6/src/interception/nl_firewall.c
tcpcopy0.6/src/interception/nl_firewall.h
tcpcopy0.6/src/interception/router.c
tcpcopy0.6/src/interception/router.h
tcpcopy0.6/src/log/log.c
tcpcopy0.6/src/log/log.h
tcpcopy0.6/src/log/Makefile.am
tcpcopy0.6/src/Makefile.am
tcpcopy0.6/src/mysql/Makefile.am
tcpcopy0.6/src/mysql/my_attribute.h
tcpcopy0.6/src/mysql/my_compiler.h
tcpcopy0.6/src/mysql/my_config.h
tcpcopy0.6/src/mysql/my_dbug.h
tcpcopy0.6/src/mysql/my_global.h
tcpcopy0.6/src/mysql/m_string.h
tcpcopy0.6/src/mysql/pairs.c
tcpcopy0.6/src/mysql/pairs.h
tcpcopy0.6/src/mysql/password.c
tcpcopy0.6/src/mysql/password.h
tcpcopy0.6/src/mysql/protocol.c
tcpcopy0.6/src/mysql/protocol.h
tcpcopy0.6/src/mysql/sha1.c
tcpcopy0.6/src/mysql/sha1.h
tcpcopy0.6/src/tcpcopy/address.c
tcpcopy0.6/src/tcpcopy/address.h
tcpcopy0.6/src/tcpcopy/main.c
tcpcopy0.6/src/tcpcopy/Makefile.am
tcpcopy0.6/src/tcpcopy/manager.c
tcpcopy0.6/src/tcpcopy/manager.h
tcpcopy0.6/src/tcpcopy/send.c
tcpcopy0.6/src/tcpcopy/send.h
tcpcopy0.6/src/tcpcopy/session.c
tcpcopy0.6/src/tcpcopy/session.h
tcpcopy0.6/src/tcpcopy/tcpcopy.h
tcpcopy0.6/src/util/Makefile.am
tcpcopy0.6/src/util/util.c
tcpcopy0.6/src/util/util.h
tcpcopy0.6/src/communication
tcpcopy0.6/src/core
tcpcopy0.6/src/event
tcpcopy0.6/src/interception
tcpcopy0.6/src/log
tcpcopy0.6/src/mysql
tcpcopy0.6/src/tcpcopy
tcpcopy0.6/src/util
tcpcopy0.6/src
tcpcopy0.6
tcpcopy0.6/AUTHORS
tcpcopy0.6/autogen.sh
tcpcopy0.6/ChangeLog
tcpcopy0.6/configure.ac
tcpcopy0.6/COPYING
tcpcopy0.6/LICENSE
tcpcopy0.6/Makefile.am
tcpcopy0.6/NEWS
tcpcopy0.6/README
tcpcopy0.6/src/communication/Makefile.am
tcpcopy0.6/src/communication/msg.c
tcpcopy0.6/src/communication/msg.h
tcpcopy0.6/src/core/daemon.c
tcpcopy0.6/src/core/debug.c
tcpcopy0.6/src/core/hash.c
tcpcopy0.6/src/core/hash.h
tcpcopy0.6/src/core/link_list.c
tcpcopy0.6/src/core/link_list.h
tcpcopy0.6/src/core/Makefile.am
tcpcopy0.6/src/core/tc_time.c
tcpcopy0.6/src/core/tc_time.h
tcpcopy0.6/src/core/xcopy.h
tcpcopy0.6/src/event/Makefile.am
tcpcopy0.6/src/event/select_server.c
tcpcopy0.6/src/event/select_server.h
tcpcopy0.6/src/event/select_server_wrapper.c
tcpcopy0.6/src/event/select_server_wrapper.h
tcpcopy0.6/src/event/tc_event.c
tcpcopy0.6/src/event/tc_event.h
tcpcopy0.6/src/event/tc_select_module.c
tcpcopy0.6/src/event/tc_select_module.h
tcpcopy0.6/src/interception/delay.c
tcpcopy0.6/src/interception/delay.h
tcpcopy0.6/src/interception/intercept.h
tcpcopy0.6/src/interception/interception.c
tcpcopy0.6/src/interception/interception.h
tcpcopy0.6/src/interception/main.c
tcpcopy0.6/src/interception/Makefile.am
tcpcopy0.6/src/interception/nl.c
tcpcopy0.6/src/interception/nl.h
tcpcopy0.6/src/interception/nl_firewall.c
tcpcopy0.6/src/interception/nl_firewall.h
tcpcopy0.6/src/interception/router.c
tcpcopy0.6/src/interception/router.h
tcpcopy0.6/src/log/log.c
tcpcopy0.6/src/log/log.h
tcpcopy0.6/src/log/Makefile.am
tcpcopy0.6/src/Makefile.am
tcpcopy0.6/src/mysql/Makefile.am
tcpcopy0.6/src/mysql/my_attribute.h
tcpcopy0.6/src/mysql/my_compiler.h
tcpcopy0.6/src/mysql/my_config.h
tcpcopy0.6/src/mysql/my_dbug.h
tcpcopy0.6/src/mysql/my_global.h
tcpcopy0.6/src/mysql/m_string.h
tcpcopy0.6/src/mysql/pairs.c
tcpcopy0.6/src/mysql/pairs.h
tcpcopy0.6/src/mysql/password.c
tcpcopy0.6/src/mysql/password.h
tcpcopy0.6/src/mysql/protocol.c
tcpcopy0.6/src/mysql/protocol.h
tcpcopy0.6/src/mysql/sha1.c
tcpcopy0.6/src/mysql/sha1.h
tcpcopy0.6/src/tcpcopy/address.c
tcpcopy0.6/src/tcpcopy/address.h
tcpcopy0.6/src/tcpcopy/main.c
tcpcopy0.6/src/tcpcopy/Makefile.am
tcpcopy0.6/src/tcpcopy/manager.c
tcpcopy0.6/src/tcpcopy/manager.h
tcpcopy0.6/src/tcpcopy/send.c
tcpcopy0.6/src/tcpcopy/send.h
tcpcopy0.6/src/tcpcopy/session.c
tcpcopy0.6/src/tcpcopy/session.h
tcpcopy0.6/src/tcpcopy/tcpcopy.h
tcpcopy0.6/src/util/Makefile.am
tcpcopy0.6/src/util/util.c
tcpcopy0.6/src/util/util.h
tcpcopy0.6/src/communication
tcpcopy0.6/src/core
tcpcopy0.6/src/event
tcpcopy0.6/src/interception
tcpcopy0.6/src/log
tcpcopy0.6/src/mysql
tcpcopy0.6/src/tcpcopy
tcpcopy0.6/src/util
tcpcopy0.6/src
tcpcopy0.6
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.