class Specinfra::Command::Freebsd::Base::Port
Public Class Methods
check_is_listening(port, options={})
click to toggle source
# File lib/specinfra/command/freebsd/base/port.rb, line 3 def check_is_listening(port, options={}) regexp = ":#{port} " "sockstat -46l -p #{port} | grep -- #{escape(regexp)}" end