mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add storage metrics for operations, expirations, data transferred
This commit is contained in:
parent
cab0883254
commit
a0ffe7f748
12 changed files with 293 additions and 6 deletions
|
@ -7,6 +7,11 @@
|
|||
@load base/frameworks/storage/sync
|
||||
@load policy/frameworks/storage/backend/sqlite
|
||||
|
||||
event Storage::backend_opened(tag: Storage::Backend, config: any)
|
||||
{
|
||||
print "Storage::backend_opened", tag, config;
|
||||
}
|
||||
|
||||
event zeek_init()
|
||||
{
|
||||
# Create a database file in the .tmp directory with a 'testing' table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue