Class: VpsbClient::Datafiles::FormattedSarLogParser

Inherits:
LogfileInterval::ParsedLine::Base
  • Object
show all
Defined in:
lib/vpsb_client/datafiles/formatted_sar_log_parser.rb

Constant Summary collapse

PXX_RANGES =
{
  1  => 0.02,
  10 => 0.1,
  20 => 0.5,
  100 => 1
}

Instance Method Summary collapse

Instance Method Details

#timeObject



33
34
35
# File 'lib/vpsb_client/datafiles/formatted_sar_log_parser.rb', line 33

def time
  Time.at(self.timestamp.to_i)
end