Class: SuperInstance::Equipment::SwarmCoordinator::OrchestratorStatistics
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::OrchestratorStatistics
- Defined in:
- lib/equipment/swarm_coordinator/agent_orchestrator.rb
Overview
Statistics about the orchestrator
Instance Attribute Summary collapse
-
#agents_by_role ⇒ Object
readonly
Returns the value of attribute agents_by_role.
-
#agents_by_status ⇒ Object
readonly
Returns the value of attribute agents_by_status.
-
#average_load ⇒ Object
readonly
Returns the value of attribute average_load.
-
#hierarchy_depth ⇒ Object
readonly
Returns the value of attribute hierarchy_depth.
-
#top_performers ⇒ Object
readonly
Returns the value of attribute top_performers.
-
#total_agents ⇒ Object
readonly
Returns the value of attribute total_agents.
Instance Attribute Details
#agents_by_role ⇒ Object (readonly)
Returns the value of attribute agents_by_role
60 61 62 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 60 def agents_by_role @agents_by_role end |
#agents_by_status ⇒ Object (readonly)
Returns the value of attribute agents_by_status
60 61 62 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 60 def agents_by_status @agents_by_status end |
#average_load ⇒ Object (readonly)
Returns the value of attribute average_load
60 61 62 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 60 def average_load @average_load end |
#hierarchy_depth ⇒ Object (readonly)
Returns the value of attribute hierarchy_depth
60 61 62 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 60 def hierarchy_depth @hierarchy_depth end |
#top_performers ⇒ Object (readonly)
Returns the value of attribute top_performers
60 61 62 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 60 def top_performers @top_performers end |
#total_agents ⇒ Object (readonly)
Returns the value of attribute total_agents
60 61 62 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 60 def total_agents @total_agents end |