This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 80d5f6e [LoadBalance] make BeLoadRebalancer extends from base class
Rebalancer (#4771)
add c53dd94 [Feature] Add CPU and Heap profile in BE webserver (#4632)
No new revisions were added by this update.
Summary of changes:
be/src/agent/utils.cpp | 7 +-
be/src/agent/utils.h | 2 +-
be/src/http/action/pprof_actions.cpp | 79 +++++++++++-----
be/src/http/default_path_handlers.cpp | 148 ++++++++++++++++++++++++++++-
be/src/http/web_page_handler.cpp | 2 +-
be/src/util/CMakeLists.txt | 1 +
be/src/util/pprof_utils.cpp | 172 ++++++++++++++++++++++++++++++++++
be/src/util/pprof_utils.h | 52 ++++++++++
conf/be.conf | 2 +
9 files changed, 439 insertions(+), 26 deletions(-)
create mode 100644 be/src/util/pprof_utils.cpp
create mode 100644 be/src/util/pprof_utils.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]