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
tcincluded inmonitor.py)
- TCP
CWNDstatistics (tcp_probe, maybe we should add it tomonitor.py)
- CPU usage (global:
top, or per-containercpuacct)