Update README.md
[osm/vim-emu.git] / README.md
old mode 100644 (file)
new mode 100755 (executable)
index a0fa397..f15b59c
--- a/README.md
+++ b/README.md
@@ -48,16 +48,25 @@ Automatic installation is provide through Ansible playbooks.
  * `sudo python example_topology.py`
 * Second terminal:
  * `cd ~/son-emu/emuvim/cli`
- * `./son-emu-cli compute start -d dc1 -n vnf1`
- * `./son-emu-cli compute start -d dc1 -n vnf2`
+ * `./son-emu-cli compute start -d datacenter1 -n vnf1`
+ * `./son-emu-cli compute start -d datacenter1 -n vnf2`
  * `./son-emu-cli compute list`
 * First terminal:
  * `dockernet> vnf1 ping -c 2 vnf2`
+* Second terminal:
+ *  `./son-emu-cli monitor get_rate -vnf vnf1` 
+
+#### Example scripts:
+ * `./start_dcnetwork` starts an example datacenter network with monitoring api endpoint
+ * `./start_example_chain` sets up an example service chain, using the example docker container from `package_samples` https://github.com/sonata-nfv/packaging_samples/tree/master/VNFs
 
 ### Run Unit Tests
 * `cd ~/son-emu/emuvim`
 * `sudo python test` or `sudo python test -v` for more outputs
 
+### CLI
+* [Full CLI command documentation](https://github.com/sonata-nfv/son-emu/wiki/CLI-Command-Overview)
+
 
 ### TODO
 * DCemulator