Class: Appear::Lsof::Connection
Overview
A connection of a process to a file. Created from one output row of ‘lsof`.
Instance Method Summary
collapse
#initialize, properties, property
Instance Method Details
#command_name ⇒ String
23
|
# File 'lib/appear/lsof.rb', line 23
property :command_name
|
#device ⇒ String
38
|
# File 'lib/appear/lsof.rb', line 38
property :device
|
#fd ⇒ String
29
|
# File 'lib/appear/lsof.rb', line 29
property :fd
|
#file_name ⇒ String
47
|
# File 'lib/appear/lsof.rb', line 47
property :file_name
|
#node ⇒ String
44
|
# File 'lib/appear/lsof.rb', line 44
property :node
|
#pid ⇒ Fixnum
26
|
# File 'lib/appear/lsof.rb', line 26
property :pid
|
#size ⇒ String
41
|
# File 'lib/appear/lsof.rb', line 41
property :size
|
#type ⇒ String
35
|
# File 'lib/appear/lsof.rb', line 35
property :type
|