diff --git a/examples/README b/examples/README index b6c199b..dd71bea 100644 --- a/examples/README +++ b/examples/README @@ -21,11 +21,24 @@ controllers.py: This example creates a network and adds multiple controllers to it. +cpu.py: + +This example tests iperf bandwidth for varying CPU limits. + emptynet.py: This example demonstrates creating an empty network (i.e. with no topology object) and adding nodes to it. +hwintf.py: + +This example shows how to add an interface (for example a real +hardware interface) to a network after the network is created. + +limit.py: + +This example shows how to use link and CPU limits. + linearbandwidth.py: This example shows how to create a custom topology programatically @@ -48,6 +61,11 @@ multitest.py: This example creates a network and runs multiple tests on it. +popen.py: + +This example monitors a number of hosts using host.popen() and +pmonitor(). + popenpoll.py: This example demonstrates monitoring output from multiple hosts using