Will Berkeley has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12604 )
Change subject: KUDU-2705: Add timing information to /scans ...................................................................... KUDU-2705: Add timing information to /scans This patch adds timing information to the /scans page. Specifically, it adds time(1)-like timing information for the time spent by a service thread working with a scanner, including both initialization and continuation of scans. Screenshot: https://github.com/wdberkeley/kudu/blob/scanspage_screenshot/ss.png Change-Id: Id30251557ae7f0d97e0d1328bd53511dae7a820b Reviewed-on: http://gerrit.cloudera.org:8080/12604 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Adar Dembo <[email protected]> --- M src/kudu/tserver/scanners.cc M src/kudu/tserver/scanners.h M src/kudu/tserver/tablet_service.cc M src/kudu/tserver/tserver_path_handlers.cc M src/kudu/util/stopwatch.h M www/scans.mustache 6 files changed, 93 insertions(+), 6 deletions(-) Approvals: Adar Dembo: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/12604 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id30251557ae7f0d97e0d1328bd53511dae7a820b Gerrit-Change-Number: 12604 Gerrit-PatchSet: 7 Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
