mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
![]() Allow to customize: - EventsWorkers: number of goroutines to handle kernel events. Default 8. - QueueEventsSize: max number of events in the queue. By default 0, meaning that it'll relay on the available goroutines to process the events. If it's > 0, and the daemon can't process the events fast enough, they'll be queued. Once the queue is full, it'll behave as it was of size 0. If there're lost events, a message will be logged: "Lost ebpf events..." |
||
---|---|---|
.. | ||
audit | ||
ebpf | ||
monitor | ||
activepids.go | ||
cache.go | ||
cache_events.go | ||
cache_test.go | ||
details.go | ||
find.go | ||
find_test.go | ||
parse.go | ||
process.go | ||
process_test.go |