Class: VpsbClient::Datafiles::FormattedSarLogParser
- Inherits:
-
LogfileInterval::ParsedLine::Base
- Object
- LogfileInterval::ParsedLine::Base
- VpsbClient::Datafiles::FormattedSarLogParser
- 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
#time ⇒ Object
33 34 35 |
# File 'lib/vpsb_client/datafiles/formatted_sar_log_parser.rb', line 33 def time Time.at(self..to_i) end |