Class: SolidStackWeb::DashboardController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SolidStackWeb::DashboardController
- Defined in:
- app/controllers/solid_stack_web/dashboard_controller.rb
Constant Summary
Constants inherited from ApplicationController
ApplicationController::PERIOD_DURATIONS
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 6 7 8 |
# File 'app/controllers/solid_stack_web/dashboard_controller.rb', line 3 def index @queue_stats = QueueStats.new.to_h @cache_stats = CacheStats.new.to_h @cable_stats = CableStats.new.to_h @throughput = ThroughputSparkline.new end |