examples: Add new tests to README

This commit is contained in:
Brandon Heller
2012-11-13 18:33:10 -08:00
parent 2eb0593cd2
commit 36c9b040ca
+18
View File
@@ -21,11 +21,24 @@ controllers.py:
This example creates a network and adds multiple controllers to it. This example creates a network and adds multiple controllers to it.
cpu.py:
This example tests iperf bandwidth for varying CPU limits.
emptynet.py: emptynet.py:
This example demonstrates creating an empty network (i.e. with no This example demonstrates creating an empty network (i.e. with no
topology object) and adding nodes to it. 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: linearbandwidth.py:
This example shows how to create a custom topology programatically 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. 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: popenpoll.py:
This example demonstrates monitoring output from multiple hosts using This example demonstrates monitoring output from multiple hosts using