diff --git a/source/ciao-cluster-setup.rst b/source/ciao-cluster-setup.rst index c13c3d6f..a2e39615 100644 --- a/source/ciao-cluster-setup.rst +++ b/source/ciao-cluster-setup.rst @@ -414,24 +414,24 @@ As a valid user, the `ciao-cli`tool allows you to start a workload. First, you may want to know which workloads are available:: - $ ciao-cli -list-workloads + $ ciao-cli workload list Then you can launch one or more workloads:: - $ ciao-cli -launch-instances -workload -instances + $ ciao-cli instance add -workload -instances And you can monitor all your instances statuses (``pending`` or ``running``):: - $ ciao-cli -list-instances + $ ciao-cli instance list Performance data can be obtained (optionally) by adding a specific label to all your instances:: - $ ciao-cli -launch-instances -instance-label -workload -instances + $ ciao-cli instance add -label -workload -instances And eventually fetch the performance data:: - $ ciao-cli -dump-label + $ ciao-cli trace show -label You will also see activity related to this launch across your cluster components if you have consoles open and logging to standard output as @@ -543,4 +543,4 @@ testing. .. _CNCI Agent: https://github.com/01org/ciao/tree/master/networking/cnci_agent .. _mailing list: https://lists.clearlinux.org/mailman/listinfo/ciao-devel .. _ciao-cli: https://github.com/01org/ciao/tree/master/ciao-cli -.. _ciao-webui: https://github.com/01org/ciao-webui \ No newline at end of file +.. _ciao-webui: https://github.com/01org/ciao-webui