From c8a7204b159553d338a6294218e696a72efdb4db Mon Sep 17 00:00:00 2001 From: Kirjan Kohuladas Date: Wed, 1 Nov 2023 15:29:57 -0400 Subject: [PATCH] doc/rule-profiling: fix suricatasc typo --- doc/userguide/rule-management/rule-profiling.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/userguide/rule-management/rule-profiling.rst b/doc/userguide/rule-management/rule-profiling.rst index 0f33dfe26cd8..2c9926005c29 100644 --- a/doc/userguide/rule-management/rule-profiling.rst +++ b/doc/userguide/rule-management/rule-profiling.rst @@ -6,11 +6,11 @@ can be activated on demand from the unix socket and dumped from it. To start profiling :: - surictasc -c ruleset-profile-start + suricatasc -c ruleset-profile-start To stop profiling :: - surictasc -c ruleset-profile-stop + suricatasc -c ruleset-profile-stop To dump profiling :: @@ -18,9 +18,9 @@ To dump profiling :: A typical scenario to get rules performance would be :: - surictasc -c ruleset-profile-start + suricatasc -c ruleset-profile-start sleep 30 - surictasc -c ruleset-profile-stop + suricatasc -c ruleset-profile-stop suricatasc -c ruleset-profile On busy systems, using the sampling capability to capture performance