# File lib/vmstat/memory.rb, line 45
    def total_bytes
      (wired + active + inactive + free) * pagesize
    end