Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrParseFailure = errors.New("parse failure")
Functions ¶
This section is empty.
Types ¶
type CommandInfo ¶
type Result ¶
type Result struct {
// contains filtered or unexported fields
}
func Parse ¶
Parse reads the output from strace and collects the files, sockets and commands that were accessed. debugLogger can be used to log verbose information about strace parsing.
func (*Result) Commands ¶
func (r *Result) Commands() []CommandInfo
Commands returns all the exec'd commands from the parsed strace.
func (*Result) Sockets ¶
func (r *Result) Sockets() []SocketInfo
Sockets returns all the IPv4 and IPv6 sockets from the parsed strace.
type SocketInfo ¶
type WriteContentInfo ¶
type WriteInfo ¶
type WriteInfo []WriteContentInfo
Click to show internal directories.
Click to hide internal directories.