https://github.com/ppopth/pubsub-shadow
https://github.com/ppopth/pubsub-shadow
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppopth/pubsub-shadow
- Owner: ppopth
- Created: 2025-01-20T14:41:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T11:13:40.000Z (2 months ago)
- Last Synced: 2025-03-20T12:29:40.128Z (2 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pubsub-shadow
## Requirement
1. A machine with at least 300GB of RAM
2. Have [Shadow](https://shadow.github.io/) installed## Run the simulations
```bash
bash run_sum.sh
```## Parse the result and plot the graphs
```bash
for file in shadow-*.tar.gz; do tar xvf $file; done # extract the simulation results
python3 analyse_logs.py 1000
```