zmitry / db1000n

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Death by 1000 needles

This repo is inspired by solution provided by disbalancer team. I became aware of it when they offered to use it against russian infrastructure during russian invasion to Ukraine

This is a simple distributed load generation client written in go. It is able to fetch simple json config from a local or remote location. The config describes which load generation jobs should be launched in parallel. I'm not aware of internal implementation of original disbalancer but I do know that it uses a lot more sophisticated techniques to balance the load and stuff. I do not intend to copy or replace it but rather provide a simple open source option. Feel free to use it in your load tests (wink-wink)

The software is provided as is under no guarantee. I will update both the repo and this readme as I go during following days (date of writing this is 26th of February 2022, third day into russian invasion into Ukraine)

Synflood implementation is taken from https://github.com/bilalcaliskan/syn-flood and slightly patched. I couldn't just import the package as all the functionality code was in an internal package preventing import into other modules. Will figure it out better later (sorry to the owner).

About


Languages

Language:Go 97.2%Language:Dockerfile 1.5%Language:Makefile 1.3%