KO
|
EN
gitlite — search
Search
#typescript
#javascript
#reactjs
#react
#nextjs
#nodejs
#docker
#game
#flutter
#html
#golang
#tailwindcss
Avalanche
★ 104
Open GitHub ↗
Random, repeatable network fault injection
Download README (.md)
Explore Similar Repositories
spark-neighbors
:
Spark-based approximate nearest neighbor search using locality-sensitive hashing
OAuthSwiftAlamofire
:
Utility method to sign Alamofire request
eventsourced
:
Functional domain models with event sourcing in Elixir
react-native-audioplayer
:
Small audio player library for react native
oct
:
Testing cases and framework for OpenContainers project
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Avalanche
?
Download (.md)
# Avalanche Avalanche is a script that injects random, repeatable network faults on specific ports. It is useful for testing distributed systems. ## Running sudo ./avalanche ## Possible Faults: By default, Avalanche inserts a fault with probability specified in settings.py (p_fault). Given that a fault is inserted, one of the following faults is picked with the probability specified in the config file: - High latency - 100% packet loss - Smaller percentage of packet loss - Reorder packets