Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.22 KB

monitor_state.rst

File metadata and controls

30 lines (20 loc) · 1.22 KB

Monitor Network State Scenario

This :term:`Scenario` performs the monitoring action: knowing, analyzing and debugging an |aml| network. Each of the |amlip| :term:`Nodes <Node>` :term:`Publish` their current Status information and update it along their lifetimes. This scenario supports :term:`subscription <Subscribe>` to this :term:`Topic` in order to receive such status information, that can be processed, stored, read, etc.

Status Data Type

The Status published by the nodes has the following information:

  • Node Id: Uniquely identifies a Node. Check following :ref:`section <user_manual_scenarios_nodes_id>`.
  • Current State: The current state of the node, that can be stopped, running or dropped.
  • Node Kind: Specifies which kind of node is, and so to which Scenario belongs.

Nodes

This scenario involves every Node, as all of them publish the Status information. However, the only Node Kind properly belonging to this Scenario is :ref:`user_manual_nodes_status`.