Mininet Python API
Mininet Python API introduction
Measuring Performance
These are recommended, though you’re free to use any tool you’re familiar with.
- Bandwidth (
bwm-ng
,ethstats
)
- Latency (use
ping
)
- Queues (use
tc
included inmonitor.py
)
- TCP
CWND
statistics (tcp_probe
, maybe we should add it tomonitor.py
)
- CPU usage (global:
top
, or per-containercpuacct
)