wperron / zombie

A simple natural load generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was archived and moved into o11yutil.

🧟 Zombie

A simple natural load generator meant to simulate organic traffic on a system. It's a rudimentary tool meant to use locally to test and application or simply generate irregular traffic patterns more similar to a human than a simple infinite loop.

Example

example config:

api:
  enabled: true
  addr: ":8082"

targets:
  - name: localhost
    url: "https://google.com" # Required
    delay: 10000              # 10,000ms, or 10s
    jitter: 0.2
    headers:
      "Accept":
        - "*/*"

run with:

zombie -config zombie.yaml

About

A simple natural load generator

License:MIT License


Languages

Language:Go 94.9%Language:Makefile 4.0%Language:Dockerfile 1.1%