diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-04-13 17:45:18 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-04-13 17:45:18 +0200 |
| commit | 60372f0022d423efd5267ef4008d9afcbe870911 (patch) | |
| tree | fccbcd3ca40ef702dd11da1e3772fbb329ef711d /opendc/opendc-experiments-sc20 | |
| parent | 6e7c253cb61f2c529f6e852183c997d733ad864d (diff) | |
| parent | facf2a785ff7c7cd4f904b4b42af415bb85ea7a0 (diff) | |
Merge branch 'bug/slice-sync' into '2.x'
Address issues with total requested burst
See merge request opendc/opendc-simulator!60
Diffstat (limited to 'opendc/opendc-experiments-sc20')
| -rw-r--r-- | opendc/opendc-experiments-sc20/src/main/kotlin/com/atlarge/opendc/experiments/sc20/Sc20Monitor.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/opendc-experiments-sc20/src/main/kotlin/com/atlarge/opendc/experiments/sc20/Sc20Monitor.kt b/opendc/opendc-experiments-sc20/src/main/kotlin/com/atlarge/opendc/experiments/sc20/Sc20Monitor.kt index 245aa250..7e6398bb 100644 --- a/opendc/opendc-experiments-sc20/src/main/kotlin/com/atlarge/opendc/experiments/sc20/Sc20Monitor.kt +++ b/opendc/opendc-experiments-sc20/src/main/kotlin/com/atlarge/opendc/experiments/sc20/Sc20Monitor.kt @@ -17,7 +17,7 @@ class Sc20Monitor( private val lastServerStates = mutableMapOf<Server, Pair<ServerState, Long>>() init { - outputFile.write("time,duration,requestedBurst,grantedBurst,overcommissionedBurst,interferedBurst,cpuUsage,cpuDemand,numberOfDeployedImages,server,hostState,hostUsage,powerDraw,failedVms\n") + outputFile.write("time,duration,requestedBurst,grantedBurst,overcommissionedBurst,interferedBurst,cpuUsage,cpuDemand,numberOfDeployedImages,server,hostState,hostUsage,powerDraw\n") } suspend fun onVmStateChanged(server: Server) {} |
