Handler that controls the jemalloc allocator.
The component has no service configuration except the common handler options.
Static configuration example:
# yaml
handler-jemalloc:
path: /service/jemalloc/prof/{command}
method: POST
task_processor: monitor-task-processor
Schema
Set an URL path argument command
to one of the following values:
stat
- to get jemalloc stats
enable
- to start memory profiling
disable
- to stop memory profiling
dump
- to get jemalloc profiling dump
Definition at line 34 of file jemalloc.hpp.