Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Keep the capping setting of a VM after migration.
[simgrid.git] / src / msg / msg_vm.c
index 454a02e..ff50676 100644 (file)
@@ -975,7 +975,7 @@ static int migration_tx_fun(int argc, char *argv[])
     double clock_post_send = MSG_get_clock();
     double bandwidth = ramsize / (clock_post_send - clock_prev_send);
     threshold = get_threshold_value(bandwidth, max_downtime);
-    XBT_INFO("actual banwdidth %f, threshold %f", bandwidth / 1024 / 1024, threshold);
+    XBT_INFO("actual banwdidth %f (MB/s), threshold %f", bandwidth / 1024 / 1024, threshold);
   }