Advertisement
travisbgreen

Untitled

Feb 28th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. 1428 profiling:
  2. 1429 # Run profiling for every xth packet. The default is 1, which means we
  3. 1430 # profile every packet. If set to 1000, one packet is profiled for every
  4. 1431 # 1000 received.
  5. 1432 #sample-rate: 1000
  6. 1433
  7. 1434 # rule profiling
  8. 1435 rules:
  9. 1436
  10. 1437 # Profiling can be disabled here, but it will still have a
  11. 1438 # performance impact if compiled in.
  12. 1439 enabled: yes
  13. 1440 filename: rule_perf.log
  14. 1441 append: no
  15. 1442
  16. 1443 # Sort options: ticks, avgticks, checks, matches, maxticks
  17. 1444 # If commented out all the sort options will be used.
  18. 1445 #sort: ticks
  19. 1446
  20. 1447 # Limit the number of sids for which stats are shown at exit (per sort).
  21. 1448 limit: 5000
  22. 1449
  23. 1450 # output to json
  24. 1451 json: yes
  25. 1452
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement