Sha256: d8d90407f6a37605cea18c777581879e69780639e1fc5ea18d4d758884cec1d0

Contents?: true

Size: 1005 Bytes

Versions: 10

Compression:

Stored size: 1005 Bytes

Contents

!!! 5
- nav = render_haml('_nav.haml', self)
- css = render_haml('_css.haml', self)
%html
  %head
    %title Flapjack - Self Stats
    = css
  %body
    %div#wrapper
      = nav
      %h1 Flapjack Self Status
      %h4
        Events queued:
        = @events_queued
      %h4
        Number of failing services:
        = @count
      %p Events processed (all time): #{@event_counters['all']} (ok: #{@event_counters['ok']}, failure: #{@event_counters['failure']}, action: #{@event_counters['action']})
      %p Events processed (this instance): #{@event_counters_instance['all']} (ok: #{@event_counters_instance['ok']}, failure: #{@event_counters_instance['failure']}, action: #{@event_counters_instance['action']})
      %p Average rate (this instance): #{@event_rate_all} events per second
      %p Total keys in redis: #{@keys.length}
      %p Uptime: #{@uptime_string}
      %p Boot time: #{@boot_time}
      %p Current time: #{Time.now}
      %p Executive Instances: #{@executive_instances.inspect}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
flapjack-0.6.61 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.60 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.59 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.58 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.57 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.56 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.55 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.54 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.53 lib/flapjack/gateways/web/views/self_stats.haml
flapjack-0.6.52 lib/flapjack/gateways/web/views/self_stats.haml