From 36c9b040ca001c3bd696a48e55ae81c10c69c4c4 Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Tue, 13 Nov 2012 18:33:10 -0800 Subject: [PATCH] examples: Add new tests to README --- examples/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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