Lars Volker has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12822
Change subject: IMPALA-7981: Add host disk usage to profile ...................................................................... IMPALA-7981: Add host disk usage to profile This change adds host disk usage to profiles. For each host that participates in the query execution it adds the read and write bandwidth across all disks. This includes all data read or written by the host as part of the execution of a query (spilling), by the HDFS data node, and by 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: I373e7da47a0d722938e6ca1572c49a502951ed57 --- M be/src/runtime/query-state.cc M be/src/util/disk-info.h 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 6 files changed, 236 insertions(+), 30 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/12822/2 -- To view, visit http://gerrit.cloudera.org:8080/12822 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I373e7da47a0d722938e6ca1572c49a502951ed57 Gerrit-Change-Number: 12822 Gerrit-PatchSet: 2 Gerrit-Owner: Lars Volker <l...@cloudera.com>