Skip to content

Commit

Permalink
doc/rule-profiling: fix suricatasc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kprime21 authored and victorjulien committed Nov 2, 2023
1 parent 5300cb6 commit c8a7204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/userguide/rule-management/rule-profiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ 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 ::

suricatasc -c ruleset-profile

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
Expand Down

0 comments on commit c8a7204

Please sign in to comment.