vadv/kurchatov

View on GitHub
examples/openfiles.rb

Summary

Maintainability
A
0 mins
Test Coverage
collect do
  event(
      :metric => File.read('/proc/sys/fs/file-nr').split(' ').first.to_i,
      :description => 'Number of allocated file handles'
  )
end