Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12747 )
Change subject: IMPALA-7982: Add host network usage to profile ...................................................................... IMPALA-7982: Add host network usage to profile This change adds host network usage to profiles. For each host that participates in the query execution it adds the incoming and outgoing bandwidth across all interfaces excluding the local loopback interface. This includes all data transmitted by the host as part of the execution of a query, other queries, and other processes running on the same system. The change adds tests for the added functionality to the backend and end to end tests. Change-Id: I2cc74f87374080a74a13b7fb6e4da44a11d828ef Reviewed-on: http://gerrit.cloudera.org:8080/12747 Reviewed-by: Lars Volker <l...@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> --- M be/src/runtime/query-state.cc M be/src/util/system-state-info-test.cc M be/src/util/system-state-info.cc M be/src/util/system-state-info.h M tests/query_test/test_observability.py 5 files changed, 263 insertions(+), 42 deletions(-) Approvals: Lars Volker: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/12747 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2cc74f87374080a74a13b7fb6e4da44a11d828ef Gerrit-Change-Number: 12747 Gerrit-PatchSet: 6 Gerrit-Owner: Lars Volker <l...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com> Gerrit-Reviewer: John Sherman <j...@arcadiadata.com> Gerrit-Reviewer: Lars Volker <l...@cloudera.com> Gerrit-Reviewer: Todd Lipcon <t...@apache.org>