Releases: rabbitstack/fibratus
Releases · rabbitstack/fibratus
v0.4.0
- per-pid process spying support (
--pidcommand line flag) - excluding processes from the trace through the configuration file
- ElasticSearch output adapter
- performance improvements on the kernel stream collector
v0.3.0
- context switch instrumentation support
--cswitchcommand line flag to enable context switch kernel events
v0.2.3
- minor changes to MANIFEST.in artifact
- installing via pip
v0.2.0
- in process filament execution
- streaming kernel events via output adapters (SMTP, AMQP)
- writing to console using the standard Windows API
- asciiart package
- fixed landscape style violations and code smells
- shipping new filaments
- resolve filaments directory from environment variable
- check for the kernel event filters when calling the
processmethod on filament - initialize the kernel event params when hive or key does not satisfy the condition in
RegSetValueorRegQueryValue - yaml configuration file parser
- changed
setup.pyto install kstreamc to site-packages --no-enum-handlesto disable the system handles enumeration on startup- migrated from coveralls to codecov
- added more unit tests
- improved code coverage
- code refactoring and comments
- new logo
v0.1.0
Initial version