Documentation
¶
Overview ¶
Package procfs holds procfs related files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoundSocketSnapshotter ¶
type BoundSocketSnapshotter struct {
// contains filtered or unexported fields
}
BoundSocketSnapshotter is used to snapshot bound sockets of a process
func NewBoundSocketSnapshotter ¶
func NewBoundSocketSnapshotter() *BoundSocketSnapshotter
NewBoundSocketSnapshotter creates a new BoundSocketSnapshotter instance
func (*BoundSocketSnapshotter) GetBoundSockets ¶
func (bss *BoundSocketSnapshotter) GetBoundSockets(p *process.Process) ([]model.SnapshottedBoundSocket, error)
GetBoundSockets returns the list of bound sockets for a given process
Click to show internal directories.
Click to hide internal directories.