Sha256: cc6414e6dae9d2e9cd7c428a150e3ae34b94c05ce46b8d49033ef0356cf3f6f6

Contents?: true

Size: 1.05 KB

Versions: 17

Compression:

Stored size: 1.05 KB

Contents

-# coding: utf-8
- info_procs = (Facter.value :processorcount).to_i
- info_load = Sys::CPU.load_avg.first.to_f
- info_norm = info_procs.zero? ? "N/A" : (100 * info_load / info_procs).round(1)
- info_trans = RestFtpDaemon::Counters.instance.get :data, :transferred
- info_processed = RestFtpDaemon::Counters.instance.get :jobs, :processed
- mem = GetProcessMem.new


.navbar-header

  %h1
    = Conf.app_name
    %small
      = "v#{Conf.app_ver} [#{Conf.app_env}]"


.header-indicators.navbar-header.pull-right

  .btn-group.btn-group-sm
    .btn.btn-default.btn-warning Load
    .btn.btn-default= info_load.round(1)

  .btn-group.btn-group-sm
    .btn.btn-default.btn-warning CPU
    .btn.btn-default= "#{info_norm} %"

  .btn-group.btn-group-sm
    .btn.btn-default.btn-warning Mem
    .btn.btn-default= format_bytes(mem.bytes, "B")

  .btn-group.btn-group-sm
    .btn.btn-default.btn-success Processed
    .btn.btn-default= info_processed.to_i

  .btn-group.btn-group-sm
    .btn.btn-default.btn-success Transferred
    .btn.btn-default= format_bytes(info_trans, "B", 1)

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.424.2 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.424.0 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.423.3 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.423.2 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.423.1 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.423.0 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.422.0 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.421.1 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.421.0 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.420.2 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.420.1 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.410.5 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.410.4 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.410.2 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.410.1 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.410.0.pre.1 lib/rest-ftp-daemon/views/dashboard_header.haml
rest-ftp-daemon-0.400.0 lib/rest-ftp-daemon/views/dashboard_header.haml