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