base/frameworks/spicy/init-bare.zeek
- Spicy
- Namespace
Spicy
Summary
Redefinable Options
abort() instead of throwing HILTI exceptions. |
|
Show output of Spicy print statements. |
|
Maximum depth of recursive file analysis (Spicy analyzers only) |
|
Include backtraces when reporting unhandled exceptions. |
Constants
Constant for testing if Spicy is available. |
Types
Result type for Spicy::resource_usage(). |
Detailed Interface
Redefinable Options
- Spicy::abort_on_exceptions
-
abort() instead of throwing HILTI exceptions.
- Spicy::enable_print
-
Show output of Spicy print statements.
- Spicy::max_file_depth
-
Maximum depth of recursive file analysis (Spicy analyzers only)
- Spicy::show_backtraces
-
Include backtraces when reporting unhandled exceptions.
Constants
- Spicy::available
- Type
- Default
T
Constant for testing if Spicy is available.
Types
- Spicy::ResourceUsage
- Type
-
- user_time:
interval
user CPU time of the Zeek process
- system_time:
interval
system CPU time of the Zeek process
- memory_heap:
count
memory allocated on the heap by the Zeek process
- num_fibers:
count
number of fibers currently in use
- max_fibers:
count
maximum number of fibers ever in use
- max_fiber_stack_size:
count
maximum fiber stack size ever in use
- cached_fibers:
count
number of fibers currently cached
- user_time:
Result type for Spicy::resource_usage(). The values reflect resource usage as reported by the Spicy runtime system.