几种网络模拟的测试工具

  • 模拟恶劣网络环境常用的几种解决方案
    https://www.cnblogs.com/jinjiangongzuoshi/p/5272787.html
  • Standalone Network Emulator Tool
    https://docs.microsoft.com/en-us/archive/blogs/juanand/standalone-network-emulator-tool

  • clumsy
    http://jagt.github.io/clumsy/cn/download

  • Dummynet
    https://www.cnblogs.com/jinjiangongzuoshi/p/5272787.html
    https://github.com/luigirizzo/dummynet
    http://info.iet.unipi.it/~luigi/dummynet/
    在MacOS X可以利用此功能实现流量控制:https://zhuanlan.zhihu.com/p/104739872
  • WIN10上开启路由转发及添加静态路由
    https://blog.csdn.net/weixin_44647835/article/details/109616688
  • Linux TC netem
    linux下使用tc控制和模拟网络流量
    https://wiki.linuxfoundation.org/networking/netem
    TC(Traffic Control)命令—linux自带高级流控
    Linux manpage
    tcconfig:一个更便于使用的TC配置工具
    Linux下TC使用说明
    Linux模拟网络延迟、丢包等
    Linux中TC规则模拟丢包、延时(波动)、乱序
    Linux模拟网络丢包与延迟的方法

  • Linux netem原理篇
    用 tc qdisc 管理 Linux 网络带宽
    Linux内核TC工具链路带宽设计--PRIO队列规定
    Linux TC(Traffic Control) 简介(一)

  • wipfw
    http://wipfw.sourceforge.net/index.html
  • winShaper
    https://calendar.perfplanet.com/2016/testing-with-realistic-networking-conditions/
    Dummynet只适用于Win8以下的Windows。

  • 在linux下开启IP转发的方法

你可能感兴趣的:(几种网络模拟的测试工具)