-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi!
The predecessor of this issue is this one.
I plan to enhance the GUI Performance section of an experiment by adding the total core-hours, comparative footprint and energy and distribution of time of an experiment. I would like to do the implementation to the file ExperimentPerformance.jsx
, this way:
-
Total core-hours: Add next to
Simulated time
of the sectionSummary
an attribute calledTotal core-hours
; the value would be obtained with the variabledata
which would have the result of the API call. The motive to implement this metric and not use theCPU Consumption
is because it doesn't take into account retrials and shows only the core-hours consumption for the last successful SIM jobs of each chunk. An explanation about this would be added at the?
. -
Comparative footprint and energy: To facilitate the comprehension of the results of
Total energy consumed
andTotal footprint generated
; I would like to add at theSustainability
section abarplot
(to show the difference with common references i.g carbon footprint generated by 1kg of beef) and atable
(to show the equivalence with common references i.g the total footprint of the experiment is equivalent to X kg of beef) for each of the metrics. The plots used would be be from a new dependency calledrecharts
. Moreover, to show a warning message in case there is no energy or footprint the dependenciesantd
and@ant-design/icons
would be used. -
Distribution of time: To understand the distribution of time for the different phases of an experiment; I would like to add a new section called
Distribution of time
which will show twoplots
(once decided which type, it will be edited) of the distribution of the three phases of an experiment (jobs before sim jobs, sim jobs and jobs after sim jobs). I would like to show two approaches; the distribution of time of the all the time used in the different phases and the critical path.