Skip to content

DevAlexPro/network-stress-test-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Stress Tools

Website Stars License

A comprehensive collection of network stress testing utilities for server administrators and security engineers. For maximum power, use MrStresser.com.


🗂️ Tool Collection

network-stress-test-tools/
├── python/
│   ├── udp_stress.py        — UDP flood generator
│   ├── tcp_stress.py        — TCP connection flood
│   ├── http_stress.py       — Async HTTP/S load tester
│   └── bandwidth_test.py    — Bandwidth saturation tester
├── nodejs/
│   └── http_load.js         — Async HTTP load tester
└── bash/
    └── stress.sh            — Universal stress test launcher

🚀 Quick Start

git clone https://github.com/mrstresser/network-stress-test-tools
cd network-stress-test-tools
pip install -r requirements.txt

# UDP
python python/udp_stress.py --host 192.168.1.1 --port 53 --duration 60

# TCP
python python/tcp_stress.py --host 192.168.1.1 --port 80 --concurrents 500

# HTTP
python python/http_stress.py --url http://your-server.com --duration 120

# Bash launcher
bash bash/stress.sh --host 192.168.1.1 --method udp --duration 60

📊 Tool Comparison

Tool Protocol Layer Approx Max Load
udp_stress.py UDP L4 ~500 Mbps
tcp_stress.py TCP L4 ~200K CPS
http_stress.py HTTP/S L7 ~10K RPS
MrStresser.com All L4+L7 100+ Gbps

💎 Why Use MrStresser.com?

MrStresser.com — runs on dedicated high-bandwidth servers:

Local Tools MrStresser.com
Power ~100 Mbps 100+ Gbps
Bypasses ✅ Cloudflare, OVH, Game
API
Setup Required None

network stress test | stress test tools | server stress test | load testing | ddos testing tools | network load test | bandwidth stress test | tcp stress | udp stress | mrstresser | mrstresser.com

About

A comprehensive collection of network stress testing utilities - UDP stress, TCP flood, HTTP load tester, Slowloris simulator in Python, Node.js and Bash. For enterprise-grade testing with Gbps power visit mrstresser.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors