]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
profiling/rules: doc updates
authorVictor Julien <vjulien@oisf.net>
Fri, 12 May 2023 11:59:10 +0000 (13:59 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 12 May 2023 17:52:15 +0000 (19:52 +0200)
doc/userguide/rule-management/rule-profiling.rst

index fa94df3d05e7ec1d57fd24007487132e4d293733..0f33dfe26cd8f28413717c8c37e523cbe238ccb1 100644 (file)
@@ -1,7 +1,7 @@
 Rules Profiling
 ===============
 
-If Suricata is built with the --enable-profiling-rules then the ruleset profiling
+If Suricata is built with the `--enable-profiling-rules` then the ruleset profiling
 can be activated on demand from the unix socket and dumped from it.
 
 To start profiling ::
@@ -25,4 +25,4 @@ A typical scenario to get rules performance would be ::
 
 On busy systems, using the sampling capability to capture performance
 on a subset of packets can be obtained via the `sample-rate` variable
-in the `profiling` section.
+in the `profiling` section in the `suricata.yaml` file.