Sha256: 7bf1581854d312135fc10fa4cab3a97db5a0900099ab51b2807897db2092fb3b

Contents?: true

Size: 869 Bytes

Versions: 9

Compression:

Stored size: 869 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>Load</h1>
  <div style="margin-bottom: 20px;"><%= line_chart load_stats_path, colors: ["#5bc0de", "#d9534f"], 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

9 entries across 9 versions & 1 rubygems

Version Path
pghero-1.4.0 app/views/pg_hero/home/system.html.erb
pghero-1.3.2 app/views/pg_hero/home/system.html.erb
pghero-1.3.1 app/views/pg_hero/home/system.html.erb
pghero-1.3.0 app/views/pg_hero/home/system.html.erb
pghero-1.2.4 app/views/pg_hero/home/system.html.erb
pghero-1.2.3 app/views/pg_hero/home/system.html.erb
pghero-1.2.2 app/views/pg_hero/home/system.html.erb
pghero-1.2.1 app/views/pg_hero/home/system.html.erb
pghero-1.2.0 app/views/pg_hero/home/system.html.erb