Sha256: d7e268a1aa9ad9ed6b64a705e9e8120b6b7cecb4b02514bcf94b80c65ac88b8a

Contents?: true

Size: 705 Bytes

Versions: 7

Compression:

Stored size: 705 Bytes

Contents

<%= javascript_include_tag "//www.google.com/jsapi", "//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js", "chartkick" %>

<div class="content">
  <h1>CPU</h1>
  <div style="margin-bottom: 20px;"><%= line_chart cpu_usage_path, max: 100, colors: ["#5bc0de"], library: {pointSize: 0, lineWidth: 5} %></div>

  <h1>Connections</h1>
  <div style="margin-bottom: 20px;"><%= line_chart connection_stats_path, colors: ["#5bc0de"], library: {pointSize: 0, lineWidth: 5} %></div>

  <% if PgHero.replica? %>
    <h1>Replication Lag</h1>
    <div style="margin-bottom: 20px;"><%= line_chart replication_lag_stats_path, colors: ["#5bc0de"], library: {pointSize: 0, lineWidth: 5} %></div>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pghero-1.1.4 app/views/pg_hero/home/system.html.erb
pghero-1.1.3 app/views/pg_hero/home/system.html.erb
pghero-1.1.2 app/views/pg_hero/home/system.html.erb
pghero-1.1.1 app/views/pg_hero/home/system.html.erb
pghero-1.1.0 app/views/pg_hero/home/system.html.erb
pghero-1.0.1 app/views/pg_hero/home/system.html.erb
pghero-1.0.0 app/views/pg_hero/home/system.html.erb