Releases: rabbitstack/fibratus
Releases · rabbitstack/fibratus
v0.3.0
- context switch instrumentation support
--cswitch
command 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
process
method on filament - initialize the kernel event params when hive or key does not satisfy the condition in
RegSetValue
orRegQueryValue
- yaml configuration file parser
- changed
setup.py
to install kstreamc to site-packages --no-enum-handles
to 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