zoukankan      html  css  js  c++  java
  • Toxiproxy 网络情况模式代理

    1. 介绍

    Toxiproxy is a framework for simulating network conditions. It's made specifically to work in testing, CI and development environments,
    supporting deterministic tampering with connections, but with support for randomized chaos and customization.Toxiproxy is the tool you
    need to prove with tests that your application doesn't have single points of failure. We've been successfully using it in all development
    and test environments at Shopify since October, 2014. See our blog post on resiliency for more information. Toxiproxy usage consists of two parts. A TCP proxy written in Go (what this repository contains) and a client communicating with the proxy
    over HTTP. You configure your application to make all test connections go through Toxiproxy and can then manipulate their health via HTTP.
    See Usage below on how to set up your project.
     
     
    2. 项目地址
    https://github.com/Shopify/toxiproxy
    3. 总结
    在我们进行微服务开发的过程中这样的工具对于实际的测试还是比较方便的,可以帮助我们解决好多很难测试的环境
  • 相关阅读:
    为什么今天的L4无人驾驶无法到达终局(转)
    各种卷积类型Convolution
    关于快速、深入理解需求
    测试注意事项及工作标准
    测试工作指引
    测试验收工作指引
    Jmeter的json提取器使用
    高等数学:第一章 函数与极限
    vscode
    Python模块查找路径
  • 原文地址:https://www.cnblogs.com/rongfengliang/p/7860795.html
Copyright © 2011-2022 走看看