Actions
Optimization #1241
closedpcap recording: record per thread
Effort:
Difficulty:
Label:
Description
Pcap logging in 2.0 and earlier writes into a single file from multiple threads. To guarantee integrity, a lock is used. This leads to contention on higher speed setups.
Support per thread recording, so that each thread can write into their own file/files.
Updated by Victor Julien over 10 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Implemented in https://github.com/inliniac/suricata/pull/1045
Updated by Victor Julien about 10 years ago
- Target version changed from 3.0RC2 to 2.1beta1
Actions