Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - johan

#1
18.1 Legacy Series / Re: 18.1.12 suricata crash
July 17, 2018, 10:31:29 AM
I see this too, exact same behavior. Other hardware though, Supermicro x10sba J1900.
#2
I seem to get Suricata to distribute load more evenly among cores by switching the runmode from "workers" to "autofp".

The work that Suricata assign cores is quite different with the runmodes, described shortly here:
http://suricata.readthedocs.io/en/latest/configuration/suricata-yaml.html#ips-mode

What I did was change

runmode: workers

to

runmode: autofp

in /usr/local/etc/suricata/suricata.yaml and restart suricata using the gui.