mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
No description
![]() It may generally be better for our default use-case, as workers may save a few percent cpu utilization as this policy does not have to use any polling like the stealing policy does. This also helps avoid a potential issue with the implementation of spinlocks used in the work-stealing policy in current CAF versions, where there's some conditions where lock contention causes a thread to spin for long periods without relinquishing the cpu to others. |
||
---|---|---|
aux | ||
cmake@58e4eebe3a | ||
doc@d57b3ad38b | ||
man | ||
scripts | ||
src | ||
testing | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
.update-changes.cfg | ||
bro-path-dev.in | ||
CHANGES | ||
CMakeLists.txt | ||
configure | ||
COPYING | ||
INSTALL | ||
Makefile | ||
NEWS | ||
README | ||
README.rst | ||
VERSION | ||
zeek-config.h.in | ||
zeek-config.in | ||
zeek-path-dev.in | ||
zeek-wrapper.in |
============================= Zeek Network Security Monitor ============================= Zeek is a powerful framework for network analysis and security monitoring. (Zeek is the new name for the long-established Bro system. Note that parts of the system retain the "Bro" name, and it also often appears in the documentation and distributions.) Please see the INSTALL file for installation instructions and pointers for getting started. NEWS contains release notes for the current version, and CHANGES has the complete history of changes. Please see COPYING for licensing information. You can download source and binary releases on: https://www.zeek.org/download To get the current development version, clone our master git repository: git clone --recursive https://github.com/zeek/zeek For more documentation, research publications, and community contact information, please see the home page: https://www.zeek.org On behalf of the Zeek Development Team, Vern Paxson & Robin Sommer, International Computer Science Institute & Lawrence Berkeley National Laboratory vern@icir.org / robin@icir.org