]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4112: profiler: dump memory profiler stats at frequent interval
authorAkhilesh MY (amuttuva) <amuttuva@cisco.com>
Wed, 20 Dec 2023 08:33:26 +0000 (08:33 +0000)
committerShanmugam S (shanms) <shanms@cisco.com>
Wed, 20 Dec 2023 08:33:26 +0000 (08:33 +0000)
commitbc9b3a9cfdc3eabb6eda459f121ecfc154319b76
treefe960d9304c6480a9de85a697e3b72a11e888f7b
parent2a0742e1968fa16a9d6cbdee8a09c7d1bb33c899
Pull request #4112: profiler: dump memory profiler stats at frequent interval

Merge in SNORT/snort3 from ~AMUTTUVA/snort3:mem_prof_master to master

Squashed commit of the following:

commit 8f5b8f6f3fcbfe60a28429ec41266cd88a2bf2c9
Author: sunimukh <sunimukh@cisco.com>
Date:   Wed Jun 28 06:45:54 2023 +0000

    profiler: dump memory profiler stats at frequent interval
21 files changed:
cmake/create_options.cmake
src/main/snort.cc
src/main/snort.h
src/main/thread.cc
src/memory/CMakeLists.txt
src/memory/memory_allocator.h
src/memory/memory_overloads.cc
src/memory/memory_overloads.h [new file with mode: 0644]
src/memory/test/memory_cap_test.cc
src/network_inspectors/perf_monitor/perf_monitor.cc
src/profiler/memory_context.cc
src/profiler/memory_context.h
src/profiler/memory_defs.h
src/profiler/memory_profiler.cc
src/profiler/memory_profiler_defs.h
src/profiler/profiler.cc
src/profiler/profiler.h
src/profiler/profiler_module.cc
src/profiler/profiler_nodes.cc
src/profiler/profiler_nodes.h
src/service_inspectors/http_inspect/ips_http_test.cc