From 10c47102d6133b86e4c39df96fd25a91010a9864 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Wed, 14 Feb 2024 11:52:32 +0100 Subject: Updated metrics and parquet output (#195) * Updated metrics and parquet output * fixed typos --- .../src/main/kotlin/org/opendc/compute/simulator/SimHost.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-compute/opendc-compute-simulator/src') diff --git a/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt index ec71f095..461a33f0 100644 --- a/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt +++ b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt @@ -229,7 +229,7 @@ public class SimHost( Duration.ofMillis(_uptime), Duration.ofMillis(_downtime), _bootTime, - machine.psu.powerUsage, + machine.psu.powerDraw, machine.psu.energyUsage, terminated, running, -- cgit v1.2.3