Skip to main content

Client for the TCP Chaos Proxy

Project description

This is a client for vaurien. It’s a separate project to avoid getting all the dependencies of vaurien when you just want to control it.

It uses the vaurien’s APIs to change the behaviors on the proxy side.

vaurienctl can be used to list the available behaviors, get the current one, or set it.

Here is a quick demo:

$ vaurienctl list-behaviors
delay, error, hang, blackout, dummy

$ vaurienctl set-behavior blackout
Behavior changed to "blackout"

$ vaurienctl get-behavior
blackout

Using the marteau extension

vaurienclient can be plugged into the marteau mechanism, as a fixture. The fixture class lives in vaurienclient.ext.marteau.

Here is how you can make it work with a .marteau.yml file:

lookup:
    - vaurienclient.ext.marteau
fixtures:
    memcache_delay:
        class: VaurienFixture
        arguments:
            server: memcache
            behavior: delay
vaurien-proxies:
    memcache: http://memcache:0123

There are different sections that can be useful here:

  • lookup tells marteau to load the fixtures that are available on vaurienclient.ext.marteau.

  • fixtures is the list of fixtures. you give them the class to Use (here the VaurienFixture class, and some arguments.

  • And then, the last bit is the list of poxies you want to use.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vaurienclient-1.1.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file vaurienclient-1.1.tar.gz.

File metadata

File hashes

Hashes for vaurienclient-1.1.tar.gz
Algorithm Hash digest
SHA256 a6761de714099ce08ffe3dd68438655db12eb4da417896d374e1f5a09d04ea53
MD5 daed8aeb1335f66cdb70def8e6f03bb6
BLAKE2b-256 c44d17f942f07f0b9ff22b0a83bd8ce36f2bc73a43ac4534e39869e12f3c4b75

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page