Skip to content
Snippets Groups Projects
Commit d156c8c9 authored by MJB's avatar MJB
Browse files

updated clmc configuration monitoring docs

parent 24b54e7e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,8 @@
#//
#/////////////////////////////////////////////////////////////////////////
apt-get update
apt-get -y install python3 python3-pip python-influxdb
apt-get -y install python3 python3-pip python-influxdb
update-alternatives --install /usr/bin/python python /usr/bin/python3 10
pip3 install pytest pyyaml
pip3 install --upgrade influxdb
......@@ -392,7 +392,7 @@ A simple example and some measurement rows for an endpoint configuration states
Each sample period is 1 second.
First sample period reports the VM being in state __unpalced__ for 0.7s, then changing state to __placing__ for 0.3 seconds. __placing__ is not
First sample period reports the VM being in state __unplaced__ for 0.7s, then changing state to __placing__ for 0.3 seconds. __placing__ is not
reported since it is not a **completed state**. The mean state time value for __unplaced__ is the same as the sum value because the VM has only been once in this state.
Then the VM is reported to be in current state __placing__ for the whole sample period (1s) for 9 consecutive times. Only the 'current_state' tag value and the 'current_state_time'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment