summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-11-19 10:01:55 -0500
committerMonty Taylor <mordred@inaugust.com>2015-11-19 10:01:55 -0500
commit8b3d46d2640948d79f9c524c64d4329d81ac0bda (patch)
tree700cee1403bae5d36f4c5011677d06658f020513
parent78f71eae0676e3a07b088930e9e67ebd6dd488f0 (diff)
Add a ymax to the tempest graphs
-rw-r--r--src/js/task-report.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/task-report.js b/src/js/task-report.js
index cc0eafe..e61afc6 100644
--- a/src/js/task-report.js
+++ b/src/js/task-report.js
@@ -114,6 +114,7 @@ for(i=0; i<jobs.length; ++i) {
114 fgcolor: '000000', 114 fgcolor: '000000',
115 lineMode: 'connected', 115 lineMode: 'connected',
116 vtitle: 'Time in Minute', 116 vtitle: 'Time in Minute',
117 yMax: '90',
117 title: jobs[i] + ' job runtime', 118 title: jobs[i] + ' job runtime',
118 target: [ 119 target: [
119 "alias(scale(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.hpcloud-b*.runtime.mean), '0.000016'), 'HP')", 120 "alias(scale(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.hpcloud-b*.runtime.mean), '0.000016'), 'HP')",