You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide
Lukas Sismis 8817a959e8 threading: support thread autopinning and interface-specific affinity
Using the new configuration format, it is now possible to set CPU affinity
settings per interface.

The threading.autopin option has been added to automatically use CPUs from the
same NUMA node as the interface. The autopin option requires
hwloc-devel / hwloc-dev to be installed and --enable-hwloc flag in configure
script.

Ticket: 7036
1 year ago
..
3rd-party-integration
_static
appendix
capture-hardware threading: support previous threading configuration format 1 year ago
configuration threading: support thread autopinning and interface-specific affinity 1 year ago
devguide doc/devguide: document the rate filter callback 1 year ago
file-extraction
firewall doc/ssh: document hooks 1 year ago
licenses
lua doc/lua: document request_host lua lib 1 year ago
manpages
output pgsql: rename copy in/out response field 1 year ago
partials pcap-file: document capture method options 1 year ago
performance threading: support previous threading configuration format 1 year ago
plugins doc/ndpi: move ndpi docs to new plugins section 1 year ago
reputation
rule-management
rules doc/entropy: Document the entropy log output 1 year ago
setting-up-ipsinline-for-linux
upgrade doc/userguide: type in pfring upgrade notes 1 year ago
.gitignore
Makefile.am doc/firewall: start of documentation 1 year ago
Makefile.sphinx
README.md
acknowledgements.rst doc: Add missing contributors to ack file 1 year ago
command-line-options.rst
conf.py
convert.py
docutils.conf
generate-evedoc.sh
index.rst doc/firewall: start of documentation 1 year ago
initscripts.rst
install.rst
make-sense-alerts.rst
public-data-sets.rst
quickstart.rst af-packet: remove use-mmap option 1 year ago
requirements.txt
security.rst
setting-up-ipsinline-for-linux.rst threading: support previous threading configuration format 1 year ago
setting-up-ipsinline-for-windows.rst
support-status.rst
unix-socket.rst
upgrade.rst threading: support previous threading configuration format 1 year ago
verifying-source-files.rst
what-is-suricata.rst

README.md

Suricata User Guide

This directory contains the Suricata Guide. The Suricata Developer's guide is included as a chapter of the Guide. The Sphinx Document Generator is used to build the documentation. For a primer os reStructuredText see the reStructuredText Primer.

Verifying Changes

There are a number of output formats to choose from when making the source documentation locally (e.g. html, pdf, man).

The documentation source can be built with make -f Makefile.sphinx html. Substitute the 'html' word for desired output format.

There are different application dependencies based on the output desired.