File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
content/learning-paths/servers-and-cloud-computing/snort3-multithreading Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Scaling Snort3 - How To Leverage Multithreading For Better Performance
3+
4+ minutes_to_complete : 45
5+
6+ who_is_this_for : This blog is for engineers familiar with Snort who want to enhance its performance by leveraging the benefits of multithreading.
7+
8+ learning_objectives :
9+ - Install Snort with all of its dependencies
10+ - Configure Snort Lua files to enable multithreading
11+ - Use multithreading to process capture files and measure performance
12+
13+ prerequisites :
14+ - An Arm-based instance from a cloud provider or an Arm server running Ubuntu 20.04 or 22.04.
15+ - A basic understanding of Snort's operation and configuration.
16+
17+
18+ author_primary : Preema Merlin Dsouza
19+
20+ # ## Tags
21+ skilllevels : Introductory
22+ subjects : Libraries
23+ armips :
24+ - Neoverse
25+ tools_software_languages :
26+ - AWS EC2
27+ - Snort3
28+ - Bash
29+ - GCC
30+ operatingsystems :
31+ - Linux
32+
33+ test_maintenance : true
34+ test_images :
35+ - ubuntu:latest
36+
37+ # ## FIXED, DO NOT MODIFY
38+ # ================================================================================
39+ weight : 1 # _index.md always has weight of 1 to order correctly
40+ layout : " learningpathall" # All files under learning paths have this same wrapper
41+ learning_path_main_page : " yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content.
42+ ---
You can’t perform that action at this time.
0 commit comments