class Honeybadger::Util::Stats

def run_loadavg

def run_loadavg
  run { IO.read("/proc/loadavg") }
end