Class: PhusionPassenger::AdminTools::ServerInstance::Stats
- Defined in:
- lib/phusion_passenger/admin_tools/server_instance.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#count ⇒ Object
Returns the value of attribute count.
-
#global_queue_size ⇒ Object
Returns the value of attribute global_queue_size.
-
#max ⇒ Object
Returns the value of attribute max.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
59 60 61 |
# File 'lib/phusion_passenger/admin_tools/server_instance.rb', line 59 def active @active end |
#count ⇒ Object
Returns the value of attribute count.
59 60 61 |
# File 'lib/phusion_passenger/admin_tools/server_instance.rb', line 59 def count @count end |
#global_queue_size ⇒ Object
Returns the value of attribute global_queue_size.
59 60 61 |
# File 'lib/phusion_passenger/admin_tools/server_instance.rb', line 59 def global_queue_size @global_queue_size end |
#max ⇒ Object
Returns the value of attribute max.
59 60 61 |
# File 'lib/phusion_passenger/admin_tools/server_instance.rb', line 59 def max @max end |