Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProcessCollectionFolderName = "processes"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkPlugin ¶
type NetworkPlugin struct { }
func (*NetworkPlugin) GetArtifactsCollectionFolderpath ¶
func (colp *NetworkPlugin) GetArtifactsCollectionFolderpath() string
func (*NetworkPlugin) GetArtifactsCollectionPath ¶
func (colp *NetworkPlugin) GetArtifactsCollectionPath() string
func (*NetworkPlugin) GetName ¶
func (colp *NetworkPlugin) GetName() string
func (*NetworkPlugin) Run ¶
func (colp *NetworkPlugin) Run() error
type NetworkTimelinePlugin ¶
type NetworkTimelinePlugin struct { }
func (*NetworkTimelinePlugin) GetArtifactsCollectionFolderpath ¶
func (colp *NetworkTimelinePlugin) GetArtifactsCollectionFolderpath() string
func (*NetworkTimelinePlugin) GetArtifactsCollectionPath ¶
func (colp *NetworkTimelinePlugin) GetArtifactsCollectionPath() string
func (*NetworkTimelinePlugin) GetName ¶
func (colp *NetworkTimelinePlugin) GetName() string
func (*NetworkTimelinePlugin) Run ¶
func (colp *NetworkTimelinePlugin) Run() error
type PathToProcesses ¶
type PathToProcesses map[string]datastore.ProcessByPID
type TimelinePlugin ¶
type TimelinePlugin struct { }
func (*TimelinePlugin) GetArtifactsCollectionFolderpath ¶
func (colp *TimelinePlugin) GetArtifactsCollectionFolderpath() string
func (*TimelinePlugin) GetArtifactsCollectionPath ¶
func (colp *TimelinePlugin) GetArtifactsCollectionPath() string
func (*TimelinePlugin) GetName ¶
func (colp *TimelinePlugin) GetName() string
func (*TimelinePlugin) Run ¶
func (colp *TimelinePlugin) Run() error
Run() collects created time from pslist plugin, and writes out under csv format
type TreePlugin ¶
type TreePlugin struct { }
func (*TreePlugin) GetArtifactsCollectionFolderpath ¶
func (colp *TreePlugin) GetArtifactsCollectionFolderpath() string
func (*TreePlugin) GetArtifactsCollectionPath ¶
func (colp *TreePlugin) GetArtifactsCollectionPath() string
func (*TreePlugin) GetName ¶
func (colp *TreePlugin) GetName() string
Click to show internal directories.
Click to hide internal directories.