Dimitris Tsirogiannis has uploaded a new patch set (#2). Change subject: IMPALA-4885: Expose Jvm thread info in web UI ......................................................................
IMPALA-4885: Expose Jvm thread info in web UI This commit exposes information about JVM threads to the impalad and catalogd web UIs. This information includes statistics about the number of threads running in the JVM as well as per-thread stacktraces, monitors and synchronizers. Total CPU, user CPU and blocked time is also reported per thread. Change-Id: Id497043ab33dcf107a562f0b1ccd5c46095d397f --- M be/src/catalog/catalogd-main.cc M be/src/service/impalad-main.cc M be/src/statestore/statestored-main.cc M be/src/util/jni-util.cc M be/src/util/jni-util.h M be/src/util/thread.cc M be/src/util/thread.h M common/thrift/Frontend.thrift M fe/src/main/java/org/apache/impala/common/JniUtil.java A www/jvm-threadz.tmpl M www/threadz.tmpl A www/threadz_tabs.tmpl 12 files changed, 401 insertions(+), 77 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/13/6013/2 -- To view, visit http://gerrit.cloudera.org:8080/6013 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Id497043ab33dcf107a562f0b1ccd5c46095d397f Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]>
