# File lib/vmstat/procfs.rb, line 126 def boot_time raw = procfs_file("uptime") { |file| file.read } Time.now - raw.split(/\s/).first.to_f end