class Concurrent::Utility::ProcessorCounter

def run(command)

def run(command)
  IO.popen(command, &:read)
rescue Errno::ENOENT
end