-
+
KloudBuster
diff --git a/kb_web/app/scripts/controllers/interval.js b/kb_web/app/scripts/controllers/interval.js
index c839947..6c0e4ba 100644
--- a/kb_web/app/scripts/controllers/interval.js
+++ b/kb_web/app/scripts/controllers/interval.js
@@ -656,7 +656,7 @@ angular.module('kbWebApp')
console.log(monitorMode.getResult());
if (monitorMode.getResult() != "")
{
- var myresult = '
KloudBuster Report KloudBuster HTTP Monitoring Test Report
Latency(ms)
KloudBuster HTTP Monitoring Test Configuration
';
+ var myresult = '
KloudBuster Report KloudBuster HTTP Monitoring Test Report
Latency(ms)
KloudBuster HTTP Monitoring Test Configuration
';
downloadFile(filename, myresult);
}
else showAlert.showAlert("No result to save!");
diff --git a/kb_web/app/scripts/controllers/run.js b/kb_web/app/scripts/controllers/run.js
index 55b3f1d..d2d83c0 100644
--- a/kb_web/app/scripts/controllers/run.js
+++ b/kb_web/app/scripts/controllers/run.js
@@ -695,7 +695,7 @@ angular.module('kbWebApp')
//console.log(saveData);
if(saveData!="")
{
- var myresult = '
KloudBuster Report KloudBuster HTTP Test Report
Latency(ms)
| {{row.connection}} | {{row.server_vms}} | {{row.requests}} | {{row.sock_err}} | {{row.rps}} | {{row.rate_limit}} | {{row.throughput}} Gbps |
KloudBuster HTTP Test Configuration
';
+ var myresult = '
KloudBuster Report KloudBuster HTTP Test Report
Latency(ms)
| {{row.connection}} | {{row.server_vms}} | {{row.requests}} | {{row.sock_err}} | {{row.rps}} | {{row.rate_limit}} | {{row.throughput}} Gbps |
KloudBuster HTTP Test Configuration
';
downloadFile(filename, myresult);
}
else showAlert.showAlert("No result to save!");
diff --git a/kb_web/app/scripts/controllers/run_storage.js b/kb_web/app/scripts/controllers/run_storage.js
index 163ef8c..1cd70ce 100644
--- a/kb_web/app/scripts/controllers/run_storage.js
+++ b/kb_web/app/scripts/controllers/run_storage.js
@@ -906,7 +906,7 @@ angular.module('kbWebApp')
//console.log(saveData);
if(saveData!="")
{
- var myresult = '
KloudBuster Report KloudBuster Storage Test Report
{{current_mode_description}}
{{modes[current_mode_name]["title"]}} {{current_title}} ({{storage_target[from_outside.storage_target]}})
{{current_mode["y_axis"]}}Latency(ms)
{{row.total_client_vms}} | {{row.block_size}}b | {{row.iodepth}} | {{row.rate_iops}} | {{row.read_iops}} | {{row.write_iops}} | {{row.rate}} KB/s | {{row.read_bw}} KB/s | {{row.write_bw}} KB/s |
KloudBuster HTTP Test Configuration
';
+ var myresult = '
KloudBuster Report KloudBuster Storage Test Report
{{current_mode_description}}
{{modes[current_mode_name]["title"]}} {{current_title}} ({{storage_target[from_outside.storage_target]}})
{{current_mode["y_axis"]}}Latency(ms)
{{row.total_client_vms}} | {{row.block_size}}b | {{row.iodepth}} | {{row.rate_iops}} | {{row.read_iops}} | {{row.write_iops}} | {{row.rate}} KB/s | {{row.read_bw}} KB/s | {{row.write_bw}} KB/s |
KloudBuster HTTP Test Configuration
';
downloadFile(filename, myresult);