#!/usr/bin/bash sudo pkill -9 nethogs [[ -e nethogs.out ]] && sudo rm nethogs.out nohup sudo nethogs -c 800 -t -d 10 > nethogs.out 2>&1 & #nohup sudo bash ./run_iftop.sh 5 &
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #4 | 25529 | Robert Cowham |
Latest copy of files including docker compose setup. Merging //guest/robert_cowham/p4benchmark/pb/... to //guest/robert_cowham/p4benchmark/main/... |
||
| #3 | 24851 | Robert Cowham |
Improve sql reporting. Log ps usage |
||
| #2 | 24847 | Robert Cowham | Add submit rate to results | ||
| #1 | 22003 | Robert Cowham | Latest state - with p4python and no syncing |