Skip to content

Commit 2d94675

Browse files
committed
forgot to uncomment some methods when I was debugging
1 parent 3913d3a commit 2d94675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/logstash/inputs/proc.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ def run(queue)
216216
begin
217217
start = Time.now
218218
@logger.info? && @logger.info("Reading VmStats ")
219-
#readVmStats(queue)
219+
readVmStats(queue)
220220
@logger.info? && @logger.info("Reading LoadAverage ")
221-
#readLoadAverage(queue)
221+
readLoadAverage(queue)
222222
@logger.info? && @logger.info("Reading MemInfo ")
223-
#readMemInfo(queue)
223+
readMemInfo(queue)
224224
@logger.info? && @logger.info("Getting list of PID ")
225225
readPidStats(queue);
226226

0 commit comments

Comments
 (0)