You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2017/06/30 19:07:25 UTC

kudu git commit: benchmarks: split dense-node-itest graph by different types of data

Repository: kudu
Updated Branches:
  refs/heads/master 3548895a2 -> 9a3071a9a


benchmarks: split dense-node-itest graph by different types of data

The current graph tries to show times on the same axis as bytes, and
those are on entirely different scales. This splits the different
metrics into different graphs.

Change-Id: I0d121ecebf04f2c3347f6cb5c1c97bd426539f81
Reviewed-on: http://gerrit.cloudera.org:8080/7341
Reviewed-by: Adar Dembo <ad...@cloudera.com>
Tested-by: Todd Lipcon <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/9a3071a9
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/9a3071a9
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/9a3071a9

Branch: refs/heads/master
Commit: 9a3071a9a8c913960cf6d3b62bfcc04e21fa1504
Parents: 3548895
Author: Todd Lipcon <to...@apache.org>
Authored: Thu Jun 29 18:54:39 2017 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Fri Jun 30 18:44:20 2017 +0000

----------------------------------------------------------------------
 src/kudu/scripts/benchmarks.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/9a3071a9/src/kudu/scripts/benchmarks.sh
----------------------------------------------------------------------
diff --git a/src/kudu/scripts/benchmarks.sh b/src/kudu/scripts/benchmarks.sh
index 1d7cfef..489f1f2 100755
--- a/src/kudu/scripts/benchmarks.sh
+++ b/src/kudu/scripts/benchmarks.sh
@@ -513,7 +513,11 @@ load_stats_and_generate_plots() {
   load_and_generate_plot "${FS_SCANINSERT_DISK}%_insert" fs-withdisk-insert
   load_and_generate_plot "${FS_SCANINSERT_DISK}%_scan%" fs-withdisk-scan
 
-  load_and_generate_plot "${DENSE_NODE_ITEST}%" dense-node-bench
+  load_and_generate_plot "${DENSE_NODE_ITEST}_time%" dense-node-bench-times
+  load_and_generate_plot "${DENSE_NODE_ITEST}_num%containers%" dense-node-bench-containers
+  load_and_generate_plot "${DENSE_NODE_ITEST}_num_blocks%" dense-node-bench-blocks
+  load_and_generate_plot "${DENSE_NODE_ITEST}_num_threads%" dense-node-bench-threads
+  load_and_generate_plot "${DENSE_NODE_ITEST}_num_bytes%" dense-node-bench-bytes
 
   # Generate all the pngs for all the mt-tablet tests
   for i in $(seq 0 $NUM_MT_TABLET_TESTS); do