package
2.0.0+incompatible
Repository: https://github.com/rabbitstack/fibratus.git
Documentation: pkg.go.dev
# Functions
InitConfigAndLogger initializes the configuration and sets up the logger.
NewApp constructs a new bootstrap application with the specified configuration and a list of options.
WithCaptureReplay denotes the capture file is being replayed.
WithDebugPrivilege injects the SeDebugPrivilege in the process access token.
WithHandleSnapshotFn sets the handle snapshotter completion function.
WithSignals installs signal handlers.
# Variables
ErrAlreadyRunning signals a Fibratus process is already running in the system.
# Structs
App centralizes the core building blocks responsible for event acquisition, captures handling, filament execution and event routing to the output sinks.
# Type aliases
Option enables changing the behaviour of the bootstrap application.