Skip to content
Snippets Groups Projects
Commit 0c8035f6 authored by Simon Crowle's avatar Simon Crowle
Browse files

A few minor corrections to configuration state modelling documentation

parent f7801c23
No related branches found
No related tags found
No related merge requests found
...@@ -525,9 +525,9 @@ Observation of EP or MC states will be performed by a Telegraf plugin. For examp ...@@ -525,9 +525,9 @@ Observation of EP or MC states will be performed by a Telegraf plugin. For examp
![exampleStateFlow](./image/configStateFlow.png) ![exampleStateFlow](./image/configStateFlow.png)
_Above: example observations within a two sampling periods for a MC configuration state_ _Above: example observations within a four sampling periods for a MC configuration state_
In the example provided above a MC moves through several states, finishing in a stopped state. During each sampling period, the total time in observed states is measured and for those that are _completed states_ a sum of all the time and the average time for that state is recorded. For any state that has not been observed during the sample period, the sum and average values will be recorded as zero. For a state that has not yet completed, this state will be considered as the 'current state' and the length of time in this state increases and does so continuously, over multiple sample periods if necessary, until it exits. Finally, if a state completes directly after sample period [1] ends and a new state begins before the start of the next sample period [2], then the previous current state from period [1] should be recorded as _completed_ as part period [2]'s report. In the example provided above a MC moves through several states. During each sampling period, the total time in the observed states is measured and for those that are _completed states_ a sum of all the time and the mean average time for that state is recorded. For any state that has not been observed during the sample period, the sum and average values will be recorded as zero. For a state that has not yet completed, this state will be considered as the 'current state' and the length of time in this state increases and does so continuously, over multiple sample periods if necessary, until it exits. Finally, if a state completes directly after sample period '1' ends and a new state begins before the start of the next sample period '2', then the previous current state (from period '1') should be recorded as _completed_ as part period '2's report.
##### Endpoint configuration state model ##### Endpoint configuration state model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment