class RequestLogAnalyzer::FileFormat::Oink

Constants

HODEL3000_PROCESSING

capture the PID

Public Instance Methods

pids() click to toggle source

Keep a record of PIDs and their memory usage when validating requests.

   # File lib/request_log_analyzer/file_format/oink.rb
41 def pids
42   @pids ||= {}
43 end