Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5511: Add process start time to debug web page ......................................................................
IMPALA-5511: Add process start time to debug web page Read the start date and time of the impalad, catalogd and statestored processes for the Debug Web UI. Uses the stat command on the /proc/<pid> directory and format the date with the date command to local time format. Change-Id: I05ae2f80835b1b0e4bc3b38731778ba0871338a4 Reviewed-on: http://gerrit.cloudera.org:8080/7363 Reviewed-by: Matthew Jacobs <m...@cloudera.com> Tested-by: Impala Public Jenkins --- M be/src/catalog/catalogd-main.cc M be/src/service/impala-server.cc M be/src/service/impalad-main.cc M be/src/statestore/statestored-main.cc M be/src/util/CMakeLists.txt A be/src/util/common-metrics.cc A be/src/util/common-metrics.h M be/src/util/default-path-handlers.cc M be/src/util/default-path-handlers.h M be/src/util/impalad-metrics.cc M be/src/util/impalad-metrics.h M be/src/util/webserver-test.cc M be/src/util/webserver.cc M be/src/util/webserver.h M common/thrift/metrics.json M www/root.tmpl 16 files changed, 146 insertions(+), 51 deletions(-) Approvals: Impala Public Jenkins: Verified Matthew Jacobs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7363 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I05ae2f80835b1b0e4bc3b38731778ba0871338a4 Gerrit-PatchSet: 13 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Gabor Kaszab <gaborkas...@cloudera.com> Gerrit-Reviewer: Attila Jeges <atti...@cloudera.com> Gerrit-Reviewer: Dan Hecht <dhe...@cloudera.com> Gerrit-Reviewer: Gabor Kaszab <gaborkas...@cloudera.com> Gerrit-Reviewer: Henry Robinson <he...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Laszlo Gaal <laszlo.g...@cloudera.com> Gerrit-Reviewer: Matthew Jacobs <m...@cloudera.com> Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>