Class: SuperInstance::Equipment::SwarmCoordinator::SwarmMetrics
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::SwarmMetrics
- Defined in:
- lib/equipment/swarm_coordinator/swarm_coordinator.rb
Overview
Overall metrics for the swarm
Instance Attribute Summary collapse
-
#average_response_time ⇒ Object
readonly
Returns the value of attribute average_response_time.
-
#knowledge_distribution_score ⇒ Object
readonly
Returns the value of attribute knowledge_distribution_score.
-
#resource_utilization ⇒ Object
readonly
Returns the value of attribute resource_utilization.
-
#success_rate ⇒ Object
readonly
Returns the value of attribute success_rate.
-
#throughput ⇒ Object
readonly
Returns the value of attribute throughput.
-
#total_agents ⇒ Object
readonly
Returns the value of attribute total_agents.
Instance Attribute Details
#average_response_time ⇒ Object (readonly)
Returns the value of attribute average_response_time
70 71 72 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 70 def average_response_time @average_response_time end |
#knowledge_distribution_score ⇒ Object (readonly)
Returns the value of attribute knowledge_distribution_score
70 71 72 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 70 def knowledge_distribution_score @knowledge_distribution_score end |
#resource_utilization ⇒ Object (readonly)
Returns the value of attribute resource_utilization
70 71 72 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 70 def resource_utilization @resource_utilization end |
#success_rate ⇒ Object (readonly)
Returns the value of attribute success_rate
70 71 72 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 70 def success_rate @success_rate end |
#throughput ⇒ Object (readonly)
Returns the value of attribute throughput
70 71 72 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 70 def throughput @throughput end |
#total_agents ⇒ Object (readonly)
Returns the value of attribute total_agents
70 71 72 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 70 def total_agents @total_agents end |