# File lib/vmstat/solaris.rb, line 18
      def boot_time
        Time.at(`kstat -p unix:::boot_time`.strip.split(/\s+/).last.to_i)
      end