COSC 525 Advanced Networking/📃Final Project/
    Mininet
    Mininet
    Mininet Python API
    Mininet Python API Reference Manual: Class List
    Here are the classes, structs, unions and interfaces with brief descriptions:
    http://mininet.org/api/annotated.html
    Mininet Python API introduction
    Introduction to Mininet · mininet/mininet Wiki
    by Bob Lantz, Nikhil Handigol, Brandon Heller, and Vimal Jeyakumar This document is meant to give you a brief sense of what Mininet is and how it works, including a basic introduction to Mininet's Python API, the core of Mininet's functionality that you will usually want to use to create networks and run experiments.
    https://github.com/mininet/mininet/wiki/Introduction-to-Mininet
    Measuring Performance
    These are recommended, though you’re free to use any tool you’re familiar with.
    1. Bandwidth (bwm-ng, ethstats)
    1. Latency (use ping)
    1. Queues (use tc included in monitor.py)
    1. TCP CWND statistics (tcp_probe, maybe we should add it to monitor.py)
    1. CPU usage (global: top, or per-container cpuacct)