@grnsft/if 0.6.0 → 0.7.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Refactor-migration-guide.md +68 -82
- package/github-processes.md +3 -9
- package/manifests/examples/builtins/coefficient/failure-invalid-config-input-param.yml +2 -4
- package/manifests/examples/builtins/coefficient/failure-output-param-is-null.yaml +1 -3
- package/manifests/examples/builtins/coefficient/success.yml +1 -3
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +1 -2
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +3 -4
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yml +2 -3
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/success.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/region-metadata/failure-missing-column.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/region-metadata/failure-missing-output.yml +2 -2
- package/manifests/examples/builtins/csv-lookup/region-metadata/success-renaming.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/region-metadata/success.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/tdp-finder/failure-missing-input-param.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/tdp-finder/success.yml +1 -2
- package/manifests/examples/builtins/divide/failure-invalid-config-denominator.yml +3 -5
- package/manifests/examples/builtins/divide/failure-missing-numerator.yml +2 -4
- package/manifests/examples/builtins/divide/success.yml +2 -2
- package/manifests/examples/builtins/exponent/success.yml +1 -1
- package/manifests/examples/builtins/interpolation/success.yml +1 -1
- package/manifests/examples/builtins/mock-observations/failure-invalid-config-cpu-range.yml +2 -2
- package/manifests/examples/builtins/mock-observations/failure-invalid-memory-utilization-range.yml +1 -1
- package/manifests/examples/builtins/mock-observations/failure-missing-timestamp-from-param.yml +1 -1
- package/manifests/examples/builtins/mock-observations/success.yml +1 -1
- package/manifests/examples/builtins/multiply/failure-input-parameter-is-missing.yml +1 -1
- package/manifests/examples/builtins/multiply/success-with-multiple-inputs.yml +1 -1
- package/manifests/examples/builtins/multiply/success.yml +1 -1
- package/manifests/examples/builtins/regex/failure-missing-input-param.yml +1 -1
- package/manifests/examples/builtins/regex/failure-not-matching-with-regex.yml +2 -2
- package/manifests/examples/builtins/regex/success.yml +1 -1
- package/manifests/examples/builtins/sci/failure-invalid-config-value.yml +3 -4
- package/manifests/examples/builtins/sci/failure-missing-input-param.yml +1 -1
- package/manifests/examples/builtins/sci/success.yml +1 -1
- package/manifests/examples/builtins/sci-embodied/scenario-1.yml +27 -0
- package/manifests/examples/builtins/sci-embodied/scenario-2.yml +37 -0
- package/manifests/examples/builtins/sci-embodied/success.yml +13 -0
- package/manifests/examples/builtins/shell/failure-invalid-command.yml +2 -2
- package/manifests/examples/builtins/shell/success.yml +2 -2
- package/manifests/examples/builtins/subtract/success.yml +1 -1
- package/manifests/examples/builtins/sum/failure-missing-input-param.yml +2 -2
- package/manifests/examples/builtins/sum/failure-missing-output-param.yml +2 -2
- package/manifests/examples/builtins/sum/success.yml +1 -1
- package/manifests/examples/builtins/time-converter/success.yaml +3 -3
- package/manifests/examples/builtins/time-sync/failure-config-start-later-end.yml +10 -12
- package/manifests/examples/builtins/time-sync/{failure-missing-global-config.yml → failure-missing-config.yml} +3 -8
- package/manifests/examples/builtins/time-sync/success.yml +2 -2
- package/manifests/examples/features/regroup/failure-missing-cloud-instance-type.yml +1 -1
- package/manifests/examples/features/regroup/success.yml +1 -1
- package/manifests/examples/pipelines/generics.yml +8 -8
- package/manifests/examples/pipelines/instance-metadata.yml +2 -2
- package/manifests/examples/pipelines/nesting.yml +75 -33
- package/manifests/examples/pipelines/outputs-if-diff/pipeline-with-aggregate.yaml +166 -122
- package/manifests/examples/pipelines/outputs-if-diff/pipeline-with-mocks.yaml +130 -70
- package/manifests/examples/pipelines/pipeline-teads-sci.yml +15 -15
- package/manifests/examples/pipelines/pipeline-with-aggregate.yml +57 -27
- package/manifests/examples/pipelines/pipeline-with-mocks.yml +99 -41
- package/manifests/examples/pipelines/scenario-3.yml +1 -1
- package/manifests/examples/pipelines/scenario-4.yml +5 -5
- package/manifests/examples/pipelines/scenario-5.yml +3 -3
- package/manifests/examples/pipelines/sci.yml +12 -12
- package/manifests/examples/pipelines/teads-curve.yml +10 -10
- package/manifests/examples/pipelines/zeros.yml +23 -23
- package/manifests/outputs/bugs/aggregation-error-wrong-metric.yaml +40 -40
- package/manifests/outputs/bugs/input-error-missing-duration.yaml +1 -1
- package/manifests/outputs/bugs/mock-observations-failure-duration-is-zero.yaml +2 -2
- package/manifests/outputs/bugs/pipeline-error-naming-mismatch.yaml +1 -1
- package/manifests/outputs/bugs/pipeline-error-uninitialized-plugin.yaml +1 -1
- package/manifests/outputs/bugs/pipeline-ordering-error.yaml +6 -6
- package/manifests/outputs/builtins/coefficient/failure-invalid-config-input-param.yaml +2 -2
- package/manifests/outputs/builtins/coefficient/failure-output-param-is-null.yaml +1 -1
- package/manifests/outputs/builtins/coefficient/success.yaml +23 -22
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +76 -0
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yaml +22 -21
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/success.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/failure-missing-column.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/failure-missing-output.yaml +21 -20
- package/manifests/outputs/builtins/csv-lookup/region-metadata/success-renaming.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/success.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/success.yaml +1 -1
- package/manifests/outputs/builtins/divide/failure-invalid-config-denominator.yaml +41 -25
- package/manifests/outputs/builtins/divide/failure-missing-numerator.yaml +32 -23
- package/manifests/outputs/builtins/divide/success-denominator-equal-zero.yaml +2 -2
- package/manifests/outputs/builtins/divide/success.yaml +2 -2
- package/manifests/outputs/builtins/exponent/success.yaml +1 -1
- package/manifests/outputs/builtins/interpolation/interpolation.yaml +1 -1
- package/manifests/outputs/builtins/interpolation/success.yaml +1 -1
- package/manifests/outputs/builtins/mock-observations/failure-invalid-config-cpu-range.yaml +3 -3
- package/manifests/outputs/builtins/mock-observations/failure-invalid-memory-utilization-range.yaml +2 -2
- package/manifests/outputs/builtins/mock-observations/failure-missing-timestamp-from-param.yaml +1 -1
- package/manifests/outputs/builtins/mock-observations/success.yaml +49 -190
- package/manifests/outputs/builtins/multiply/failure-input-parameter-is-missing.yaml +1 -1
- package/manifests/outputs/builtins/multiply/success-with-multiple-inputs.yaml +1 -1
- package/manifests/outputs/builtins/multiply/success.yaml +1 -1
- package/manifests/outputs/builtins/regex/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/regex/failure-not-matching-with-regex.yaml +72 -0
- package/manifests/outputs/builtins/regex/success.yaml +1 -1
- package/manifests/outputs/builtins/sci/failure-invalid-config-value.yaml +22 -23
- package/manifests/outputs/builtins/sci/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/sci/success.yaml +1 -1
- package/manifests/outputs/builtins/sci-embodied/failure-invalid-default-emission-value.yaml +22 -26
- package/manifests/outputs/builtins/sci-embodied/scenario-1.yaml +100 -0
- package/manifests/outputs/builtins/sci-embodied/scenario-2.yaml +101 -0
- package/manifests/outputs/builtins/sci-embodied/success.yaml +44 -20
- package/manifests/outputs/builtins/shell/failure-invalid-command.yaml +2 -2
- package/manifests/outputs/builtins/shell/success.yaml +1 -1
- package/manifests/outputs/builtins/subtract/success.yaml +1 -1
- package/manifests/outputs/builtins/sum/failure-missing-input-param.yaml +2 -2
- package/manifests/outputs/builtins/sum/failure-missing-output-param.yaml +2 -2
- package/manifests/outputs/builtins/sum/success.yaml +1 -1
- package/manifests/outputs/builtins/time-converter/success.yaml +73 -0
- package/manifests/outputs/builtins/time-sync/failure-config-start-later-end.yaml +3 -3
- package/manifests/outputs/builtins/time-sync/failure-missing-config.yaml +74 -0
- package/manifests/outputs/builtins/time-sync/success.yaml +50 -59
- package/manifests/outputs/features/aggregate-failure-invalid-metrics.yaml +1 -1
- package/manifests/outputs/features/aggregate-failure-missing-metric-in-inputs.yaml +1 -1
- package/manifests/outputs/features/aggregate-horizontal.yaml +4 -2
- package/manifests/outputs/features/aggregate-vertical.yaml +4 -2
- package/manifests/outputs/features/aggregate.yaml +4 -2
- package/manifests/outputs/features/regroup/failure-invalid-regroup.yaml +87 -0
- package/manifests/outputs/features/regroup/failure-missing-cloud-instance-type.yaml +87 -0
- package/manifests/outputs/pipelines/cloud-metadata-divide.yaml +2 -2
- package/manifests/outputs/pipelines/generics.yaml +28 -28
- package/manifests/outputs/pipelines/instance-metadata.yaml +14 -14
- package/manifests/outputs/pipelines/nesting.yaml +713 -486
- package/manifests/outputs/pipelines/pipeline-teads-sci.yaml +63 -32
- package/manifests/outputs/pipelines/scenario-4.yaml +105 -0
- package/manifests/outputs/pipelines/sci.yaml +56 -32
- package/manifests/outputs/pipelines/teads-curve.yaml +18 -18
- package/manifests/outputs/pipelines/zeros.yaml +27 -27
- package/package.json +4 -4
- package/src/__mocks__/mock-manifest.yaml +1 -2
- package/src/if-env/config/env-template.yml +1 -2
- package/src/if-run/builtins/coefficient/README.md +41 -17
- package/src/if-run/builtins/copy-param/README.md +28 -8
- package/src/if-run/builtins/csv-lookup/README.md +31 -11
- package/src/if-run/builtins/divide/README.md +34 -12
- package/src/if-run/builtins/exponent/README.md +29 -11
- package/src/if-run/builtins/interpolation/README.md +37 -22
- package/src/if-run/builtins/mock-observations/README.md +27 -7
- package/src/if-run/builtins/multiply/README.md +27 -9
- package/src/if-run/builtins/regex/README.md +31 -11
- package/src/if-run/builtins/sci/README.md +29 -8
- package/src/if-run/builtins/sci-embodied/README.md +76 -75
- package/src/if-run/builtins/shell/README.md +15 -7
- package/src/if-run/builtins/subtract/README.md +28 -11
- package/src/if-run/builtins/sum/README.md +47 -14
- package/src/if-run/builtins/time-converter/README.md +8 -8
- package/src/if-run/builtins/time-sync/README.md +44 -22
- package/.gitmodules +0 -3
- package/build/common/config/index.d.ts +0 -1
- package/build/common/config/index.js +0 -6
- package/build/common/config/strings.d.ts +0 -9
- package/build/common/config/strings.js +0 -17
- package/build/common/lib/load.d.ts +0 -6
- package/build/common/lib/load.js +0 -18
- package/build/common/types/manifest.d.ts +0 -13
- package/build/common/types/manifest.js +0 -3
- package/build/common/util/debug-logger.d.ts +0 -4
- package/build/common/util/debug-logger.js +0 -115
- package/build/common/util/fs.d.ts +0 -20
- package/build/common/util/fs.js +0 -94
- package/build/common/util/helpers.d.ts +0 -15
- package/build/common/util/helpers.js +0 -80
- package/build/common/util/logger.d.ts +0 -5
- package/build/common/util/logger.js +0 -39
- package/build/common/util/validations.d.ts +0 -367
- package/build/common/util/validations.js +0 -141
- package/build/common/util/yaml.d.ts +0 -12
- package/build/common/util/yaml.js +0 -59
- package/build/if-check/config/config.d.ts +0 -6
- package/build/if-check/config/config.js +0 -31
- package/build/if-check/config/index.d.ts +0 -2
- package/build/if-check/config/index.js +0 -8
- package/build/if-check/config/strings.d.ts +0 -11
- package/build/if-check/config/strings.js +0 -15
- package/build/if-check/index.d.ts +0 -2
- package/build/if-check/index.js +0 -98
- package/build/if-check/types/process-args.d.ts +0 -4
- package/build/if-check/types/process-args.js +0 -3
- package/build/if-check/util/args.d.ts +0 -10
- package/build/if-check/util/args.js +0 -56
- package/build/if-check/util/helpers.d.ts +0 -4
- package/build/if-check/util/helpers.js +0 -18
- package/build/if-check/util/npm.d.ts +0 -4
- package/build/if-check/util/npm.js +0 -59
- package/build/if-csv/config/config.d.ts +0 -6
- package/build/if-csv/config/config.js +0 -36
- package/build/if-csv/config/index.d.ts +0 -2
- package/build/if-csv/config/index.js +0 -8
- package/build/if-csv/config/strings.d.ts +0 -3
- package/build/if-csv/config/strings.js +0 -7
- package/build/if-csv/index.d.ts +0 -2
- package/build/if-csv/index.js +0 -63
- package/build/if-csv/types/csv.d.ts +0 -7
- package/build/if-csv/types/csv.js +0 -3
- package/build/if-csv/types/process-args.d.ts +0 -5
- package/build/if-csv/types/process-args.js +0 -3
- package/build/if-csv/util/args.d.ts +0 -12
- package/build/if-csv/util/args.js +0 -47
- package/build/if-csv/util/helpers.d.ts +0 -9
- package/build/if-csv/util/helpers.js +0 -95
- package/build/if-diff/config/config.d.ts +0 -6
- package/build/if-diff/config/config.js +0 -31
- package/build/if-diff/config/index.d.ts +0 -2
- package/build/if-diff/config/index.js +0 -8
- package/build/if-diff/config/strings.d.ts +0 -6
- package/build/if-diff/config/strings.js +0 -10
- package/build/if-diff/index.d.ts +0 -2
- package/build/if-diff/index.js +0 -46
- package/build/if-diff/lib/compare.d.ts +0 -10
- package/build/if-diff/lib/compare.js +0 -56
- package/build/if-diff/lib/load.d.ts +0 -55
- package/build/if-diff/lib/load.js +0 -51
- package/build/if-diff/types/args.d.ts +0 -5
- package/build/if-diff/types/args.js +0 -3
- package/build/if-diff/types/compare.d.ts +0 -7
- package/build/if-diff/types/compare.js +0 -3
- package/build/if-diff/types/process-args.d.ts +0 -4
- package/build/if-diff/types/process-args.js +0 -3
- package/build/if-diff/util/args.d.ts +0 -5
- package/build/if-diff/util/args.js +0 -51
- package/build/if-diff/util/helpers.d.ts +0 -13
- package/build/if-diff/util/helpers.js +0 -75
- package/build/if-env/config/config.d.ts +0 -6
- package/build/if-env/config/config.js +0 -37
- package/build/if-env/config/index.d.ts +0 -2
- package/build/if-env/config/index.js +0 -8
- package/build/if-env/config/strings.d.ts +0 -7
- package/build/if-env/config/strings.js +0 -11
- package/build/if-env/index.d.ts +0 -2
- package/build/if-env/index.js +0 -40
- package/build/if-env/types/if-env.d.ts +0 -8
- package/build/if-env/types/if-env.js +0 -3
- package/build/if-env/types/npm.d.ts +0 -9
- package/build/if-env/types/npm.js +0 -3
- package/build/if-env/types/process-args.d.ts +0 -5
- package/build/if-env/types/process-args.js +0 -3
- package/build/if-env/util/args.d.ts +0 -12
- package/build/if-env/util/args.js +0 -47
- package/build/if-env/util/helpers.d.ts +0 -20
- package/build/if-env/util/helpers.js +0 -94
- package/build/if-env/util/npm.d.ts +0 -24
- package/build/if-env/util/npm.js +0 -126
- package/build/if-merge/config/config.d.ts +0 -6
- package/build/if-merge/config/config.js +0 -43
- package/build/if-merge/config/index.d.ts +0 -2
- package/build/if-merge/config/index.js +0 -8
- package/build/if-merge/config/strings.d.ts +0 -5
- package/build/if-merge/config/strings.js +0 -9
- package/build/if-merge/index.d.ts +0 -2
- package/build/if-merge/index.js +0 -26
- package/build/if-merge/types/process-args.d.ts +0 -6
- package/build/if-merge/types/process-args.js +0 -3
- package/build/if-merge/util/args.d.ts +0 -9
- package/build/if-merge/util/args.js +0 -59
- package/build/if-merge/util/helpers.d.ts +0 -5
- package/build/if-merge/util/helpers.js +0 -83
- package/build/if-run/builtins/coefficient/index.d.ts +0 -2
- package/build/if-run/builtins/coefficient/index.js +0 -67
- package/build/if-run/builtins/copy-param/index.d.ts +0 -2
- package/build/if-run/builtins/copy-param/index.js +0 -70
- package/build/if-run/builtins/csv-lookup/index.d.ts +0 -2
- package/build/if-run/builtins/csv-lookup/index.js +0 -190
- package/build/if-run/builtins/divide/index.d.ts +0 -2
- package/build/if-run/builtins/divide/index.js +0 -80
- package/build/if-run/builtins/exponent/index.d.ts +0 -2
- package/build/if-run/builtins/exponent/index.js +0 -60
- package/build/if-run/builtins/export-log.d.ts +0 -4
- package/build/if-run/builtins/export-log.js +0 -44
- package/build/if-run/builtins/export-yaml.d.ts +0 -4
- package/build/if-run/builtins/export-yaml.js +0 -30
- package/build/if-run/builtins/index.d.ts +0 -16
- package/build/if-run/builtins/index.js +0 -36
- package/build/if-run/builtins/interpolation/index.d.ts +0 -2
- package/build/if-run/builtins/interpolation/index.js +0 -151
- package/build/if-run/builtins/mock-observations/helpers/common-generator.d.ts +0 -3
- package/build/if-run/builtins/mock-observations/helpers/common-generator.js +0 -29
- package/build/if-run/builtins/mock-observations/helpers/rand-int-generator.d.ts +0 -3
- package/build/if-run/builtins/mock-observations/helpers/rand-int-generator.js +0 -48
- package/build/if-run/builtins/mock-observations/index.d.ts +0 -2
- package/build/if-run/builtins/mock-observations/index.js +0 -116
- package/build/if-run/builtins/mock-observations/interfaces/index.d.ts +0 -6
- package/build/if-run/builtins/mock-observations/interfaces/index.js +0 -3
- package/build/if-run/builtins/multiply/index.d.ts +0 -2
- package/build/if-run/builtins/multiply/index.js +0 -59
- package/build/if-run/builtins/regex/index.d.ts +0 -2
- package/build/if-run/builtins/regex/index.js +0 -76
- package/build/if-run/builtins/sci/index.d.ts +0 -2
- package/build/if-run/builtins/sci/index.js +0 -92
- package/build/if-run/builtins/sci-embodied/index.d.ts +0 -2
- package/build/if-run/builtins/sci-embodied/index.js +0 -156
- package/build/if-run/builtins/shell/index.d.ts +0 -2
- package/build/if-run/builtins/shell/index.js +0 -60
- package/build/if-run/builtins/subtract/index.d.ts +0 -2
- package/build/if-run/builtins/subtract/index.js +0 -61
- package/build/if-run/builtins/sum/index.d.ts +0 -2
- package/build/if-run/builtins/sum/index.js +0 -66
- package/build/if-run/builtins/time-converter/config.d.ts +0 -1
- package/build/if-run/builtins/time-converter/config.js +0 -44
- package/build/if-run/builtins/time-converter/index.d.ts +0 -2
- package/build/if-run/builtins/time-converter/index.js +0 -79
- package/build/if-run/builtins/time-sync/index.d.ts +0 -17
- package/build/if-run/builtins/time-sync/index.js +0 -339
- package/build/if-run/config/config.d.ts +0 -9
- package/build/if-run/config/config.js +0 -73
- package/build/if-run/config/index.d.ts +0 -2
- package/build/if-run/config/index.js +0 -8
- package/build/if-run/config/strings.d.ts +0 -64
- package/build/if-run/config/strings.js +0 -76
- package/build/if-run/index.d.ts +0 -2
- package/build/if-run/index.js +0 -63
- package/build/if-run/lib/aggregate.d.ts +0 -15
- package/build/if-run/lib/aggregate.js +0 -123
- package/build/if-run/lib/compute.d.ts +0 -5
- package/build/if-run/lib/compute.js +0 -142
- package/build/if-run/lib/environment.d.ts +0 -5
- package/build/if-run/lib/environment.js +0 -75
- package/build/if-run/lib/exhaust.d.ts +0 -7
- package/build/if-run/lib/exhaust.js +0 -27
- package/build/if-run/lib/explain.d.ts +0 -9
- package/build/if-run/lib/explain.js +0 -43
- package/build/if-run/lib/initialize.d.ts +0 -6
- package/build/if-run/lib/initialize.js +0 -109
- package/build/if-run/lib/regroup.d.ts +0 -5
- package/build/if-run/lib/regroup.js +0 -64
- package/build/if-run/types/aggregation.d.ts +0 -5
- package/build/if-run/types/aggregation.js +0 -6
- package/build/if-run/types/compute.d.ts +0 -29
- package/build/if-run/types/compute.js +0 -3
- package/build/if-run/types/environment.d.ts +0 -18
- package/build/if-run/types/environment.js +0 -3
- package/build/if-run/types/exhaust-plugin-interface.d.ts +0 -7
- package/build/if-run/types/exhaust-plugin-interface.js +0 -3
- package/build/if-run/types/explain.d.ts +0 -10
- package/build/if-run/types/explain.js +0 -3
- package/build/if-run/types/interface.d.ts +0 -3
- package/build/if-run/types/interface.js +0 -6
- package/build/if-run/types/plugin-storage.d.ts +0 -6
- package/build/if-run/types/plugin-storage.js +0 -3
- package/build/if-run/types/process-args.d.ts +0 -25
- package/build/if-run/types/process-args.js +0 -3
- package/build/if-run/types/time-sync.d.ts +0 -17
- package/build/if-run/types/time-sync.js +0 -3
- package/build/if-run/util/aggregation-helper.d.ts +0 -7
- package/build/if-run/util/aggregation-helper.js +0 -47
- package/build/if-run/util/args.d.ts +0 -9
- package/build/if-run/util/args.js +0 -60
- package/build/if-run/util/helpers.d.ts +0 -14
- package/build/if-run/util/helpers.js +0 -57
- package/build/if-run/util/log-memoize.d.ts +0 -3
- package/build/if-run/util/log-memoize.js +0 -19
- package/build/if-run/util/os-checker.d.ts +0 -7
- package/build/if-run/util/os-checker.js +0 -97
- package/build/if-run/util/plugin-storage.d.ts +0 -14
- package/build/if-run/util/plugin-storage.js +0 -34
- package/grafana/IF_GRAFANA_SETUP.md +0 -71
- package/grafana/if_grafana_config.json +0 -370
- package/manifests/examples/builtins/divide/failure-denominator-equal-zero.yml +0 -38
- package/manifests/examples/builtins/interpolation/interpolation.yml +0 -24
- package/manifests/examples/builtins/sci-embodied/failure-invalid-default-emission-value.yml +0 -23
- package/manifests/examples/builtins/sci-embodied/failure-missing-expected-lifespan.yml +0 -23
- package/manifests/examples/pipelines/scenario-1.yml +0 -34
- package/manifests/examples/pipelines/scenario-2.yml +0 -52
- package/manifests/outputs/bugs/sci-embodied-missing-resources-total.yaml +0 -72
- package/manifests/outputs/builtins/sci-embodied/failure-missing-expected-lifespan.yaml +0 -69
- package/manifests/outputs/pipelines/mock-obs-time-sync.yaml +0 -449
|
@@ -13,14 +13,14 @@ initialize:
|
|
|
13
13
|
interpolate:
|
|
14
14
|
path: builtin
|
|
15
15
|
method: Interpolation
|
|
16
|
-
|
|
16
|
+
config:
|
|
17
17
|
method: linear
|
|
18
18
|
x:
|
|
19
19
|
- 0
|
|
20
20
|
- 10
|
|
21
21
|
- 50
|
|
22
22
|
- 100
|
|
23
|
-
|
|
23
|
+
'y':
|
|
24
24
|
- 0.12
|
|
25
25
|
- 0.32
|
|
26
26
|
- 0.75
|
|
@@ -32,16 +32,20 @@ initialize:
|
|
|
32
32
|
cpu/utilization:
|
|
33
33
|
unit: percentage
|
|
34
34
|
description: refers to CPU utilization.
|
|
35
|
-
aggregation-method:
|
|
35
|
+
aggregation-method:
|
|
36
|
+
time: avg
|
|
37
|
+
component: sum
|
|
36
38
|
outputs:
|
|
37
39
|
cpu-factor:
|
|
38
40
|
unit: kWh
|
|
39
41
|
description: result of interpolate
|
|
40
|
-
aggregation-method:
|
|
42
|
+
aggregation-method:
|
|
43
|
+
time: avg
|
|
44
|
+
component: avg
|
|
41
45
|
cpu-factor-to-wattage:
|
|
42
46
|
path: builtin
|
|
43
47
|
method: Multiply
|
|
44
|
-
|
|
48
|
+
config:
|
|
45
49
|
input-parameters:
|
|
46
50
|
- cpu-factor
|
|
47
51
|
- cpu/thermal-design-power
|
|
@@ -51,20 +55,26 @@ initialize:
|
|
|
51
55
|
cpu-factor:
|
|
52
56
|
unit: kWh
|
|
53
57
|
description: result of interpolate
|
|
54
|
-
aggregation-method:
|
|
58
|
+
aggregation-method:
|
|
59
|
+
time: avg
|
|
60
|
+
component: avg
|
|
55
61
|
cpu/thermal-design-power:
|
|
56
62
|
unit: kWh
|
|
57
63
|
description: thermal design power for a processor
|
|
58
|
-
aggregation-method:
|
|
64
|
+
aggregation-method:
|
|
65
|
+
time: avg
|
|
66
|
+
component: avg
|
|
59
67
|
outputs:
|
|
60
68
|
cpu-wattage:
|
|
61
69
|
unit: kWh
|
|
62
70
|
description: the energy used by the CPU
|
|
63
|
-
aggregation-method:
|
|
71
|
+
aggregation-method:
|
|
72
|
+
time: sum
|
|
73
|
+
component: sum
|
|
64
74
|
wattage-times-duration:
|
|
65
75
|
path: builtin
|
|
66
76
|
method: Multiply
|
|
67
|
-
|
|
77
|
+
config:
|
|
68
78
|
input-parameters:
|
|
69
79
|
- cpu-wattage
|
|
70
80
|
- duration
|
|
@@ -72,7 +82,7 @@ initialize:
|
|
|
72
82
|
wattage-to-energy-kwh:
|
|
73
83
|
path: builtin
|
|
74
84
|
method: Divide
|
|
75
|
-
|
|
85
|
+
config:
|
|
76
86
|
numerator: cpu-wattage-times-duration
|
|
77
87
|
denominator: 3600000
|
|
78
88
|
output: cpu-energy-raw
|
|
@@ -81,16 +91,20 @@ initialize:
|
|
|
81
91
|
cpu-wattage-times-duration:
|
|
82
92
|
unit: kWh
|
|
83
93
|
description: CPU wattage multiplied by duration
|
|
84
|
-
aggregation-method:
|
|
94
|
+
aggregation-method:
|
|
95
|
+
time: sum
|
|
96
|
+
component: sum
|
|
85
97
|
outputs:
|
|
86
98
|
cpu-energy-raw:
|
|
87
99
|
unit: kWh
|
|
88
100
|
description: Raw energy used by CPU in kWh
|
|
89
|
-
aggregation-method:
|
|
101
|
+
aggregation-method:
|
|
102
|
+
time: sum
|
|
103
|
+
component: sum
|
|
90
104
|
calculate-vcpu-ratio:
|
|
91
105
|
path: builtin
|
|
92
106
|
method: Divide
|
|
93
|
-
|
|
107
|
+
config:
|
|
94
108
|
numerator: vcpus-total
|
|
95
109
|
denominator: vcpus-allocated
|
|
96
110
|
output: vcpu-ratio
|
|
@@ -99,11 +113,13 @@ initialize:
|
|
|
99
113
|
vcpu-ratio:
|
|
100
114
|
unit: none
|
|
101
115
|
description: Ratio of vCPUs
|
|
102
|
-
aggregation-method:
|
|
116
|
+
aggregation-method:
|
|
117
|
+
time: copy
|
|
118
|
+
component: copy
|
|
103
119
|
correct-cpu-energy-for-vcpu-ratio:
|
|
104
120
|
path: builtin
|
|
105
121
|
method: Divide
|
|
106
|
-
|
|
122
|
+
config:
|
|
107
123
|
numerator: cpu-energy-raw
|
|
108
124
|
denominator: vcpu-ratio
|
|
109
125
|
output: cpu-energy-kwh
|
|
@@ -113,7 +129,7 @@ initialize:
|
|
|
113
129
|
operational-carbon:
|
|
114
130
|
path: builtin
|
|
115
131
|
method: Multiply
|
|
116
|
-
|
|
132
|
+
config:
|
|
117
133
|
input-parameters:
|
|
118
134
|
- cpu-energy-kwh
|
|
119
135
|
- grid/carbon-intensity
|
|
@@ -123,56 +139,70 @@ initialize:
|
|
|
123
139
|
cpu-energy-kwh:
|
|
124
140
|
unit: kWh
|
|
125
141
|
description: Corrected CPU energy in kWh
|
|
126
|
-
aggregation-method:
|
|
142
|
+
aggregation-method:
|
|
143
|
+
time: sum
|
|
144
|
+
component: sum
|
|
127
145
|
grid/carbon-intensity:
|
|
128
146
|
unit: gCO2eq/kWh
|
|
129
147
|
description: Carbon intensity for the grid
|
|
130
|
-
aggregation-method:
|
|
148
|
+
aggregation-method:
|
|
149
|
+
time: avg
|
|
150
|
+
component: avg
|
|
131
151
|
outputs:
|
|
132
152
|
carbon-operational:
|
|
133
153
|
unit: gCO2eq
|
|
134
154
|
description: Operational carbon footprint
|
|
135
|
-
aggregation-method:
|
|
155
|
+
aggregation-method:
|
|
156
|
+
time: sum
|
|
157
|
+
component: sum
|
|
136
158
|
sci:
|
|
137
159
|
path: builtin
|
|
138
160
|
method: Sci
|
|
139
|
-
|
|
161
|
+
config:
|
|
140
162
|
functional-unit: requests
|
|
141
163
|
parameter-metadata:
|
|
142
164
|
inputs:
|
|
143
165
|
requests:
|
|
144
166
|
unit: none
|
|
145
167
|
description: expressed the final SCI value
|
|
146
|
-
aggregation-method:
|
|
168
|
+
aggregation-method:
|
|
169
|
+
time: sum
|
|
170
|
+
component: sum
|
|
147
171
|
sum-carbon:
|
|
148
172
|
path: builtin
|
|
149
173
|
method: Sum
|
|
150
|
-
|
|
174
|
+
config:
|
|
151
175
|
input-parameters:
|
|
152
176
|
- carbon-operational
|
|
153
|
-
- carbon
|
|
177
|
+
- embodied-carbon
|
|
154
178
|
output-parameter: carbon
|
|
155
179
|
parameter-metadata:
|
|
156
180
|
inputs:
|
|
157
181
|
carbon-operational:
|
|
182
|
+
unit: gCO2eq
|
|
158
183
|
description: Operational carbon footprint
|
|
184
|
+
aggregation-method:
|
|
185
|
+
time: sum
|
|
186
|
+
component: sum
|
|
187
|
+
embodied-carbon:
|
|
159
188
|
unit: gCO2eq
|
|
160
|
-
aggregation-method: sum
|
|
161
|
-
carbon-embodied:
|
|
162
189
|
description: Embodied carbon footprint
|
|
163
|
-
|
|
164
|
-
|
|
190
|
+
aggregation-method:
|
|
191
|
+
time: sum
|
|
192
|
+
component: sum
|
|
165
193
|
outputs:
|
|
166
194
|
carbon:
|
|
167
|
-
description: Total carbon footprint
|
|
168
195
|
unit: gCO2eq
|
|
169
|
-
|
|
196
|
+
description: Total carbon footprint
|
|
197
|
+
aggregation-method:
|
|
198
|
+
time: sum
|
|
199
|
+
component: sum
|
|
170
200
|
time-sync:
|
|
171
201
|
path: builtin
|
|
172
202
|
method: TimeSync
|
|
173
|
-
|
|
174
|
-
start-time:
|
|
175
|
-
end-time:
|
|
203
|
+
config:
|
|
204
|
+
start-time: '2023-12-12T00:00:00.000Z'
|
|
205
|
+
end-time: '2023-12-12T00:01:00.000Z'
|
|
176
206
|
interval: 5
|
|
177
207
|
allow-padding: true
|
|
178
208
|
parameter-metadata:
|
|
@@ -180,50 +210,61 @@ initialize:
|
|
|
180
210
|
timestamp:
|
|
181
211
|
unit: RFC3339
|
|
182
212
|
description: refers to the time of occurrence of the input
|
|
183
|
-
aggregation-method:
|
|
213
|
+
aggregation-method:
|
|
214
|
+
time: none
|
|
215
|
+
component: none
|
|
184
216
|
duration:
|
|
185
217
|
unit: seconds
|
|
186
218
|
description: refers to the duration of the input
|
|
187
|
-
aggregation-method:
|
|
219
|
+
aggregation-method:
|
|
220
|
+
time: sum
|
|
221
|
+
component: sum
|
|
188
222
|
cloud/instance-type:
|
|
189
223
|
unit: none
|
|
190
224
|
description: type of Cloud Instance name used in the cloud provider APIs
|
|
191
|
-
aggregation-method:
|
|
225
|
+
aggregation-method:
|
|
226
|
+
time: copy
|
|
227
|
+
component: copy
|
|
192
228
|
cloud/region:
|
|
193
229
|
unit: none
|
|
194
230
|
description: region cloud instance
|
|
195
|
-
aggregation-method:
|
|
231
|
+
aggregation-method:
|
|
232
|
+
time: copy
|
|
233
|
+
component: copy
|
|
196
234
|
time-reserved:
|
|
197
235
|
unit: seconds
|
|
198
236
|
description: time reserved for a component
|
|
199
|
-
aggregation-method:
|
|
237
|
+
aggregation-method:
|
|
238
|
+
time: avg
|
|
239
|
+
component: avg
|
|
200
240
|
network/energy:
|
|
201
241
|
unit: kWh
|
|
202
242
|
description: Energy consumed by the Network of the component
|
|
203
|
-
aggregation-method:
|
|
243
|
+
aggregation-method:
|
|
244
|
+
time: sum
|
|
245
|
+
component: sum
|
|
204
246
|
execution:
|
|
205
247
|
command: >-
|
|
206
|
-
/Users/
|
|
207
|
-
/Users/
|
|
208
|
-
manifests/
|
|
209
|
-
manifests/outputs/pipelines/nesting-1.yaml
|
|
248
|
+
/Users/manushak/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
249
|
+
/Users/manushak/Documents/Projects/Green-Software/if/src/if-run/index.ts -m
|
|
250
|
+
manifests/outputs/pipelines/nesting.yaml
|
|
210
251
|
environment:
|
|
211
|
-
if-version: 0.
|
|
252
|
+
if-version: 0.6.0
|
|
212
253
|
os: macOS
|
|
213
|
-
os-version:
|
|
214
|
-
node-version: 18.
|
|
215
|
-
date-time: 2024-
|
|
254
|
+
os-version: 14.6.1
|
|
255
|
+
node-version: 18.20.4
|
|
256
|
+
date-time: 2024-10-04T11:05:09.727Z (UTC)
|
|
216
257
|
dependencies:
|
|
217
|
-
-
|
|
218
|
-
-
|
|
219
|
-
-
|
|
220
|
-
-
|
|
221
|
-
-
|
|
222
|
-
-
|
|
223
|
-
-
|
|
224
|
-
-
|
|
225
|
-
-
|
|
226
|
-
-
|
|
258
|
+
- '@babel/core@7.22.10'
|
|
259
|
+
- '@babel/preset-typescript@7.23.3'
|
|
260
|
+
- '@commitlint/cli@18.6.0'
|
|
261
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
262
|
+
- '@grnsft/if-core@0.0.25'
|
|
263
|
+
- '@jest/globals@29.7.0'
|
|
264
|
+
- '@types/jest@29.5.8'
|
|
265
|
+
- '@types/js-yaml@4.0.9'
|
|
266
|
+
- '@types/luxon@3.4.2'
|
|
267
|
+
- '@types/node@20.9.0'
|
|
227
268
|
- axios-mock-adapter@1.22.0
|
|
228
269
|
- axios@1.7.2
|
|
229
270
|
- cross-env@7.0.3
|
|
@@ -270,28 +311,28 @@ tree:
|
|
|
270
311
|
- time-sync
|
|
271
312
|
- sci
|
|
272
313
|
inputs:
|
|
273
|
-
- timestamp:
|
|
314
|
+
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
274
315
|
cloud/instance-type: A1
|
|
275
316
|
cloud/region: uk-west
|
|
276
317
|
duration: 1
|
|
277
318
|
cpu/utilization: 50
|
|
278
319
|
network/energy: 0.000001
|
|
279
320
|
requests: 50
|
|
280
|
-
- timestamp:
|
|
321
|
+
- timestamp: '2023-12-12T00:00:01.000Z'
|
|
281
322
|
duration: 5
|
|
282
323
|
cpu/utilization: 20
|
|
283
324
|
cloud/instance-type: A1
|
|
284
325
|
cloud/region: uk-west
|
|
285
326
|
network/energy: 0.000001
|
|
286
327
|
requests: 60
|
|
287
|
-
- timestamp:
|
|
328
|
+
- timestamp: '2023-12-12T00:00:06.000Z'
|
|
288
329
|
duration: 7
|
|
289
330
|
cpu/utilization: 15
|
|
290
331
|
cloud/instance-type: A1
|
|
291
332
|
cloud/region: uk-west
|
|
292
333
|
network/energy: 0.000001
|
|
293
334
|
requests: 70
|
|
294
|
-
- timestamp:
|
|
335
|
+
- timestamp: '2023-12-12T00:00:13.000Z'
|
|
295
336
|
duration: 30
|
|
296
337
|
cloud/instance-type: A1
|
|
297
338
|
cloud/region: uk-west
|
|
@@ -299,7 +340,7 @@ tree:
|
|
|
299
340
|
network/energy: 0.000001
|
|
300
341
|
requests: 55
|
|
301
342
|
outputs:
|
|
302
|
-
- timestamp:
|
|
343
|
+
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
303
344
|
cloud/instance-type: A1
|
|
304
345
|
cloud/region: uk-west
|
|
305
346
|
duration: 5
|
|
@@ -308,9 +349,9 @@ tree:
|
|
|
308
349
|
requests: 98
|
|
309
350
|
cpu/thermal-design-power: 80
|
|
310
351
|
grid/carbon-intensity: 640
|
|
311
|
-
device/emissions-embodied:
|
|
352
|
+
device/emissions-embodied: 1533.12
|
|
312
353
|
time-reserved: 2880
|
|
313
|
-
device/expected-lifespan:
|
|
354
|
+
device/expected-lifespan: 94608000
|
|
314
355
|
vcpus-allocated: 1
|
|
315
356
|
vcpus-total: 8
|
|
316
357
|
cpu-factor: 0.4065
|
|
@@ -319,11 +360,17 @@ tree:
|
|
|
319
360
|
cpu-energy-raw: 0.00006833333333333335
|
|
320
361
|
vcpu-ratio: 8
|
|
321
362
|
cpu-energy-kwh: 0.000008541666666666668
|
|
322
|
-
|
|
363
|
+
vCPUs: 1
|
|
364
|
+
memory: 16
|
|
365
|
+
ssd: 0
|
|
366
|
+
hdd: 0
|
|
367
|
+
gpu: 0
|
|
368
|
+
usage-ratio: 1
|
|
369
|
+
embodied-carbon: 0.03963723997970573
|
|
323
370
|
carbon-operational: 0.006833333333333334
|
|
324
|
-
carbon: 0.
|
|
325
|
-
sci: 0.
|
|
326
|
-
- timestamp:
|
|
371
|
+
carbon: 0.04647057331303907
|
|
372
|
+
sci: 0.0004741895236024395
|
|
373
|
+
- timestamp: '2023-12-12T00:00:05.000Z'
|
|
327
374
|
duration: 5
|
|
328
375
|
cpu/utilization: 13
|
|
329
376
|
cloud/instance-type: A1
|
|
@@ -332,9 +379,9 @@ tree:
|
|
|
332
379
|
requests: 52
|
|
333
380
|
cpu/thermal-design-power: 80
|
|
334
381
|
grid/carbon-intensity: 640
|
|
335
|
-
device/emissions-embodied:
|
|
382
|
+
device/emissions-embodied: 1533.12
|
|
336
383
|
time-reserved: 2880
|
|
337
|
-
device/expected-lifespan:
|
|
384
|
+
device/expected-lifespan: 94608000
|
|
338
385
|
vcpus-allocated: 1
|
|
339
386
|
vcpus-total: 8
|
|
340
387
|
cpu-factor: 0.30975
|
|
@@ -343,11 +390,17 @@ tree:
|
|
|
343
390
|
cpu-energy-raw: 0.00005340277777777778
|
|
344
391
|
vcpu-ratio: 8
|
|
345
392
|
cpu-energy-kwh: 0.000006675347222222222
|
|
346
|
-
|
|
393
|
+
vCPUs: 1
|
|
394
|
+
memory: 16
|
|
395
|
+
ssd: 0
|
|
396
|
+
hdd: 0
|
|
397
|
+
gpu: 0
|
|
398
|
+
usage-ratio: 1
|
|
399
|
+
embodied-carbon: 0.03963723997970574
|
|
347
400
|
carbon-operational: 0.005340277777777777
|
|
348
|
-
carbon: 0.
|
|
349
|
-
sci: 0.
|
|
350
|
-
- timestamp:
|
|
401
|
+
carbon: 0.044977517757483515
|
|
402
|
+
sci: 0.0008649522645669907
|
|
403
|
+
- timestamp: '2023-12-12T00:00:10.000Z'
|
|
351
404
|
duration: 5
|
|
352
405
|
cpu/utilization: 12
|
|
353
406
|
cloud/instance-type: A1
|
|
@@ -356,9 +409,9 @@ tree:
|
|
|
356
409
|
requests: 33.666666666666664
|
|
357
410
|
cpu/thermal-design-power: 80
|
|
358
411
|
grid/carbon-intensity: 640
|
|
359
|
-
device/emissions-embodied:
|
|
412
|
+
device/emissions-embodied: 1533.12
|
|
360
413
|
time-reserved: 2880
|
|
361
|
-
device/expected-lifespan:
|
|
414
|
+
device/expected-lifespan: 94608000
|
|
362
415
|
vcpus-allocated: 1
|
|
363
416
|
vcpus-total: 8
|
|
364
417
|
cpu-factor: 0.29900000000000004
|
|
@@ -367,11 +420,17 @@ tree:
|
|
|
367
420
|
cpu-energy-raw: 0.00005190972222222222
|
|
368
421
|
vcpu-ratio: 8
|
|
369
422
|
cpu-energy-kwh: 0.0000064887152777777775
|
|
370
|
-
|
|
423
|
+
vCPUs: 1
|
|
424
|
+
memory: 16
|
|
425
|
+
ssd: 0
|
|
426
|
+
hdd: 0
|
|
427
|
+
gpu: 0
|
|
428
|
+
usage-ratio: 1
|
|
429
|
+
embodied-carbon: 0.03963723997970574
|
|
371
430
|
carbon-operational: 0.005190972222222222
|
|
372
|
-
carbon: 0.
|
|
373
|
-
sci: 0.
|
|
374
|
-
- timestamp:
|
|
431
|
+
carbon: 0.04482821220192795
|
|
432
|
+
sci: 0.0013315310555028106
|
|
433
|
+
- timestamp: '2023-12-12T00:00:15.000Z'
|
|
375
434
|
duration: 5
|
|
376
435
|
cloud/instance-type: A1
|
|
377
436
|
cloud/region: uk-west
|
|
@@ -380,9 +439,9 @@ tree:
|
|
|
380
439
|
requests: 9.166666666666666
|
|
381
440
|
cpu/thermal-design-power: 80
|
|
382
441
|
grid/carbon-intensity: 640
|
|
383
|
-
device/emissions-embodied:
|
|
442
|
+
device/emissions-embodied: 1533.12
|
|
384
443
|
time-reserved: 2880
|
|
385
|
-
device/expected-lifespan:
|
|
444
|
+
device/expected-lifespan: 94608000
|
|
386
445
|
vcpus-allocated: 1
|
|
387
446
|
vcpus-total: 8
|
|
388
447
|
cpu-factor: 0.29900000000000004
|
|
@@ -391,11 +450,17 @@ tree:
|
|
|
391
450
|
cpu-energy-raw: 0.00005190972222222223
|
|
392
451
|
vcpu-ratio: 8
|
|
393
452
|
cpu-energy-kwh: 0.000006488715277777778
|
|
394
|
-
|
|
453
|
+
vCPUs: 1
|
|
454
|
+
memory: 16
|
|
455
|
+
ssd: 0
|
|
456
|
+
hdd: 0
|
|
457
|
+
gpu: 0
|
|
458
|
+
usage-ratio: 1
|
|
459
|
+
embodied-carbon: 0.03963723997970573
|
|
395
460
|
carbon-operational: 0.005190972222222222
|
|
396
|
-
carbon: 0.
|
|
397
|
-
sci: 0.
|
|
398
|
-
- timestamp:
|
|
461
|
+
carbon: 0.04482821220192795
|
|
462
|
+
sci: 0.004890350422028504
|
|
463
|
+
- timestamp: '2023-12-12T00:00:20.000Z'
|
|
399
464
|
duration: 5
|
|
400
465
|
cloud/instance-type: A1
|
|
401
466
|
cloud/region: uk-west
|
|
@@ -404,9 +469,9 @@ tree:
|
|
|
404
469
|
requests: 9.166666666666666
|
|
405
470
|
cpu/thermal-design-power: 80
|
|
406
471
|
grid/carbon-intensity: 640
|
|
407
|
-
device/emissions-embodied:
|
|
472
|
+
device/emissions-embodied: 1533.12
|
|
408
473
|
time-reserved: 2880
|
|
409
|
-
device/expected-lifespan:
|
|
474
|
+
device/expected-lifespan: 94608000
|
|
410
475
|
vcpus-allocated: 1
|
|
411
476
|
vcpus-total: 8
|
|
412
477
|
cpu-factor: 0.29900000000000004
|
|
@@ -415,11 +480,17 @@ tree:
|
|
|
415
480
|
cpu-energy-raw: 0.00005190972222222223
|
|
416
481
|
vcpu-ratio: 8
|
|
417
482
|
cpu-energy-kwh: 0.000006488715277777778
|
|
418
|
-
|
|
483
|
+
vCPUs: 1
|
|
484
|
+
memory: 16
|
|
485
|
+
ssd: 0
|
|
486
|
+
hdd: 0
|
|
487
|
+
gpu: 0
|
|
488
|
+
usage-ratio: 1
|
|
489
|
+
embodied-carbon: 0.03963723997970573
|
|
419
490
|
carbon-operational: 0.005190972222222222
|
|
420
|
-
carbon: 0.
|
|
421
|
-
sci: 0.
|
|
422
|
-
- timestamp:
|
|
491
|
+
carbon: 0.04482821220192795
|
|
492
|
+
sci: 0.004890350422028504
|
|
493
|
+
- timestamp: '2023-12-12T00:00:25.000Z'
|
|
423
494
|
duration: 5
|
|
424
495
|
cloud/instance-type: A1
|
|
425
496
|
cloud/region: uk-west
|
|
@@ -428,9 +499,9 @@ tree:
|
|
|
428
499
|
requests: 9.166666666666666
|
|
429
500
|
cpu/thermal-design-power: 80
|
|
430
501
|
grid/carbon-intensity: 640
|
|
431
|
-
device/emissions-embodied:
|
|
502
|
+
device/emissions-embodied: 1533.12
|
|
432
503
|
time-reserved: 2880
|
|
433
|
-
device/expected-lifespan:
|
|
504
|
+
device/expected-lifespan: 94608000
|
|
434
505
|
vcpus-allocated: 1
|
|
435
506
|
vcpus-total: 8
|
|
436
507
|
cpu-factor: 0.29900000000000004
|
|
@@ -439,11 +510,17 @@ tree:
|
|
|
439
510
|
cpu-energy-raw: 0.00005190972222222223
|
|
440
511
|
vcpu-ratio: 8
|
|
441
512
|
cpu-energy-kwh: 0.000006488715277777778
|
|
442
|
-
|
|
513
|
+
vCPUs: 1
|
|
514
|
+
memory: 16
|
|
515
|
+
ssd: 0
|
|
516
|
+
hdd: 0
|
|
517
|
+
gpu: 0
|
|
518
|
+
usage-ratio: 1
|
|
519
|
+
embodied-carbon: 0.03963723997970573
|
|
443
520
|
carbon-operational: 0.005190972222222222
|
|
444
|
-
carbon: 0.
|
|
445
|
-
sci: 0.
|
|
446
|
-
- timestamp:
|
|
521
|
+
carbon: 0.04482821220192795
|
|
522
|
+
sci: 0.004890350422028504
|
|
523
|
+
- timestamp: '2023-12-12T00:00:30.000Z'
|
|
447
524
|
duration: 5
|
|
448
525
|
cloud/instance-type: A1
|
|
449
526
|
cloud/region: uk-west
|
|
@@ -452,9 +529,9 @@ tree:
|
|
|
452
529
|
requests: 9.166666666666666
|
|
453
530
|
cpu/thermal-design-power: 80
|
|
454
531
|
grid/carbon-intensity: 640
|
|
455
|
-
device/emissions-embodied:
|
|
532
|
+
device/emissions-embodied: 1533.12
|
|
456
533
|
time-reserved: 2880
|
|
457
|
-
device/expected-lifespan:
|
|
534
|
+
device/expected-lifespan: 94608000
|
|
458
535
|
vcpus-allocated: 1
|
|
459
536
|
vcpus-total: 8
|
|
460
537
|
cpu-factor: 0.29900000000000004
|
|
@@ -463,11 +540,17 @@ tree:
|
|
|
463
540
|
cpu-energy-raw: 0.00005190972222222223
|
|
464
541
|
vcpu-ratio: 8
|
|
465
542
|
cpu-energy-kwh: 0.000006488715277777778
|
|
466
|
-
|
|
543
|
+
vCPUs: 1
|
|
544
|
+
memory: 16
|
|
545
|
+
ssd: 0
|
|
546
|
+
hdd: 0
|
|
547
|
+
gpu: 0
|
|
548
|
+
usage-ratio: 1
|
|
549
|
+
embodied-carbon: 0.03963723997970573
|
|
467
550
|
carbon-operational: 0.005190972222222222
|
|
468
|
-
carbon: 0.
|
|
469
|
-
sci: 0.
|
|
470
|
-
- timestamp:
|
|
551
|
+
carbon: 0.04482821220192795
|
|
552
|
+
sci: 0.004890350422028504
|
|
553
|
+
- timestamp: '2023-12-12T00:00:35.000Z'
|
|
471
554
|
duration: 5
|
|
472
555
|
cloud/instance-type: A1
|
|
473
556
|
cloud/region: uk-west
|
|
@@ -476,9 +559,9 @@ tree:
|
|
|
476
559
|
requests: 9.166666666666666
|
|
477
560
|
cpu/thermal-design-power: 80
|
|
478
561
|
grid/carbon-intensity: 640
|
|
479
|
-
device/emissions-embodied:
|
|
562
|
+
device/emissions-embodied: 1533.12
|
|
480
563
|
time-reserved: 2880
|
|
481
|
-
device/expected-lifespan:
|
|
564
|
+
device/expected-lifespan: 94608000
|
|
482
565
|
vcpus-allocated: 1
|
|
483
566
|
vcpus-total: 8
|
|
484
567
|
cpu-factor: 0.29900000000000004
|
|
@@ -487,11 +570,17 @@ tree:
|
|
|
487
570
|
cpu-energy-raw: 0.00005190972222222223
|
|
488
571
|
vcpu-ratio: 8
|
|
489
572
|
cpu-energy-kwh: 0.000006488715277777778
|
|
490
|
-
|
|
573
|
+
vCPUs: 1
|
|
574
|
+
memory: 16
|
|
575
|
+
ssd: 0
|
|
576
|
+
hdd: 0
|
|
577
|
+
gpu: 0
|
|
578
|
+
usage-ratio: 1
|
|
579
|
+
embodied-carbon: 0.03963723997970573
|
|
491
580
|
carbon-operational: 0.005190972222222222
|
|
492
|
-
carbon: 0.
|
|
493
|
-
sci: 0.
|
|
494
|
-
- timestamp:
|
|
581
|
+
carbon: 0.04482821220192795
|
|
582
|
+
sci: 0.004890350422028504
|
|
583
|
+
- timestamp: '2023-12-12T00:00:40.000Z'
|
|
495
584
|
duration: 5
|
|
496
585
|
cloud/instance-type: A1
|
|
497
586
|
cloud/region: uk-west
|
|
@@ -500,9 +589,9 @@ tree:
|
|
|
500
589
|
requests: 5.5
|
|
501
590
|
cpu/thermal-design-power: 60
|
|
502
591
|
grid/carbon-intensity: 480
|
|
503
|
-
device/emissions-embodied:
|
|
592
|
+
device/emissions-embodied: 1533.12
|
|
504
593
|
time-reserved: 2160.2
|
|
505
|
-
device/expected-lifespan:
|
|
594
|
+
device/expected-lifespan: 94608000
|
|
506
595
|
vcpus-allocated: 1
|
|
507
596
|
vcpus-total: 8
|
|
508
597
|
cpu-factor: 0.22425
|
|
@@ -511,11 +600,17 @@ tree:
|
|
|
511
600
|
cpu-energy-raw: 0.000031145833333333336
|
|
512
601
|
vcpu-ratio: 8
|
|
513
602
|
cpu-energy-kwh: 0.000003893229166666667
|
|
514
|
-
|
|
603
|
+
vCPUs: 1
|
|
604
|
+
memory: 16
|
|
605
|
+
ssd: 0
|
|
606
|
+
hdd: 0
|
|
607
|
+
gpu: 0
|
|
608
|
+
usage-ratio: 1
|
|
609
|
+
embodied-carbon: 0.02378234398782344
|
|
515
610
|
carbon-operational: 0.0031145833333333334
|
|
516
|
-
carbon: 0.
|
|
517
|
-
sci: 0.
|
|
518
|
-
- timestamp:
|
|
611
|
+
carbon: 0.02689692732115677
|
|
612
|
+
sci: 0.004890350422028503
|
|
613
|
+
- timestamp: '2023-12-12T00:00:45.000Z'
|
|
519
614
|
duration: 5
|
|
520
615
|
cloud/instance-type: A1
|
|
521
616
|
cloud/region: uk-west
|
|
@@ -524,9 +619,9 @@ tree:
|
|
|
524
619
|
requests: 0
|
|
525
620
|
cpu/thermal-design-power: 0
|
|
526
621
|
grid/carbon-intensity: 0
|
|
527
|
-
device/emissions-embodied:
|
|
622
|
+
device/emissions-embodied: 1533.12
|
|
528
623
|
time-reserved: 0.8
|
|
529
|
-
device/expected-lifespan:
|
|
624
|
+
device/expected-lifespan: 94608000
|
|
530
625
|
vcpus-allocated: 1
|
|
531
626
|
vcpus-total: 8
|
|
532
627
|
cpu-factor: 0
|
|
@@ -535,11 +630,17 @@ tree:
|
|
|
535
630
|
cpu-energy-raw: 0
|
|
536
631
|
vcpu-ratio: 8
|
|
537
632
|
cpu-energy-kwh: 0
|
|
538
|
-
|
|
633
|
+
vCPUs: 1
|
|
634
|
+
memory: 16
|
|
635
|
+
ssd: 0
|
|
636
|
+
hdd: 0
|
|
637
|
+
gpu: 0
|
|
638
|
+
usage-ratio: 1
|
|
639
|
+
embodied-carbon: 0
|
|
539
640
|
carbon-operational: 0
|
|
540
641
|
carbon: 0
|
|
541
642
|
sci: 0
|
|
542
|
-
- timestamp:
|
|
643
|
+
- timestamp: '2023-12-12T00:00:50.000Z'
|
|
543
644
|
duration: 5
|
|
544
645
|
cloud/instance-type: A1
|
|
545
646
|
cloud/region: uk-west
|
|
@@ -548,9 +649,9 @@ tree:
|
|
|
548
649
|
requests: 0
|
|
549
650
|
cpu/thermal-design-power: 0
|
|
550
651
|
grid/carbon-intensity: 0
|
|
551
|
-
device/emissions-embodied:
|
|
652
|
+
device/emissions-embodied: 1533.12
|
|
552
653
|
time-reserved: 0.8
|
|
553
|
-
device/expected-lifespan:
|
|
654
|
+
device/expected-lifespan: 94608000
|
|
554
655
|
vcpus-allocated: 1
|
|
555
656
|
vcpus-total: 8
|
|
556
657
|
cpu-factor: 0
|
|
@@ -559,11 +660,17 @@ tree:
|
|
|
559
660
|
cpu-energy-raw: 0
|
|
560
661
|
vcpu-ratio: 8
|
|
561
662
|
cpu-energy-kwh: 0
|
|
562
|
-
|
|
663
|
+
vCPUs: 1
|
|
664
|
+
memory: 16
|
|
665
|
+
ssd: 0
|
|
666
|
+
hdd: 0
|
|
667
|
+
gpu: 0
|
|
668
|
+
usage-ratio: 1
|
|
669
|
+
embodied-carbon: 0
|
|
563
670
|
carbon-operational: 0
|
|
564
671
|
carbon: 0
|
|
565
672
|
sci: 0
|
|
566
|
-
- timestamp:
|
|
673
|
+
- timestamp: '2023-12-12T00:00:55.000Z'
|
|
567
674
|
duration: 5
|
|
568
675
|
cloud/instance-type: A1
|
|
569
676
|
cloud/region: uk-west
|
|
@@ -572,33 +679,9 @@ tree:
|
|
|
572
679
|
requests: 0
|
|
573
680
|
cpu/thermal-design-power: 0
|
|
574
681
|
grid/carbon-intensity: 0
|
|
575
|
-
device/emissions-embodied:
|
|
682
|
+
device/emissions-embodied: 1533.12
|
|
576
683
|
time-reserved: 0.8
|
|
577
|
-
device/expected-lifespan:
|
|
578
|
-
vcpus-allocated: 1
|
|
579
|
-
vcpus-total: 8
|
|
580
|
-
cpu-factor: 0
|
|
581
|
-
cpu-wattage: 0
|
|
582
|
-
cpu-wattage-times-duration: 0
|
|
583
|
-
cpu-energy-raw: 0
|
|
584
|
-
vcpu-ratio: 8
|
|
585
|
-
cpu-energy-kwh: 0
|
|
586
|
-
carbon-embodied: 0
|
|
587
|
-
carbon-operational: 0
|
|
588
|
-
carbon: 0
|
|
589
|
-
sci: 0
|
|
590
|
-
- timestamp: "2023-12-12T00:01:00.000Z"
|
|
591
|
-
duration: 1
|
|
592
|
-
cloud/instance-type: A1
|
|
593
|
-
cloud/region: uk-west
|
|
594
|
-
cpu/utilization: 0
|
|
595
|
-
network/energy: 0
|
|
596
|
-
requests: 0
|
|
597
|
-
cpu/thermal-design-power: 0
|
|
598
|
-
grid/carbon-intensity: 0
|
|
599
|
-
device/emissions-embodied: 0
|
|
600
|
-
time-reserved: 1
|
|
601
|
-
device/expected-lifespan: 0
|
|
684
|
+
device/expected-lifespan: 94608000
|
|
602
685
|
vcpus-allocated: 1
|
|
603
686
|
vcpus-total: 8
|
|
604
687
|
cpu-factor: 0
|
|
@@ -607,12 +690,18 @@ tree:
|
|
|
607
690
|
cpu-energy-raw: 0
|
|
608
691
|
vcpu-ratio: 8
|
|
609
692
|
cpu-energy-kwh: 0
|
|
610
|
-
|
|
693
|
+
vCPUs: 1
|
|
694
|
+
memory: 16
|
|
695
|
+
ssd: 0
|
|
696
|
+
hdd: 0
|
|
697
|
+
gpu: 0
|
|
698
|
+
usage-ratio: 1
|
|
699
|
+
embodied-carbon: 0
|
|
611
700
|
carbon-operational: 0
|
|
612
701
|
carbon: 0
|
|
613
702
|
sci: 0
|
|
614
703
|
aggregated:
|
|
615
|
-
carbon: 0.
|
|
704
|
+
carbon: 0.3873142916032471
|
|
616
705
|
child-1:
|
|
617
706
|
defaults:
|
|
618
707
|
cpu/thermal-design-power: 100
|
|
@@ -636,28 +725,28 @@ tree:
|
|
|
636
725
|
- time-sync
|
|
637
726
|
- sci
|
|
638
727
|
inputs:
|
|
639
|
-
- timestamp:
|
|
728
|
+
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
640
729
|
cloud/instance-type: A1
|
|
641
730
|
cloud/region: uk-west
|
|
642
731
|
duration: 1
|
|
643
732
|
cpu/utilization: 50
|
|
644
733
|
network/energy: 0.000001
|
|
645
734
|
requests: 10
|
|
646
|
-
- timestamp:
|
|
735
|
+
- timestamp: '2023-12-12T00:00:01.000Z'
|
|
647
736
|
duration: 5
|
|
648
737
|
cpu/utilization: 20
|
|
649
738
|
cloud/instance-type: A1
|
|
650
739
|
cloud/region: uk-west
|
|
651
740
|
network/energy: 0.000001
|
|
652
741
|
requests: 90
|
|
653
|
-
- timestamp:
|
|
742
|
+
- timestamp: '2023-12-12T00:00:06.000Z'
|
|
654
743
|
duration: 7
|
|
655
744
|
cpu/utilization: 15
|
|
656
745
|
cloud/instance-type: A1
|
|
657
746
|
cloud/region: uk-west
|
|
658
747
|
network/energy: 0.000001
|
|
659
748
|
requests: 30
|
|
660
|
-
- timestamp:
|
|
749
|
+
- timestamp: '2023-12-12T00:00:13.000Z'
|
|
661
750
|
duration: 30
|
|
662
751
|
cloud/instance-type: A1
|
|
663
752
|
cloud/region: uk-west
|
|
@@ -665,7 +754,7 @@ tree:
|
|
|
665
754
|
network/energy: 0.000001
|
|
666
755
|
requests: 22
|
|
667
756
|
outputs:
|
|
668
|
-
- timestamp:
|
|
757
|
+
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
669
758
|
cloud/instance-type: A1
|
|
670
759
|
cloud/region: uk-west
|
|
671
760
|
duration: 5
|
|
@@ -674,9 +763,9 @@ tree:
|
|
|
674
763
|
requests: 82
|
|
675
764
|
cpu/thermal-design-power: 80
|
|
676
765
|
grid/carbon-intensity: 640
|
|
677
|
-
device/emissions-embodied:
|
|
766
|
+
device/emissions-embodied: 1533.12
|
|
678
767
|
time-reserved: 2880
|
|
679
|
-
device/expected-lifespan:
|
|
768
|
+
device/expected-lifespan: 94608000
|
|
680
769
|
vcpus-allocated: 1
|
|
681
770
|
vcpus-total: 8
|
|
682
771
|
cpu-factor: 0.4065
|
|
@@ -685,11 +774,17 @@ tree:
|
|
|
685
774
|
cpu-energy-raw: 0.00006833333333333335
|
|
686
775
|
vcpu-ratio: 8
|
|
687
776
|
cpu-energy-kwh: 0.000008541666666666668
|
|
688
|
-
|
|
777
|
+
vCPUs: 1
|
|
778
|
+
memory: 16
|
|
779
|
+
ssd: 0
|
|
780
|
+
hdd: 0
|
|
781
|
+
gpu: 0
|
|
782
|
+
usage-ratio: 1
|
|
783
|
+
embodied-carbon: 0.03963723997970573
|
|
689
784
|
carbon-operational: 0.006833333333333334
|
|
690
|
-
carbon: 0.
|
|
691
|
-
sci: 0.
|
|
692
|
-
- timestamp:
|
|
785
|
+
carbon: 0.04647057331303907
|
|
786
|
+
sci: 0.0005667143086955984
|
|
787
|
+
- timestamp: '2023-12-12T00:00:05.000Z'
|
|
693
788
|
duration: 5
|
|
694
789
|
cpu/utilization: 13
|
|
695
790
|
cloud/instance-type: A1
|
|
@@ -698,9 +793,9 @@ tree:
|
|
|
698
793
|
requests: 35.14285714285714
|
|
699
794
|
cpu/thermal-design-power: 80
|
|
700
795
|
grid/carbon-intensity: 640
|
|
701
|
-
device/emissions-embodied:
|
|
796
|
+
device/emissions-embodied: 1533.12
|
|
702
797
|
time-reserved: 2880
|
|
703
|
-
device/expected-lifespan:
|
|
798
|
+
device/expected-lifespan: 94608000
|
|
704
799
|
vcpus-allocated: 1
|
|
705
800
|
vcpus-total: 8
|
|
706
801
|
cpu-factor: 0.30975
|
|
@@ -709,11 +804,17 @@ tree:
|
|
|
709
804
|
cpu-energy-raw: 0.00005340277777777778
|
|
710
805
|
vcpu-ratio: 8
|
|
711
806
|
cpu-energy-kwh: 0.000006675347222222222
|
|
712
|
-
|
|
807
|
+
vCPUs: 1
|
|
808
|
+
memory: 16
|
|
809
|
+
ssd: 0
|
|
810
|
+
hdd: 0
|
|
811
|
+
gpu: 0
|
|
812
|
+
usage-ratio: 1
|
|
813
|
+
embodied-carbon: 0.03963723997970574
|
|
713
814
|
carbon-operational: 0.005340277777777777
|
|
714
|
-
carbon: 0.
|
|
715
|
-
sci: 0.
|
|
716
|
-
- timestamp:
|
|
815
|
+
carbon: 0.044977517757483515
|
|
816
|
+
sci: 0.0012798480662698562
|
|
817
|
+
- timestamp: '2023-12-12T00:00:10.000Z'
|
|
717
818
|
duration: 5
|
|
718
819
|
cpu/utilization: 12
|
|
719
820
|
cloud/instance-type: A1
|
|
@@ -722,9 +823,9 @@ tree:
|
|
|
722
823
|
requests: 14.323809523809523
|
|
723
824
|
cpu/thermal-design-power: 80
|
|
724
825
|
grid/carbon-intensity: 640
|
|
725
|
-
device/emissions-embodied:
|
|
826
|
+
device/emissions-embodied: 1533.12
|
|
726
827
|
time-reserved: 2880
|
|
727
|
-
device/expected-lifespan:
|
|
828
|
+
device/expected-lifespan: 94608000
|
|
728
829
|
vcpus-allocated: 1
|
|
729
830
|
vcpus-total: 8
|
|
730
831
|
cpu-factor: 0.29900000000000004
|
|
@@ -733,11 +834,17 @@ tree:
|
|
|
733
834
|
cpu-energy-raw: 0.00005190972222222222
|
|
734
835
|
vcpu-ratio: 8
|
|
735
836
|
cpu-energy-kwh: 0.0000064887152777777775
|
|
736
|
-
|
|
837
|
+
vCPUs: 1
|
|
838
|
+
memory: 16
|
|
839
|
+
ssd: 0
|
|
840
|
+
hdd: 0
|
|
841
|
+
gpu: 0
|
|
842
|
+
usage-ratio: 1
|
|
843
|
+
embodied-carbon: 0.03963723997970574
|
|
737
844
|
carbon-operational: 0.005190972222222222
|
|
738
|
-
carbon: 0.
|
|
739
|
-
sci: 0.
|
|
740
|
-
- timestamp:
|
|
845
|
+
carbon: 0.04482821220192795
|
|
846
|
+
sci: 0.0031296291763314066
|
|
847
|
+
- timestamp: '2023-12-12T00:00:15.000Z'
|
|
741
848
|
duration: 5
|
|
742
849
|
cloud/instance-type: A1
|
|
743
850
|
cloud/region: uk-west
|
|
@@ -746,9 +853,9 @@ tree:
|
|
|
746
853
|
requests: 3.6666666666666665
|
|
747
854
|
cpu/thermal-design-power: 80
|
|
748
855
|
grid/carbon-intensity: 640
|
|
749
|
-
device/emissions-embodied:
|
|
856
|
+
device/emissions-embodied: 1533.12
|
|
750
857
|
time-reserved: 2880
|
|
751
|
-
device/expected-lifespan:
|
|
858
|
+
device/expected-lifespan: 94608000
|
|
752
859
|
vcpus-allocated: 1
|
|
753
860
|
vcpus-total: 8
|
|
754
861
|
cpu-factor: 0.29900000000000004
|
|
@@ -757,11 +864,17 @@ tree:
|
|
|
757
864
|
cpu-energy-raw: 0.00005190972222222223
|
|
758
865
|
vcpu-ratio: 8
|
|
759
866
|
cpu-energy-kwh: 0.000006488715277777778
|
|
760
|
-
|
|
867
|
+
vCPUs: 1
|
|
868
|
+
memory: 16
|
|
869
|
+
ssd: 0
|
|
870
|
+
hdd: 0
|
|
871
|
+
gpu: 0
|
|
872
|
+
usage-ratio: 1
|
|
873
|
+
embodied-carbon: 0.03963723997970573
|
|
761
874
|
carbon-operational: 0.005190972222222222
|
|
762
|
-
carbon: 0.
|
|
763
|
-
sci: 0.
|
|
764
|
-
- timestamp:
|
|
875
|
+
carbon: 0.04482821220192795
|
|
876
|
+
sci: 0.01222587605507126
|
|
877
|
+
- timestamp: '2023-12-12T00:00:20.000Z'
|
|
765
878
|
duration: 5
|
|
766
879
|
cloud/instance-type: A1
|
|
767
880
|
cloud/region: uk-west
|
|
@@ -770,9 +883,9 @@ tree:
|
|
|
770
883
|
requests: 3.6666666666666665
|
|
771
884
|
cpu/thermal-design-power: 80
|
|
772
885
|
grid/carbon-intensity: 640
|
|
773
|
-
device/emissions-embodied:
|
|
886
|
+
device/emissions-embodied: 1533.12
|
|
774
887
|
time-reserved: 2880
|
|
775
|
-
device/expected-lifespan:
|
|
888
|
+
device/expected-lifespan: 94608000
|
|
776
889
|
vcpus-allocated: 1
|
|
777
890
|
vcpus-total: 8
|
|
778
891
|
cpu-factor: 0.29900000000000004
|
|
@@ -781,11 +894,17 @@ tree:
|
|
|
781
894
|
cpu-energy-raw: 0.00005190972222222223
|
|
782
895
|
vcpu-ratio: 8
|
|
783
896
|
cpu-energy-kwh: 0.000006488715277777778
|
|
784
|
-
|
|
897
|
+
vCPUs: 1
|
|
898
|
+
memory: 16
|
|
899
|
+
ssd: 0
|
|
900
|
+
hdd: 0
|
|
901
|
+
gpu: 0
|
|
902
|
+
usage-ratio: 1
|
|
903
|
+
embodied-carbon: 0.03963723997970573
|
|
785
904
|
carbon-operational: 0.005190972222222222
|
|
786
|
-
carbon: 0.
|
|
787
|
-
sci: 0.
|
|
788
|
-
- timestamp:
|
|
905
|
+
carbon: 0.04482821220192795
|
|
906
|
+
sci: 0.01222587605507126
|
|
907
|
+
- timestamp: '2023-12-12T00:00:25.000Z'
|
|
789
908
|
duration: 5
|
|
790
909
|
cloud/instance-type: A1
|
|
791
910
|
cloud/region: uk-west
|
|
@@ -794,9 +913,9 @@ tree:
|
|
|
794
913
|
requests: 3.6666666666666665
|
|
795
914
|
cpu/thermal-design-power: 80
|
|
796
915
|
grid/carbon-intensity: 640
|
|
797
|
-
device/emissions-embodied:
|
|
916
|
+
device/emissions-embodied: 1533.12
|
|
798
917
|
time-reserved: 2880
|
|
799
|
-
device/expected-lifespan:
|
|
918
|
+
device/expected-lifespan: 94608000
|
|
800
919
|
vcpus-allocated: 1
|
|
801
920
|
vcpus-total: 8
|
|
802
921
|
cpu-factor: 0.29900000000000004
|
|
@@ -805,11 +924,17 @@ tree:
|
|
|
805
924
|
cpu-energy-raw: 0.00005190972222222223
|
|
806
925
|
vcpu-ratio: 8
|
|
807
926
|
cpu-energy-kwh: 0.000006488715277777778
|
|
808
|
-
|
|
927
|
+
vCPUs: 1
|
|
928
|
+
memory: 16
|
|
929
|
+
ssd: 0
|
|
930
|
+
hdd: 0
|
|
931
|
+
gpu: 0
|
|
932
|
+
usage-ratio: 1
|
|
933
|
+
embodied-carbon: 0.03963723997970573
|
|
809
934
|
carbon-operational: 0.005190972222222222
|
|
810
|
-
carbon: 0.
|
|
811
|
-
sci: 0.
|
|
812
|
-
- timestamp:
|
|
935
|
+
carbon: 0.04482821220192795
|
|
936
|
+
sci: 0.01222587605507126
|
|
937
|
+
- timestamp: '2023-12-12T00:00:30.000Z'
|
|
813
938
|
duration: 5
|
|
814
939
|
cloud/instance-type: A1
|
|
815
940
|
cloud/region: uk-west
|
|
@@ -818,9 +943,9 @@ tree:
|
|
|
818
943
|
requests: 3.6666666666666665
|
|
819
944
|
cpu/thermal-design-power: 80
|
|
820
945
|
grid/carbon-intensity: 640
|
|
821
|
-
device/emissions-embodied:
|
|
946
|
+
device/emissions-embodied: 1533.12
|
|
822
947
|
time-reserved: 2880
|
|
823
|
-
device/expected-lifespan:
|
|
948
|
+
device/expected-lifespan: 94608000
|
|
824
949
|
vcpus-allocated: 1
|
|
825
950
|
vcpus-total: 8
|
|
826
951
|
cpu-factor: 0.29900000000000004
|
|
@@ -829,11 +954,17 @@ tree:
|
|
|
829
954
|
cpu-energy-raw: 0.00005190972222222223
|
|
830
955
|
vcpu-ratio: 8
|
|
831
956
|
cpu-energy-kwh: 0.000006488715277777778
|
|
832
|
-
|
|
957
|
+
vCPUs: 1
|
|
958
|
+
memory: 16
|
|
959
|
+
ssd: 0
|
|
960
|
+
hdd: 0
|
|
961
|
+
gpu: 0
|
|
962
|
+
usage-ratio: 1
|
|
963
|
+
embodied-carbon: 0.03963723997970573
|
|
833
964
|
carbon-operational: 0.005190972222222222
|
|
834
|
-
carbon: 0.
|
|
835
|
-
sci: 0.
|
|
836
|
-
- timestamp:
|
|
965
|
+
carbon: 0.04482821220192795
|
|
966
|
+
sci: 0.01222587605507126
|
|
967
|
+
- timestamp: '2023-12-12T00:00:35.000Z'
|
|
837
968
|
duration: 5
|
|
838
969
|
cloud/instance-type: A1
|
|
839
970
|
cloud/region: uk-west
|
|
@@ -842,9 +973,9 @@ tree:
|
|
|
842
973
|
requests: 3.6666666666666665
|
|
843
974
|
cpu/thermal-design-power: 80
|
|
844
975
|
grid/carbon-intensity: 640
|
|
845
|
-
device/emissions-embodied:
|
|
976
|
+
device/emissions-embodied: 1533.12
|
|
846
977
|
time-reserved: 2880
|
|
847
|
-
device/expected-lifespan:
|
|
978
|
+
device/expected-lifespan: 94608000
|
|
848
979
|
vcpus-allocated: 1
|
|
849
980
|
vcpus-total: 8
|
|
850
981
|
cpu-factor: 0.29900000000000004
|
|
@@ -853,11 +984,17 @@ tree:
|
|
|
853
984
|
cpu-energy-raw: 0.00005190972222222223
|
|
854
985
|
vcpu-ratio: 8
|
|
855
986
|
cpu-energy-kwh: 0.000006488715277777778
|
|
856
|
-
|
|
987
|
+
vCPUs: 1
|
|
988
|
+
memory: 16
|
|
989
|
+
ssd: 0
|
|
990
|
+
hdd: 0
|
|
991
|
+
gpu: 0
|
|
992
|
+
usage-ratio: 1
|
|
993
|
+
embodied-carbon: 0.03963723997970573
|
|
857
994
|
carbon-operational: 0.005190972222222222
|
|
858
|
-
carbon: 0.
|
|
859
|
-
sci: 0.
|
|
860
|
-
- timestamp:
|
|
995
|
+
carbon: 0.04482821220192795
|
|
996
|
+
sci: 0.01222587605507126
|
|
997
|
+
- timestamp: '2023-12-12T00:00:40.000Z'
|
|
861
998
|
duration: 5
|
|
862
999
|
cloud/instance-type: A1
|
|
863
1000
|
cloud/region: uk-west
|
|
@@ -866,9 +1003,9 @@ tree:
|
|
|
866
1003
|
requests: 2.1999999999999997
|
|
867
1004
|
cpu/thermal-design-power: 60
|
|
868
1005
|
grid/carbon-intensity: 480
|
|
869
|
-
device/emissions-embodied:
|
|
1006
|
+
device/emissions-embodied: 1533.12
|
|
870
1007
|
time-reserved: 2160.2
|
|
871
|
-
device/expected-lifespan:
|
|
1008
|
+
device/expected-lifespan: 94608000
|
|
872
1009
|
vcpus-allocated: 1
|
|
873
1010
|
vcpus-total: 8
|
|
874
1011
|
cpu-factor: 0.22425
|
|
@@ -877,11 +1014,17 @@ tree:
|
|
|
877
1014
|
cpu-energy-raw: 0.000031145833333333336
|
|
878
1015
|
vcpu-ratio: 8
|
|
879
1016
|
cpu-energy-kwh: 0.000003893229166666667
|
|
880
|
-
|
|
1017
|
+
vCPUs: 1
|
|
1018
|
+
memory: 16
|
|
1019
|
+
ssd: 0
|
|
1020
|
+
hdd: 0
|
|
1021
|
+
gpu: 0
|
|
1022
|
+
usage-ratio: 1
|
|
1023
|
+
embodied-carbon: 0.02378234398782344
|
|
881
1024
|
carbon-operational: 0.0031145833333333334
|
|
882
|
-
carbon: 0.
|
|
883
|
-
sci: 0.
|
|
884
|
-
- timestamp:
|
|
1025
|
+
carbon: 0.02689692732115677
|
|
1026
|
+
sci: 0.01222587605507126
|
|
1027
|
+
- timestamp: '2023-12-12T00:00:45.000Z'
|
|
885
1028
|
duration: 5
|
|
886
1029
|
cloud/instance-type: A1
|
|
887
1030
|
cloud/region: uk-west
|
|
@@ -890,9 +1033,9 @@ tree:
|
|
|
890
1033
|
requests: 0
|
|
891
1034
|
cpu/thermal-design-power: 0
|
|
892
1035
|
grid/carbon-intensity: 0
|
|
893
|
-
device/emissions-embodied:
|
|
1036
|
+
device/emissions-embodied: 1533.12
|
|
894
1037
|
time-reserved: 0.8
|
|
895
|
-
device/expected-lifespan:
|
|
1038
|
+
device/expected-lifespan: 94608000
|
|
896
1039
|
vcpus-allocated: 1
|
|
897
1040
|
vcpus-total: 8
|
|
898
1041
|
cpu-factor: 0
|
|
@@ -901,11 +1044,17 @@ tree:
|
|
|
901
1044
|
cpu-energy-raw: 0
|
|
902
1045
|
vcpu-ratio: 8
|
|
903
1046
|
cpu-energy-kwh: 0
|
|
904
|
-
|
|
1047
|
+
vCPUs: 1
|
|
1048
|
+
memory: 16
|
|
1049
|
+
ssd: 0
|
|
1050
|
+
hdd: 0
|
|
1051
|
+
gpu: 0
|
|
1052
|
+
usage-ratio: 1
|
|
1053
|
+
embodied-carbon: 0
|
|
905
1054
|
carbon-operational: 0
|
|
906
1055
|
carbon: 0
|
|
907
1056
|
sci: 0
|
|
908
|
-
- timestamp:
|
|
1057
|
+
- timestamp: '2023-12-12T00:00:50.000Z'
|
|
909
1058
|
duration: 5
|
|
910
1059
|
cloud/instance-type: A1
|
|
911
1060
|
cloud/region: uk-west
|
|
@@ -914,9 +1063,9 @@ tree:
|
|
|
914
1063
|
requests: 0
|
|
915
1064
|
cpu/thermal-design-power: 0
|
|
916
1065
|
grid/carbon-intensity: 0
|
|
917
|
-
device/emissions-embodied:
|
|
1066
|
+
device/emissions-embodied: 1533.12
|
|
918
1067
|
time-reserved: 0.8
|
|
919
|
-
device/expected-lifespan:
|
|
1068
|
+
device/expected-lifespan: 94608000
|
|
920
1069
|
vcpus-allocated: 1
|
|
921
1070
|
vcpus-total: 8
|
|
922
1071
|
cpu-factor: 0
|
|
@@ -925,11 +1074,17 @@ tree:
|
|
|
925
1074
|
cpu-energy-raw: 0
|
|
926
1075
|
vcpu-ratio: 8
|
|
927
1076
|
cpu-energy-kwh: 0
|
|
928
|
-
|
|
1077
|
+
vCPUs: 1
|
|
1078
|
+
memory: 16
|
|
1079
|
+
ssd: 0
|
|
1080
|
+
hdd: 0
|
|
1081
|
+
gpu: 0
|
|
1082
|
+
usage-ratio: 1
|
|
1083
|
+
embodied-carbon: 0
|
|
929
1084
|
carbon-operational: 0
|
|
930
1085
|
carbon: 0
|
|
931
1086
|
sci: 0
|
|
932
|
-
- timestamp:
|
|
1087
|
+
- timestamp: '2023-12-12T00:00:55.000Z'
|
|
933
1088
|
duration: 5
|
|
934
1089
|
cloud/instance-type: A1
|
|
935
1090
|
cloud/region: uk-west
|
|
@@ -938,33 +1093,9 @@ tree:
|
|
|
938
1093
|
requests: 0
|
|
939
1094
|
cpu/thermal-design-power: 0
|
|
940
1095
|
grid/carbon-intensity: 0
|
|
941
|
-
device/emissions-embodied:
|
|
1096
|
+
device/emissions-embodied: 1533.12
|
|
942
1097
|
time-reserved: 0.8
|
|
943
|
-
device/expected-lifespan:
|
|
944
|
-
vcpus-allocated: 1
|
|
945
|
-
vcpus-total: 8
|
|
946
|
-
cpu-factor: 0
|
|
947
|
-
cpu-wattage: 0
|
|
948
|
-
cpu-wattage-times-duration: 0
|
|
949
|
-
cpu-energy-raw: 0
|
|
950
|
-
vcpu-ratio: 8
|
|
951
|
-
cpu-energy-kwh: 0
|
|
952
|
-
carbon-embodied: 0
|
|
953
|
-
carbon-operational: 0
|
|
954
|
-
carbon: 0
|
|
955
|
-
sci: 0
|
|
956
|
-
- timestamp: "2023-12-12T00:01:00.000Z"
|
|
957
|
-
duration: 1
|
|
958
|
-
cloud/instance-type: A1
|
|
959
|
-
cloud/region: uk-west
|
|
960
|
-
cpu/utilization: 0
|
|
961
|
-
network/energy: 0
|
|
962
|
-
requests: 0
|
|
963
|
-
cpu/thermal-design-power: 0
|
|
964
|
-
grid/carbon-intensity: 0
|
|
965
|
-
device/emissions-embodied: 0
|
|
966
|
-
time-reserved: 1
|
|
967
|
-
device/expected-lifespan: 0
|
|
1098
|
+
device/expected-lifespan: 94608000
|
|
968
1099
|
vcpus-allocated: 1
|
|
969
1100
|
vcpus-total: 8
|
|
970
1101
|
cpu-factor: 0
|
|
@@ -973,12 +1104,18 @@ tree:
|
|
|
973
1104
|
cpu-energy-raw: 0
|
|
974
1105
|
vcpu-ratio: 8
|
|
975
1106
|
cpu-energy-kwh: 0
|
|
976
|
-
|
|
1107
|
+
vCPUs: 1
|
|
1108
|
+
memory: 16
|
|
1109
|
+
ssd: 0
|
|
1110
|
+
hdd: 0
|
|
1111
|
+
gpu: 0
|
|
1112
|
+
usage-ratio: 1
|
|
1113
|
+
embodied-carbon: 0
|
|
977
1114
|
carbon-operational: 0
|
|
978
1115
|
carbon: 0
|
|
979
1116
|
sci: 0
|
|
980
1117
|
aggregated:
|
|
981
|
-
carbon: 0.
|
|
1118
|
+
carbon: 0.3873142916032471
|
|
982
1119
|
child-2:
|
|
983
1120
|
children:
|
|
984
1121
|
child-2-0:
|
|
@@ -1004,28 +1141,28 @@ tree:
|
|
|
1004
1141
|
- time-sync
|
|
1005
1142
|
- sci
|
|
1006
1143
|
inputs:
|
|
1007
|
-
- timestamp:
|
|
1144
|
+
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
1008
1145
|
cloud/instance-type: A1
|
|
1009
1146
|
cloud/region: uk-west
|
|
1010
1147
|
duration: 1
|
|
1011
1148
|
cpu/utilization: 50
|
|
1012
1149
|
network/energy: 0.000001
|
|
1013
1150
|
requests: 50
|
|
1014
|
-
- timestamp:
|
|
1151
|
+
- timestamp: '2023-12-12T00:00:01.000Z'
|
|
1015
1152
|
duration: 5
|
|
1016
1153
|
cpu/utilization: 20
|
|
1017
1154
|
cloud/instance-type: A1
|
|
1018
1155
|
cloud/region: uk-west
|
|
1019
1156
|
network/energy: 0.000001
|
|
1020
1157
|
requests: 65
|
|
1021
|
-
- timestamp:
|
|
1158
|
+
- timestamp: '2023-12-12T00:00:06.000Z'
|
|
1022
1159
|
duration: 7
|
|
1023
1160
|
cpu/utilization: 15
|
|
1024
1161
|
cloud/instance-type: A1
|
|
1025
1162
|
cloud/region: uk-west
|
|
1026
1163
|
network/energy: 0.000001
|
|
1027
1164
|
requests: 80
|
|
1028
|
-
- timestamp:
|
|
1165
|
+
- timestamp: '2023-12-12T00:00:13.000Z'
|
|
1029
1166
|
duration: 30
|
|
1030
1167
|
cloud/instance-type: A1
|
|
1031
1168
|
cloud/region: uk-west
|
|
@@ -1033,7 +1170,7 @@ tree:
|
|
|
1033
1170
|
network/energy: 0.000001
|
|
1034
1171
|
requests: 40
|
|
1035
1172
|
outputs:
|
|
1036
|
-
- timestamp:
|
|
1173
|
+
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
1037
1174
|
cloud/instance-type: A1
|
|
1038
1175
|
cloud/region: uk-west
|
|
1039
1176
|
duration: 5
|
|
@@ -1042,9 +1179,9 @@ tree:
|
|
|
1042
1179
|
requests: 102
|
|
1043
1180
|
cpu/thermal-design-power: 80
|
|
1044
1181
|
grid/carbon-intensity: 640
|
|
1045
|
-
device/emissions-embodied:
|
|
1182
|
+
device/emissions-embodied: 1533.12
|
|
1046
1183
|
time-reserved: 2880
|
|
1047
|
-
device/expected-lifespan:
|
|
1184
|
+
device/expected-lifespan: 94608000
|
|
1048
1185
|
vcpus-allocated: 1
|
|
1049
1186
|
vcpus-total: 8
|
|
1050
1187
|
cpu-factor: 0.4065
|
|
@@ -1053,11 +1190,17 @@ tree:
|
|
|
1053
1190
|
cpu-energy-raw: 0.00006833333333333335
|
|
1054
1191
|
vcpu-ratio: 8
|
|
1055
1192
|
cpu-energy-kwh: 0.000008541666666666668
|
|
1056
|
-
|
|
1193
|
+
vCPUs: 1
|
|
1194
|
+
memory: 16
|
|
1195
|
+
ssd: 0
|
|
1196
|
+
hdd: 0
|
|
1197
|
+
gpu: 0
|
|
1198
|
+
usage-ratio: 1
|
|
1199
|
+
embodied-carbon: 0.03963723997970573
|
|
1057
1200
|
carbon-operational: 0.006833333333333334
|
|
1058
|
-
carbon: 0.
|
|
1059
|
-
sci: 0.
|
|
1060
|
-
- timestamp:
|
|
1201
|
+
carbon: 0.04647057331303907
|
|
1202
|
+
sci: 0.00045559385601018696
|
|
1203
|
+
- timestamp: '2023-12-12T00:00:05.000Z'
|
|
1061
1204
|
duration: 5
|
|
1062
1205
|
cpu/utilization: 13
|
|
1063
1206
|
cloud/instance-type: A1
|
|
@@ -1066,9 +1209,9 @@ tree:
|
|
|
1066
1209
|
requests: 58.71428571428572
|
|
1067
1210
|
cpu/thermal-design-power: 80
|
|
1068
1211
|
grid/carbon-intensity: 640
|
|
1069
|
-
device/emissions-embodied:
|
|
1212
|
+
device/emissions-embodied: 1533.12
|
|
1070
1213
|
time-reserved: 2880
|
|
1071
|
-
device/expected-lifespan:
|
|
1214
|
+
device/expected-lifespan: 94608000
|
|
1072
1215
|
vcpus-allocated: 1
|
|
1073
1216
|
vcpus-total: 8
|
|
1074
1217
|
cpu-factor: 0.30975
|
|
@@ -1077,11 +1220,17 @@ tree:
|
|
|
1077
1220
|
cpu-energy-raw: 0.00005340277777777778
|
|
1078
1221
|
vcpu-ratio: 8
|
|
1079
1222
|
cpu-energy-kwh: 0.000006675347222222222
|
|
1080
|
-
|
|
1223
|
+
vCPUs: 1
|
|
1224
|
+
memory: 16
|
|
1225
|
+
ssd: 0
|
|
1226
|
+
hdd: 0
|
|
1227
|
+
gpu: 0
|
|
1228
|
+
usage-ratio: 1
|
|
1229
|
+
embodied-carbon: 0.03963723997970574
|
|
1081
1230
|
carbon-operational: 0.005340277777777777
|
|
1082
|
-
carbon: 0.
|
|
1083
|
-
sci: 0.
|
|
1084
|
-
- timestamp:
|
|
1231
|
+
carbon: 0.044977517757483515
|
|
1232
|
+
sci: 0.0007660404484242933
|
|
1233
|
+
- timestamp: '2023-12-12T00:00:10.000Z'
|
|
1085
1234
|
duration: 5
|
|
1086
1235
|
cpu/utilization: 12
|
|
1087
1236
|
cloud/instance-type: A1
|
|
@@ -1090,9 +1239,9 @@ tree:
|
|
|
1090
1239
|
requests: 36.952380952380956
|
|
1091
1240
|
cpu/thermal-design-power: 80
|
|
1092
1241
|
grid/carbon-intensity: 640
|
|
1093
|
-
device/emissions-embodied:
|
|
1242
|
+
device/emissions-embodied: 1533.12
|
|
1094
1243
|
time-reserved: 2880
|
|
1095
|
-
device/expected-lifespan:
|
|
1244
|
+
device/expected-lifespan: 94608000
|
|
1096
1245
|
vcpus-allocated: 1
|
|
1097
1246
|
vcpus-total: 8
|
|
1098
1247
|
cpu-factor: 0.29900000000000004
|
|
@@ -1101,11 +1250,17 @@ tree:
|
|
|
1101
1250
|
cpu-energy-raw: 0.00005190972222222222
|
|
1102
1251
|
vcpu-ratio: 8
|
|
1103
1252
|
cpu-energy-kwh: 0.0000064887152777777775
|
|
1104
|
-
|
|
1253
|
+
vCPUs: 1
|
|
1254
|
+
memory: 16
|
|
1255
|
+
ssd: 0
|
|
1256
|
+
hdd: 0
|
|
1257
|
+
gpu: 0
|
|
1258
|
+
usage-ratio: 1
|
|
1259
|
+
embodied-carbon: 0.03963723997970574
|
|
1105
1260
|
carbon-operational: 0.005190972222222222
|
|
1106
|
-
carbon: 0.
|
|
1107
|
-
sci: 0.
|
|
1108
|
-
- timestamp:
|
|
1261
|
+
carbon: 0.04482821220192795
|
|
1262
|
+
sci: 0.0012131346085573285
|
|
1263
|
+
- timestamp: '2023-12-12T00:00:15.000Z'
|
|
1109
1264
|
duration: 5
|
|
1110
1265
|
cloud/instance-type: A1
|
|
1111
1266
|
cloud/region: uk-west
|
|
@@ -1114,9 +1269,9 @@ tree:
|
|
|
1114
1269
|
requests: 6.666666666666666
|
|
1115
1270
|
cpu/thermal-design-power: 80
|
|
1116
1271
|
grid/carbon-intensity: 640
|
|
1117
|
-
device/emissions-embodied:
|
|
1272
|
+
device/emissions-embodied: 1533.12
|
|
1118
1273
|
time-reserved: 2880
|
|
1119
|
-
device/expected-lifespan:
|
|
1274
|
+
device/expected-lifespan: 94608000
|
|
1120
1275
|
vcpus-allocated: 1
|
|
1121
1276
|
vcpus-total: 8
|
|
1122
1277
|
cpu-factor: 0.29900000000000004
|
|
@@ -1125,11 +1280,17 @@ tree:
|
|
|
1125
1280
|
cpu-energy-raw: 0.00005190972222222223
|
|
1126
1281
|
vcpu-ratio: 8
|
|
1127
1282
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1128
|
-
|
|
1283
|
+
vCPUs: 1
|
|
1284
|
+
memory: 16
|
|
1285
|
+
ssd: 0
|
|
1286
|
+
hdd: 0
|
|
1287
|
+
gpu: 0
|
|
1288
|
+
usage-ratio: 1
|
|
1289
|
+
embodied-carbon: 0.03963723997970573
|
|
1129
1290
|
carbon-operational: 0.005190972222222222
|
|
1130
|
-
carbon: 0.
|
|
1131
|
-
sci: 0.
|
|
1132
|
-
- timestamp:
|
|
1291
|
+
carbon: 0.04482821220192795
|
|
1292
|
+
sci: 0.006724231830289193
|
|
1293
|
+
- timestamp: '2023-12-12T00:00:20.000Z'
|
|
1133
1294
|
duration: 5
|
|
1134
1295
|
cloud/instance-type: A1
|
|
1135
1296
|
cloud/region: uk-west
|
|
@@ -1138,9 +1299,9 @@ tree:
|
|
|
1138
1299
|
requests: 6.666666666666666
|
|
1139
1300
|
cpu/thermal-design-power: 80
|
|
1140
1301
|
grid/carbon-intensity: 640
|
|
1141
|
-
device/emissions-embodied:
|
|
1302
|
+
device/emissions-embodied: 1533.12
|
|
1142
1303
|
time-reserved: 2880
|
|
1143
|
-
device/expected-lifespan:
|
|
1304
|
+
device/expected-lifespan: 94608000
|
|
1144
1305
|
vcpus-allocated: 1
|
|
1145
1306
|
vcpus-total: 8
|
|
1146
1307
|
cpu-factor: 0.29900000000000004
|
|
@@ -1149,11 +1310,17 @@ tree:
|
|
|
1149
1310
|
cpu-energy-raw: 0.00005190972222222223
|
|
1150
1311
|
vcpu-ratio: 8
|
|
1151
1312
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1152
|
-
|
|
1313
|
+
vCPUs: 1
|
|
1314
|
+
memory: 16
|
|
1315
|
+
ssd: 0
|
|
1316
|
+
hdd: 0
|
|
1317
|
+
gpu: 0
|
|
1318
|
+
usage-ratio: 1
|
|
1319
|
+
embodied-carbon: 0.03963723997970573
|
|
1153
1320
|
carbon-operational: 0.005190972222222222
|
|
1154
|
-
carbon: 0.
|
|
1155
|
-
sci: 0.
|
|
1156
|
-
- timestamp:
|
|
1321
|
+
carbon: 0.04482821220192795
|
|
1322
|
+
sci: 0.006724231830289193
|
|
1323
|
+
- timestamp: '2023-12-12T00:00:25.000Z'
|
|
1157
1324
|
duration: 5
|
|
1158
1325
|
cloud/instance-type: A1
|
|
1159
1326
|
cloud/region: uk-west
|
|
@@ -1162,9 +1329,9 @@ tree:
|
|
|
1162
1329
|
requests: 6.666666666666666
|
|
1163
1330
|
cpu/thermal-design-power: 80
|
|
1164
1331
|
grid/carbon-intensity: 640
|
|
1165
|
-
device/emissions-embodied:
|
|
1332
|
+
device/emissions-embodied: 1533.12
|
|
1166
1333
|
time-reserved: 2880
|
|
1167
|
-
device/expected-lifespan:
|
|
1334
|
+
device/expected-lifespan: 94608000
|
|
1168
1335
|
vcpus-allocated: 1
|
|
1169
1336
|
vcpus-total: 8
|
|
1170
1337
|
cpu-factor: 0.29900000000000004
|
|
@@ -1173,11 +1340,17 @@ tree:
|
|
|
1173
1340
|
cpu-energy-raw: 0.00005190972222222223
|
|
1174
1341
|
vcpu-ratio: 8
|
|
1175
1342
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1176
|
-
|
|
1343
|
+
vCPUs: 1
|
|
1344
|
+
memory: 16
|
|
1345
|
+
ssd: 0
|
|
1346
|
+
hdd: 0
|
|
1347
|
+
gpu: 0
|
|
1348
|
+
usage-ratio: 1
|
|
1349
|
+
embodied-carbon: 0.03963723997970573
|
|
1177
1350
|
carbon-operational: 0.005190972222222222
|
|
1178
|
-
carbon: 0.
|
|
1179
|
-
sci: 0.
|
|
1180
|
-
- timestamp:
|
|
1351
|
+
carbon: 0.04482821220192795
|
|
1352
|
+
sci: 0.006724231830289193
|
|
1353
|
+
- timestamp: '2023-12-12T00:00:30.000Z'
|
|
1181
1354
|
duration: 5
|
|
1182
1355
|
cloud/instance-type: A1
|
|
1183
1356
|
cloud/region: uk-west
|
|
@@ -1186,9 +1359,9 @@ tree:
|
|
|
1186
1359
|
requests: 6.666666666666666
|
|
1187
1360
|
cpu/thermal-design-power: 80
|
|
1188
1361
|
grid/carbon-intensity: 640
|
|
1189
|
-
device/emissions-embodied:
|
|
1362
|
+
device/emissions-embodied: 1533.12
|
|
1190
1363
|
time-reserved: 2880
|
|
1191
|
-
device/expected-lifespan:
|
|
1364
|
+
device/expected-lifespan: 94608000
|
|
1192
1365
|
vcpus-allocated: 1
|
|
1193
1366
|
vcpus-total: 8
|
|
1194
1367
|
cpu-factor: 0.29900000000000004
|
|
@@ -1197,11 +1370,17 @@ tree:
|
|
|
1197
1370
|
cpu-energy-raw: 0.00005190972222222223
|
|
1198
1371
|
vcpu-ratio: 8
|
|
1199
1372
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1200
|
-
|
|
1373
|
+
vCPUs: 1
|
|
1374
|
+
memory: 16
|
|
1375
|
+
ssd: 0
|
|
1376
|
+
hdd: 0
|
|
1377
|
+
gpu: 0
|
|
1378
|
+
usage-ratio: 1
|
|
1379
|
+
embodied-carbon: 0.03963723997970573
|
|
1201
1380
|
carbon-operational: 0.005190972222222222
|
|
1202
|
-
carbon: 0.
|
|
1203
|
-
sci: 0.
|
|
1204
|
-
- timestamp:
|
|
1381
|
+
carbon: 0.04482821220192795
|
|
1382
|
+
sci: 0.006724231830289193
|
|
1383
|
+
- timestamp: '2023-12-12T00:00:35.000Z'
|
|
1205
1384
|
duration: 5
|
|
1206
1385
|
cloud/instance-type: A1
|
|
1207
1386
|
cloud/region: uk-west
|
|
@@ -1210,9 +1389,9 @@ tree:
|
|
|
1210
1389
|
requests: 6.666666666666666
|
|
1211
1390
|
cpu/thermal-design-power: 80
|
|
1212
1391
|
grid/carbon-intensity: 640
|
|
1213
|
-
device/emissions-embodied:
|
|
1392
|
+
device/emissions-embodied: 1533.12
|
|
1214
1393
|
time-reserved: 2880
|
|
1215
|
-
device/expected-lifespan:
|
|
1394
|
+
device/expected-lifespan: 94608000
|
|
1216
1395
|
vcpus-allocated: 1
|
|
1217
1396
|
vcpus-total: 8
|
|
1218
1397
|
cpu-factor: 0.29900000000000004
|
|
@@ -1221,11 +1400,17 @@ tree:
|
|
|
1221
1400
|
cpu-energy-raw: 0.00005190972222222223
|
|
1222
1401
|
vcpu-ratio: 8
|
|
1223
1402
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1224
|
-
|
|
1403
|
+
vCPUs: 1
|
|
1404
|
+
memory: 16
|
|
1405
|
+
ssd: 0
|
|
1406
|
+
hdd: 0
|
|
1407
|
+
gpu: 0
|
|
1408
|
+
usage-ratio: 1
|
|
1409
|
+
embodied-carbon: 0.03963723997970573
|
|
1225
1410
|
carbon-operational: 0.005190972222222222
|
|
1226
|
-
carbon: 0.
|
|
1227
|
-
sci: 0.
|
|
1228
|
-
- timestamp:
|
|
1411
|
+
carbon: 0.04482821220192795
|
|
1412
|
+
sci: 0.006724231830289193
|
|
1413
|
+
- timestamp: '2023-12-12T00:00:40.000Z'
|
|
1229
1414
|
duration: 5
|
|
1230
1415
|
cloud/instance-type: A1
|
|
1231
1416
|
cloud/region: uk-west
|
|
@@ -1234,9 +1419,9 @@ tree:
|
|
|
1234
1419
|
requests: 4
|
|
1235
1420
|
cpu/thermal-design-power: 60
|
|
1236
1421
|
grid/carbon-intensity: 480
|
|
1237
|
-
device/emissions-embodied:
|
|
1422
|
+
device/emissions-embodied: 1533.12
|
|
1238
1423
|
time-reserved: 2160.2
|
|
1239
|
-
device/expected-lifespan:
|
|
1424
|
+
device/expected-lifespan: 94608000
|
|
1240
1425
|
vcpus-allocated: 1
|
|
1241
1426
|
vcpus-total: 8
|
|
1242
1427
|
cpu-factor: 0.22425
|
|
@@ -1245,11 +1430,17 @@ tree:
|
|
|
1245
1430
|
cpu-energy-raw: 0.000031145833333333336
|
|
1246
1431
|
vcpu-ratio: 8
|
|
1247
1432
|
cpu-energy-kwh: 0.000003893229166666667
|
|
1248
|
-
|
|
1433
|
+
vCPUs: 1
|
|
1434
|
+
memory: 16
|
|
1435
|
+
ssd: 0
|
|
1436
|
+
hdd: 0
|
|
1437
|
+
gpu: 0
|
|
1438
|
+
usage-ratio: 1
|
|
1439
|
+
embodied-carbon: 0.02378234398782344
|
|
1249
1440
|
carbon-operational: 0.0031145833333333334
|
|
1250
|
-
carbon: 0.
|
|
1251
|
-
sci: 0.
|
|
1252
|
-
- timestamp:
|
|
1441
|
+
carbon: 0.02689692732115677
|
|
1442
|
+
sci: 0.006724231830289192
|
|
1443
|
+
- timestamp: '2023-12-12T00:00:45.000Z'
|
|
1253
1444
|
duration: 5
|
|
1254
1445
|
cloud/instance-type: A1
|
|
1255
1446
|
cloud/region: uk-west
|
|
@@ -1258,9 +1449,9 @@ tree:
|
|
|
1258
1449
|
requests: 0
|
|
1259
1450
|
cpu/thermal-design-power: 0
|
|
1260
1451
|
grid/carbon-intensity: 0
|
|
1261
|
-
device/emissions-embodied:
|
|
1452
|
+
device/emissions-embodied: 1533.12
|
|
1262
1453
|
time-reserved: 0.8
|
|
1263
|
-
device/expected-lifespan:
|
|
1454
|
+
device/expected-lifespan: 94608000
|
|
1264
1455
|
vcpus-allocated: 1
|
|
1265
1456
|
vcpus-total: 8
|
|
1266
1457
|
cpu-factor: 0
|
|
@@ -1269,11 +1460,17 @@ tree:
|
|
|
1269
1460
|
cpu-energy-raw: 0
|
|
1270
1461
|
vcpu-ratio: 8
|
|
1271
1462
|
cpu-energy-kwh: 0
|
|
1272
|
-
|
|
1463
|
+
vCPUs: 1
|
|
1464
|
+
memory: 16
|
|
1465
|
+
ssd: 0
|
|
1466
|
+
hdd: 0
|
|
1467
|
+
gpu: 0
|
|
1468
|
+
usage-ratio: 1
|
|
1469
|
+
embodied-carbon: 0
|
|
1273
1470
|
carbon-operational: 0
|
|
1274
1471
|
carbon: 0
|
|
1275
1472
|
sci: 0
|
|
1276
|
-
- timestamp:
|
|
1473
|
+
- timestamp: '2023-12-12T00:00:50.000Z'
|
|
1277
1474
|
duration: 5
|
|
1278
1475
|
cloud/instance-type: A1
|
|
1279
1476
|
cloud/region: uk-west
|
|
@@ -1282,9 +1479,9 @@ tree:
|
|
|
1282
1479
|
requests: 0
|
|
1283
1480
|
cpu/thermal-design-power: 0
|
|
1284
1481
|
grid/carbon-intensity: 0
|
|
1285
|
-
device/emissions-embodied:
|
|
1482
|
+
device/emissions-embodied: 1533.12
|
|
1286
1483
|
time-reserved: 0.8
|
|
1287
|
-
device/expected-lifespan:
|
|
1484
|
+
device/expected-lifespan: 94608000
|
|
1288
1485
|
vcpus-allocated: 1
|
|
1289
1486
|
vcpus-total: 8
|
|
1290
1487
|
cpu-factor: 0
|
|
@@ -1293,11 +1490,17 @@ tree:
|
|
|
1293
1490
|
cpu-energy-raw: 0
|
|
1294
1491
|
vcpu-ratio: 8
|
|
1295
1492
|
cpu-energy-kwh: 0
|
|
1296
|
-
|
|
1493
|
+
vCPUs: 1
|
|
1494
|
+
memory: 16
|
|
1495
|
+
ssd: 0
|
|
1496
|
+
hdd: 0
|
|
1497
|
+
gpu: 0
|
|
1498
|
+
usage-ratio: 1
|
|
1499
|
+
embodied-carbon: 0
|
|
1297
1500
|
carbon-operational: 0
|
|
1298
1501
|
carbon: 0
|
|
1299
1502
|
sci: 0
|
|
1300
|
-
- timestamp:
|
|
1503
|
+
- timestamp: '2023-12-12T00:00:55.000Z'
|
|
1301
1504
|
duration: 5
|
|
1302
1505
|
cloud/instance-type: A1
|
|
1303
1506
|
cloud/region: uk-west
|
|
@@ -1306,9 +1509,9 @@ tree:
|
|
|
1306
1509
|
requests: 0
|
|
1307
1510
|
cpu/thermal-design-power: 0
|
|
1308
1511
|
grid/carbon-intensity: 0
|
|
1309
|
-
device/emissions-embodied:
|
|
1512
|
+
device/emissions-embodied: 1533.12
|
|
1310
1513
|
time-reserved: 0.8
|
|
1311
|
-
device/expected-lifespan:
|
|
1514
|
+
device/expected-lifespan: 94608000
|
|
1312
1515
|
vcpus-allocated: 1
|
|
1313
1516
|
vcpus-total: 8
|
|
1314
1517
|
cpu-factor: 0
|
|
@@ -1317,36 +1520,18 @@ tree:
|
|
|
1317
1520
|
cpu-energy-raw: 0
|
|
1318
1521
|
vcpu-ratio: 8
|
|
1319
1522
|
cpu-energy-kwh: 0
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
cloud/region: uk-west
|
|
1328
|
-
cpu/utilization: 0
|
|
1329
|
-
network/energy: 0
|
|
1330
|
-
requests: 0
|
|
1331
|
-
cpu/thermal-design-power: 0
|
|
1332
|
-
grid/carbon-intensity: 0
|
|
1333
|
-
device/emissions-embodied: 0
|
|
1334
|
-
time-reserved: 1
|
|
1335
|
-
device/expected-lifespan: 0
|
|
1336
|
-
vcpus-allocated: 1
|
|
1337
|
-
vcpus-total: 8
|
|
1338
|
-
cpu-factor: 0
|
|
1339
|
-
cpu-wattage: 0
|
|
1340
|
-
cpu-wattage-times-duration: 0
|
|
1341
|
-
cpu-energy-raw: 0
|
|
1342
|
-
vcpu-ratio: 8
|
|
1343
|
-
cpu-energy-kwh: 0
|
|
1344
|
-
carbon-embodied: 0
|
|
1523
|
+
vCPUs: 1
|
|
1524
|
+
memory: 16
|
|
1525
|
+
ssd: 0
|
|
1526
|
+
hdd: 0
|
|
1527
|
+
gpu: 0
|
|
1528
|
+
usage-ratio: 1
|
|
1529
|
+
embodied-carbon: 0
|
|
1345
1530
|
carbon-operational: 0
|
|
1346
1531
|
carbon: 0
|
|
1347
1532
|
sci: 0
|
|
1348
1533
|
aggregated:
|
|
1349
|
-
carbon: 0.
|
|
1534
|
+
carbon: 0.3873142916032471
|
|
1350
1535
|
child-2-1:
|
|
1351
1536
|
defaults:
|
|
1352
1537
|
cpu/thermal-design-power: 100
|
|
@@ -1370,28 +1555,28 @@ tree:
|
|
|
1370
1555
|
- time-sync
|
|
1371
1556
|
- sci
|
|
1372
1557
|
inputs:
|
|
1373
|
-
- timestamp:
|
|
1558
|
+
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
1374
1559
|
cloud/instance-type: A1
|
|
1375
1560
|
cloud/region: uk-west
|
|
1376
1561
|
duration: 1
|
|
1377
1562
|
cpu/utilization: 50
|
|
1378
1563
|
network/energy: 0.000001
|
|
1379
1564
|
requests: 50
|
|
1380
|
-
- timestamp:
|
|
1565
|
+
- timestamp: '2023-12-12T00:00:01.000Z'
|
|
1381
1566
|
duration: 5
|
|
1382
1567
|
cpu/utilization: 20
|
|
1383
1568
|
cloud/instance-type: A1
|
|
1384
1569
|
cloud/region: uk-west
|
|
1385
1570
|
network/energy: 0.000001
|
|
1386
1571
|
requests: 50
|
|
1387
|
-
- timestamp:
|
|
1572
|
+
- timestamp: '2023-12-12T00:00:06.000Z'
|
|
1388
1573
|
duration: 7
|
|
1389
1574
|
cpu/utilization: 15
|
|
1390
1575
|
cloud/instance-type: A1
|
|
1391
1576
|
cloud/region: uk-west
|
|
1392
1577
|
network/energy: 0.000001
|
|
1393
1578
|
requests: 60
|
|
1394
|
-
- timestamp:
|
|
1579
|
+
- timestamp: '2023-12-12T00:00:13.000Z'
|
|
1395
1580
|
duration: 30
|
|
1396
1581
|
cloud/instance-type: A1
|
|
1397
1582
|
cloud/region: uk-west
|
|
@@ -1399,7 +1584,7 @@ tree:
|
|
|
1399
1584
|
network/energy: 0.000001
|
|
1400
1585
|
requests: 40
|
|
1401
1586
|
outputs:
|
|
1402
|
-
- timestamp:
|
|
1587
|
+
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
1403
1588
|
cloud/instance-type: A1
|
|
1404
1589
|
cloud/region: uk-west
|
|
1405
1590
|
duration: 5
|
|
@@ -1408,9 +1593,9 @@ tree:
|
|
|
1408
1593
|
requests: 90
|
|
1409
1594
|
cpu/thermal-design-power: 80
|
|
1410
1595
|
grid/carbon-intensity: 640
|
|
1411
|
-
device/emissions-embodied:
|
|
1596
|
+
device/emissions-embodied: 1533.12
|
|
1412
1597
|
time-reserved: 2880
|
|
1413
|
-
device/expected-lifespan:
|
|
1598
|
+
device/expected-lifespan: 94608000
|
|
1414
1599
|
vcpus-allocated: 1
|
|
1415
1600
|
vcpus-total: 8
|
|
1416
1601
|
cpu-factor: 0.4065
|
|
@@ -1419,11 +1604,17 @@ tree:
|
|
|
1419
1604
|
cpu-energy-raw: 0.00006833333333333335
|
|
1420
1605
|
vcpu-ratio: 8
|
|
1421
1606
|
cpu-energy-kwh: 0.000008541666666666668
|
|
1422
|
-
|
|
1607
|
+
vCPUs: 1
|
|
1608
|
+
memory: 16
|
|
1609
|
+
ssd: 0
|
|
1610
|
+
hdd: 0
|
|
1611
|
+
gpu: 0
|
|
1612
|
+
usage-ratio: 1
|
|
1613
|
+
embodied-carbon: 0.03963723997970573
|
|
1423
1614
|
carbon-operational: 0.006833333333333334
|
|
1424
|
-
carbon: 0.
|
|
1425
|
-
sci: 0.
|
|
1426
|
-
- timestamp:
|
|
1615
|
+
carbon: 0.04647057331303907
|
|
1616
|
+
sci: 0.0005163397034782119
|
|
1617
|
+
- timestamp: '2023-12-12T00:00:05.000Z'
|
|
1427
1618
|
duration: 5
|
|
1428
1619
|
cpu/utilization: 13
|
|
1429
1620
|
cloud/instance-type: A1
|
|
@@ -1432,9 +1623,9 @@ tree:
|
|
|
1432
1623
|
requests: 44.28571428571428
|
|
1433
1624
|
cpu/thermal-design-power: 80
|
|
1434
1625
|
grid/carbon-intensity: 640
|
|
1435
|
-
device/emissions-embodied:
|
|
1626
|
+
device/emissions-embodied: 1533.12
|
|
1436
1627
|
time-reserved: 2880
|
|
1437
|
-
device/expected-lifespan:
|
|
1628
|
+
device/expected-lifespan: 94608000
|
|
1438
1629
|
vcpus-allocated: 1
|
|
1439
1630
|
vcpus-total: 8
|
|
1440
1631
|
cpu-factor: 0.30975
|
|
@@ -1443,11 +1634,17 @@ tree:
|
|
|
1443
1634
|
cpu-energy-raw: 0.00005340277777777778
|
|
1444
1635
|
vcpu-ratio: 8
|
|
1445
1636
|
cpu-energy-kwh: 0.000006675347222222222
|
|
1446
|
-
|
|
1637
|
+
vCPUs: 1
|
|
1638
|
+
memory: 16
|
|
1639
|
+
ssd: 0
|
|
1640
|
+
hdd: 0
|
|
1641
|
+
gpu: 0
|
|
1642
|
+
usage-ratio: 1
|
|
1643
|
+
embodied-carbon: 0.03963723997970574
|
|
1447
1644
|
carbon-operational: 0.005340277777777777
|
|
1448
|
-
carbon: 0.
|
|
1449
|
-
sci: 0.
|
|
1450
|
-
- timestamp:
|
|
1645
|
+
carbon: 0.044977517757483515
|
|
1646
|
+
sci: 0.00101562136871737
|
|
1647
|
+
- timestamp: '2023-12-12T00:00:10.000Z'
|
|
1451
1648
|
duration: 5
|
|
1452
1649
|
cpu/utilization: 12
|
|
1453
1650
|
cloud/instance-type: A1
|
|
@@ -1456,9 +1653,9 @@ tree:
|
|
|
1456
1653
|
requests: 28.38095238095238
|
|
1457
1654
|
cpu/thermal-design-power: 80
|
|
1458
1655
|
grid/carbon-intensity: 640
|
|
1459
|
-
device/emissions-embodied:
|
|
1656
|
+
device/emissions-embodied: 1533.12
|
|
1460
1657
|
time-reserved: 2880
|
|
1461
|
-
device/expected-lifespan:
|
|
1658
|
+
device/expected-lifespan: 94608000
|
|
1462
1659
|
vcpus-allocated: 1
|
|
1463
1660
|
vcpus-total: 8
|
|
1464
1661
|
cpu-factor: 0.29900000000000004
|
|
@@ -1467,11 +1664,17 @@ tree:
|
|
|
1467
1664
|
cpu-energy-raw: 0.00005190972222222222
|
|
1468
1665
|
vcpu-ratio: 8
|
|
1469
1666
|
cpu-energy-kwh: 0.0000064887152777777775
|
|
1470
|
-
|
|
1667
|
+
vCPUs: 1
|
|
1668
|
+
memory: 16
|
|
1669
|
+
ssd: 0
|
|
1670
|
+
hdd: 0
|
|
1671
|
+
gpu: 0
|
|
1672
|
+
usage-ratio: 1
|
|
1673
|
+
embodied-carbon: 0.03963723997970574
|
|
1471
1674
|
carbon-operational: 0.005190972222222222
|
|
1472
|
-
carbon: 0.
|
|
1473
|
-
sci: 0.
|
|
1474
|
-
- timestamp:
|
|
1675
|
+
carbon: 0.04482821220192795
|
|
1676
|
+
sci: 0.0015795175440276629
|
|
1677
|
+
- timestamp: '2023-12-12T00:00:15.000Z'
|
|
1475
1678
|
duration: 5
|
|
1476
1679
|
cloud/instance-type: A1
|
|
1477
1680
|
cloud/region: uk-west
|
|
@@ -1480,9 +1683,9 @@ tree:
|
|
|
1480
1683
|
requests: 6.666666666666666
|
|
1481
1684
|
cpu/thermal-design-power: 80
|
|
1482
1685
|
grid/carbon-intensity: 640
|
|
1483
|
-
device/emissions-embodied:
|
|
1686
|
+
device/emissions-embodied: 1533.12
|
|
1484
1687
|
time-reserved: 2880
|
|
1485
|
-
device/expected-lifespan:
|
|
1688
|
+
device/expected-lifespan: 94608000
|
|
1486
1689
|
vcpus-allocated: 1
|
|
1487
1690
|
vcpus-total: 8
|
|
1488
1691
|
cpu-factor: 0.29900000000000004
|
|
@@ -1491,11 +1694,17 @@ tree:
|
|
|
1491
1694
|
cpu-energy-raw: 0.00005190972222222223
|
|
1492
1695
|
vcpu-ratio: 8
|
|
1493
1696
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1494
|
-
|
|
1697
|
+
vCPUs: 1
|
|
1698
|
+
memory: 16
|
|
1699
|
+
ssd: 0
|
|
1700
|
+
hdd: 0
|
|
1701
|
+
gpu: 0
|
|
1702
|
+
usage-ratio: 1
|
|
1703
|
+
embodied-carbon: 0.03963723997970573
|
|
1495
1704
|
carbon-operational: 0.005190972222222222
|
|
1496
|
-
carbon: 0.
|
|
1497
|
-
sci: 0.
|
|
1498
|
-
- timestamp:
|
|
1705
|
+
carbon: 0.04482821220192795
|
|
1706
|
+
sci: 0.006724231830289193
|
|
1707
|
+
- timestamp: '2023-12-12T00:00:20.000Z'
|
|
1499
1708
|
duration: 5
|
|
1500
1709
|
cloud/instance-type: A1
|
|
1501
1710
|
cloud/region: uk-west
|
|
@@ -1504,9 +1713,9 @@ tree:
|
|
|
1504
1713
|
requests: 6.666666666666666
|
|
1505
1714
|
cpu/thermal-design-power: 80
|
|
1506
1715
|
grid/carbon-intensity: 640
|
|
1507
|
-
device/emissions-embodied:
|
|
1716
|
+
device/emissions-embodied: 1533.12
|
|
1508
1717
|
time-reserved: 2880
|
|
1509
|
-
device/expected-lifespan:
|
|
1718
|
+
device/expected-lifespan: 94608000
|
|
1510
1719
|
vcpus-allocated: 1
|
|
1511
1720
|
vcpus-total: 8
|
|
1512
1721
|
cpu-factor: 0.29900000000000004
|
|
@@ -1515,11 +1724,17 @@ tree:
|
|
|
1515
1724
|
cpu-energy-raw: 0.00005190972222222223
|
|
1516
1725
|
vcpu-ratio: 8
|
|
1517
1726
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1518
|
-
|
|
1727
|
+
vCPUs: 1
|
|
1728
|
+
memory: 16
|
|
1729
|
+
ssd: 0
|
|
1730
|
+
hdd: 0
|
|
1731
|
+
gpu: 0
|
|
1732
|
+
usage-ratio: 1
|
|
1733
|
+
embodied-carbon: 0.03963723997970573
|
|
1519
1734
|
carbon-operational: 0.005190972222222222
|
|
1520
|
-
carbon: 0.
|
|
1521
|
-
sci: 0.
|
|
1522
|
-
- timestamp:
|
|
1735
|
+
carbon: 0.04482821220192795
|
|
1736
|
+
sci: 0.006724231830289193
|
|
1737
|
+
- timestamp: '2023-12-12T00:00:25.000Z'
|
|
1523
1738
|
duration: 5
|
|
1524
1739
|
cloud/instance-type: A1
|
|
1525
1740
|
cloud/region: uk-west
|
|
@@ -1528,9 +1743,9 @@ tree:
|
|
|
1528
1743
|
requests: 6.666666666666666
|
|
1529
1744
|
cpu/thermal-design-power: 80
|
|
1530
1745
|
grid/carbon-intensity: 640
|
|
1531
|
-
device/emissions-embodied:
|
|
1746
|
+
device/emissions-embodied: 1533.12
|
|
1532
1747
|
time-reserved: 2880
|
|
1533
|
-
device/expected-lifespan:
|
|
1748
|
+
device/expected-lifespan: 94608000
|
|
1534
1749
|
vcpus-allocated: 1
|
|
1535
1750
|
vcpus-total: 8
|
|
1536
1751
|
cpu-factor: 0.29900000000000004
|
|
@@ -1539,11 +1754,17 @@ tree:
|
|
|
1539
1754
|
cpu-energy-raw: 0.00005190972222222223
|
|
1540
1755
|
vcpu-ratio: 8
|
|
1541
1756
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1542
|
-
|
|
1757
|
+
vCPUs: 1
|
|
1758
|
+
memory: 16
|
|
1759
|
+
ssd: 0
|
|
1760
|
+
hdd: 0
|
|
1761
|
+
gpu: 0
|
|
1762
|
+
usage-ratio: 1
|
|
1763
|
+
embodied-carbon: 0.03963723997970573
|
|
1543
1764
|
carbon-operational: 0.005190972222222222
|
|
1544
|
-
carbon: 0.
|
|
1545
|
-
sci: 0.
|
|
1546
|
-
- timestamp:
|
|
1765
|
+
carbon: 0.04482821220192795
|
|
1766
|
+
sci: 0.006724231830289193
|
|
1767
|
+
- timestamp: '2023-12-12T00:00:30.000Z'
|
|
1547
1768
|
duration: 5
|
|
1548
1769
|
cloud/instance-type: A1
|
|
1549
1770
|
cloud/region: uk-west
|
|
@@ -1552,9 +1773,9 @@ tree:
|
|
|
1552
1773
|
requests: 6.666666666666666
|
|
1553
1774
|
cpu/thermal-design-power: 80
|
|
1554
1775
|
grid/carbon-intensity: 640
|
|
1555
|
-
device/emissions-embodied:
|
|
1776
|
+
device/emissions-embodied: 1533.12
|
|
1556
1777
|
time-reserved: 2880
|
|
1557
|
-
device/expected-lifespan:
|
|
1778
|
+
device/expected-lifespan: 94608000
|
|
1558
1779
|
vcpus-allocated: 1
|
|
1559
1780
|
vcpus-total: 8
|
|
1560
1781
|
cpu-factor: 0.29900000000000004
|
|
@@ -1563,11 +1784,17 @@ tree:
|
|
|
1563
1784
|
cpu-energy-raw: 0.00005190972222222223
|
|
1564
1785
|
vcpu-ratio: 8
|
|
1565
1786
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1566
|
-
|
|
1787
|
+
vCPUs: 1
|
|
1788
|
+
memory: 16
|
|
1789
|
+
ssd: 0
|
|
1790
|
+
hdd: 0
|
|
1791
|
+
gpu: 0
|
|
1792
|
+
usage-ratio: 1
|
|
1793
|
+
embodied-carbon: 0.03963723997970573
|
|
1567
1794
|
carbon-operational: 0.005190972222222222
|
|
1568
|
-
carbon: 0.
|
|
1569
|
-
sci: 0.
|
|
1570
|
-
- timestamp:
|
|
1795
|
+
carbon: 0.04482821220192795
|
|
1796
|
+
sci: 0.006724231830289193
|
|
1797
|
+
- timestamp: '2023-12-12T00:00:35.000Z'
|
|
1571
1798
|
duration: 5
|
|
1572
1799
|
cloud/instance-type: A1
|
|
1573
1800
|
cloud/region: uk-west
|
|
@@ -1576,9 +1803,9 @@ tree:
|
|
|
1576
1803
|
requests: 6.666666666666666
|
|
1577
1804
|
cpu/thermal-design-power: 80
|
|
1578
1805
|
grid/carbon-intensity: 640
|
|
1579
|
-
device/emissions-embodied:
|
|
1806
|
+
device/emissions-embodied: 1533.12
|
|
1580
1807
|
time-reserved: 2880
|
|
1581
|
-
device/expected-lifespan:
|
|
1808
|
+
device/expected-lifespan: 94608000
|
|
1582
1809
|
vcpus-allocated: 1
|
|
1583
1810
|
vcpus-total: 8
|
|
1584
1811
|
cpu-factor: 0.29900000000000004
|
|
@@ -1587,11 +1814,17 @@ tree:
|
|
|
1587
1814
|
cpu-energy-raw: 0.00005190972222222223
|
|
1588
1815
|
vcpu-ratio: 8
|
|
1589
1816
|
cpu-energy-kwh: 0.000006488715277777778
|
|
1590
|
-
|
|
1817
|
+
vCPUs: 1
|
|
1818
|
+
memory: 16
|
|
1819
|
+
ssd: 0
|
|
1820
|
+
hdd: 0
|
|
1821
|
+
gpu: 0
|
|
1822
|
+
usage-ratio: 1
|
|
1823
|
+
embodied-carbon: 0.03963723997970573
|
|
1591
1824
|
carbon-operational: 0.005190972222222222
|
|
1592
|
-
carbon: 0.
|
|
1593
|
-
sci: 0.
|
|
1594
|
-
- timestamp:
|
|
1825
|
+
carbon: 0.04482821220192795
|
|
1826
|
+
sci: 0.006724231830289193
|
|
1827
|
+
- timestamp: '2023-12-12T00:00:40.000Z'
|
|
1595
1828
|
duration: 5
|
|
1596
1829
|
cloud/instance-type: A1
|
|
1597
1830
|
cloud/region: uk-west
|
|
@@ -1600,9 +1833,9 @@ tree:
|
|
|
1600
1833
|
requests: 4
|
|
1601
1834
|
cpu/thermal-design-power: 60
|
|
1602
1835
|
grid/carbon-intensity: 480
|
|
1603
|
-
device/emissions-embodied:
|
|
1836
|
+
device/emissions-embodied: 1533.12
|
|
1604
1837
|
time-reserved: 2160.2
|
|
1605
|
-
device/expected-lifespan:
|
|
1838
|
+
device/expected-lifespan: 94608000
|
|
1606
1839
|
vcpus-allocated: 1
|
|
1607
1840
|
vcpus-total: 8
|
|
1608
1841
|
cpu-factor: 0.22425
|
|
@@ -1611,11 +1844,17 @@ tree:
|
|
|
1611
1844
|
cpu-energy-raw: 0.000031145833333333336
|
|
1612
1845
|
vcpu-ratio: 8
|
|
1613
1846
|
cpu-energy-kwh: 0.000003893229166666667
|
|
1614
|
-
|
|
1847
|
+
vCPUs: 1
|
|
1848
|
+
memory: 16
|
|
1849
|
+
ssd: 0
|
|
1850
|
+
hdd: 0
|
|
1851
|
+
gpu: 0
|
|
1852
|
+
usage-ratio: 1
|
|
1853
|
+
embodied-carbon: 0.02378234398782344
|
|
1615
1854
|
carbon-operational: 0.0031145833333333334
|
|
1616
|
-
carbon: 0.
|
|
1617
|
-
sci: 0.
|
|
1618
|
-
- timestamp:
|
|
1855
|
+
carbon: 0.02689692732115677
|
|
1856
|
+
sci: 0.006724231830289192
|
|
1857
|
+
- timestamp: '2023-12-12T00:00:45.000Z'
|
|
1619
1858
|
duration: 5
|
|
1620
1859
|
cloud/instance-type: A1
|
|
1621
1860
|
cloud/region: uk-west
|
|
@@ -1624,9 +1863,9 @@ tree:
|
|
|
1624
1863
|
requests: 0
|
|
1625
1864
|
cpu/thermal-design-power: 0
|
|
1626
1865
|
grid/carbon-intensity: 0
|
|
1627
|
-
device/emissions-embodied:
|
|
1866
|
+
device/emissions-embodied: 1533.12
|
|
1628
1867
|
time-reserved: 0.8
|
|
1629
|
-
device/expected-lifespan:
|
|
1868
|
+
device/expected-lifespan: 94608000
|
|
1630
1869
|
vcpus-allocated: 1
|
|
1631
1870
|
vcpus-total: 8
|
|
1632
1871
|
cpu-factor: 0
|
|
@@ -1635,11 +1874,17 @@ tree:
|
|
|
1635
1874
|
cpu-energy-raw: 0
|
|
1636
1875
|
vcpu-ratio: 8
|
|
1637
1876
|
cpu-energy-kwh: 0
|
|
1638
|
-
|
|
1877
|
+
vCPUs: 1
|
|
1878
|
+
memory: 16
|
|
1879
|
+
ssd: 0
|
|
1880
|
+
hdd: 0
|
|
1881
|
+
gpu: 0
|
|
1882
|
+
usage-ratio: 1
|
|
1883
|
+
embodied-carbon: 0
|
|
1639
1884
|
carbon-operational: 0
|
|
1640
1885
|
carbon: 0
|
|
1641
1886
|
sci: 0
|
|
1642
|
-
- timestamp:
|
|
1887
|
+
- timestamp: '2023-12-12T00:00:50.000Z'
|
|
1643
1888
|
duration: 5
|
|
1644
1889
|
cloud/instance-type: A1
|
|
1645
1890
|
cloud/region: uk-west
|
|
@@ -1648,9 +1893,9 @@ tree:
|
|
|
1648
1893
|
requests: 0
|
|
1649
1894
|
cpu/thermal-design-power: 0
|
|
1650
1895
|
grid/carbon-intensity: 0
|
|
1651
|
-
device/emissions-embodied:
|
|
1896
|
+
device/emissions-embodied: 1533.12
|
|
1652
1897
|
time-reserved: 0.8
|
|
1653
|
-
device/expected-lifespan:
|
|
1898
|
+
device/expected-lifespan: 94608000
|
|
1654
1899
|
vcpus-allocated: 1
|
|
1655
1900
|
vcpus-total: 8
|
|
1656
1901
|
cpu-factor: 0
|
|
@@ -1659,11 +1904,17 @@ tree:
|
|
|
1659
1904
|
cpu-energy-raw: 0
|
|
1660
1905
|
vcpu-ratio: 8
|
|
1661
1906
|
cpu-energy-kwh: 0
|
|
1662
|
-
|
|
1907
|
+
vCPUs: 1
|
|
1908
|
+
memory: 16
|
|
1909
|
+
ssd: 0
|
|
1910
|
+
hdd: 0
|
|
1911
|
+
gpu: 0
|
|
1912
|
+
usage-ratio: 1
|
|
1913
|
+
embodied-carbon: 0
|
|
1663
1914
|
carbon-operational: 0
|
|
1664
1915
|
carbon: 0
|
|
1665
1916
|
sci: 0
|
|
1666
|
-
- timestamp:
|
|
1917
|
+
- timestamp: '2023-12-12T00:00:55.000Z'
|
|
1667
1918
|
duration: 5
|
|
1668
1919
|
cloud/instance-type: A1
|
|
1669
1920
|
cloud/region: uk-west
|
|
@@ -1672,9 +1923,9 @@ tree:
|
|
|
1672
1923
|
requests: 0
|
|
1673
1924
|
cpu/thermal-design-power: 0
|
|
1674
1925
|
grid/carbon-intensity: 0
|
|
1675
|
-
device/emissions-embodied:
|
|
1926
|
+
device/emissions-embodied: 1533.12
|
|
1676
1927
|
time-reserved: 0.8
|
|
1677
|
-
device/expected-lifespan:
|
|
1928
|
+
device/expected-lifespan: 94608000
|
|
1678
1929
|
vcpus-allocated: 1
|
|
1679
1930
|
vcpus-total: 8
|
|
1680
1931
|
cpu-factor: 0
|
|
@@ -1683,117 +1934,93 @@ tree:
|
|
|
1683
1934
|
cpu-energy-raw: 0
|
|
1684
1935
|
vcpu-ratio: 8
|
|
1685
1936
|
cpu-energy-kwh: 0
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
cloud/region: uk-west
|
|
1694
|
-
cpu/utilization: 0
|
|
1695
|
-
network/energy: 0
|
|
1696
|
-
requests: 0
|
|
1697
|
-
cpu/thermal-design-power: 0
|
|
1698
|
-
grid/carbon-intensity: 0
|
|
1699
|
-
device/emissions-embodied: 0
|
|
1700
|
-
time-reserved: 1
|
|
1701
|
-
device/expected-lifespan: 0
|
|
1702
|
-
vcpus-allocated: 1
|
|
1703
|
-
vcpus-total: 8
|
|
1704
|
-
cpu-factor: 0
|
|
1705
|
-
cpu-wattage: 0
|
|
1706
|
-
cpu-wattage-times-duration: 0
|
|
1707
|
-
cpu-energy-raw: 0
|
|
1708
|
-
vcpu-ratio: 8
|
|
1709
|
-
cpu-energy-kwh: 0
|
|
1710
|
-
carbon-embodied: 0
|
|
1937
|
+
vCPUs: 1
|
|
1938
|
+
memory: 16
|
|
1939
|
+
ssd: 0
|
|
1940
|
+
hdd: 0
|
|
1941
|
+
gpu: 0
|
|
1942
|
+
usage-ratio: 1
|
|
1943
|
+
embodied-carbon: 0
|
|
1711
1944
|
carbon-operational: 0
|
|
1712
1945
|
carbon: 0
|
|
1713
1946
|
sci: 0
|
|
1714
1947
|
aggregated:
|
|
1715
|
-
carbon: 0.
|
|
1948
|
+
carbon: 0.3873142916032471
|
|
1716
1949
|
outputs:
|
|
1717
|
-
- carbon: 0.
|
|
1718
|
-
timestamp:
|
|
1950
|
+
- carbon: 0.09294114662607814
|
|
1951
|
+
timestamp: '2023-12-12T00:00:00.000Z'
|
|
1719
1952
|
duration: 5
|
|
1720
|
-
- carbon: 0.
|
|
1721
|
-
timestamp:
|
|
1953
|
+
- carbon: 0.08995503551496703
|
|
1954
|
+
timestamp: '2023-12-12T00:00:05.000Z'
|
|
1722
1955
|
duration: 5
|
|
1723
|
-
- carbon: 0.
|
|
1724
|
-
timestamp:
|
|
1956
|
+
- carbon: 0.0896564244038559
|
|
1957
|
+
timestamp: '2023-12-12T00:00:10.000Z'
|
|
1725
1958
|
duration: 5
|
|
1726
|
-
- carbon: 0.
|
|
1727
|
-
timestamp:
|
|
1959
|
+
- carbon: 0.0896564244038559
|
|
1960
|
+
timestamp: '2023-12-12T00:00:15.000Z'
|
|
1728
1961
|
duration: 5
|
|
1729
|
-
- carbon: 0.
|
|
1730
|
-
timestamp:
|
|
1962
|
+
- carbon: 0.0896564244038559
|
|
1963
|
+
timestamp: '2023-12-12T00:00:20.000Z'
|
|
1731
1964
|
duration: 5
|
|
1732
|
-
- carbon: 0.
|
|
1733
|
-
timestamp:
|
|
1965
|
+
- carbon: 0.0896564244038559
|
|
1966
|
+
timestamp: '2023-12-12T00:00:25.000Z'
|
|
1734
1967
|
duration: 5
|
|
1735
|
-
- carbon: 0.
|
|
1736
|
-
timestamp:
|
|
1968
|
+
- carbon: 0.0896564244038559
|
|
1969
|
+
timestamp: '2023-12-12T00:00:30.000Z'
|
|
1737
1970
|
duration: 5
|
|
1738
|
-
- carbon: 0.
|
|
1739
|
-
timestamp:
|
|
1971
|
+
- carbon: 0.0896564244038559
|
|
1972
|
+
timestamp: '2023-12-12T00:00:35.000Z'
|
|
1740
1973
|
duration: 5
|
|
1741
|
-
- carbon: 0.
|
|
1742
|
-
timestamp:
|
|
1974
|
+
- carbon: 0.05379385464231354
|
|
1975
|
+
timestamp: '2023-12-12T00:00:40.000Z'
|
|
1743
1976
|
duration: 5
|
|
1744
1977
|
- carbon: 0
|
|
1745
|
-
timestamp:
|
|
1978
|
+
timestamp: '2023-12-12T00:00:45.000Z'
|
|
1746
1979
|
duration: 5
|
|
1747
1980
|
- carbon: 0
|
|
1748
|
-
timestamp:
|
|
1981
|
+
timestamp: '2023-12-12T00:00:50.000Z'
|
|
1749
1982
|
duration: 5
|
|
1750
1983
|
- carbon: 0
|
|
1751
|
-
timestamp:
|
|
1984
|
+
timestamp: '2023-12-12T00:00:55.000Z'
|
|
1752
1985
|
duration: 5
|
|
1753
|
-
- carbon: 0
|
|
1754
|
-
timestamp: "2023-12-12T00:01:00.000Z"
|
|
1755
|
-
duration: 1
|
|
1756
1986
|
aggregated:
|
|
1757
|
-
carbon: 0.
|
|
1987
|
+
carbon: 0.7746285832064942
|
|
1758
1988
|
outputs:
|
|
1759
|
-
- carbon: 0.
|
|
1760
|
-
timestamp:
|
|
1989
|
+
- carbon: 0.18588229325215627
|
|
1990
|
+
timestamp: '2023-12-12T00:00:00.000Z'
|
|
1761
1991
|
duration: 5
|
|
1762
|
-
- carbon: 0.
|
|
1763
|
-
timestamp:
|
|
1992
|
+
- carbon: 0.17991007102993406
|
|
1993
|
+
timestamp: '2023-12-12T00:00:05.000Z'
|
|
1764
1994
|
duration: 5
|
|
1765
|
-
- carbon: 0.
|
|
1766
|
-
timestamp:
|
|
1995
|
+
- carbon: 0.1793128488077118
|
|
1996
|
+
timestamp: '2023-12-12T00:00:10.000Z'
|
|
1767
1997
|
duration: 5
|
|
1768
|
-
- carbon: 0.
|
|
1769
|
-
timestamp:
|
|
1998
|
+
- carbon: 0.1793128488077118
|
|
1999
|
+
timestamp: '2023-12-12T00:00:15.000Z'
|
|
1770
2000
|
duration: 5
|
|
1771
|
-
- carbon: 0.
|
|
1772
|
-
timestamp:
|
|
2001
|
+
- carbon: 0.1793128488077118
|
|
2002
|
+
timestamp: '2023-12-12T00:00:20.000Z'
|
|
1773
2003
|
duration: 5
|
|
1774
|
-
- carbon: 0.
|
|
1775
|
-
timestamp:
|
|
2004
|
+
- carbon: 0.1793128488077118
|
|
2005
|
+
timestamp: '2023-12-12T00:00:25.000Z'
|
|
1776
2006
|
duration: 5
|
|
1777
|
-
- carbon: 0.
|
|
1778
|
-
timestamp:
|
|
2007
|
+
- carbon: 0.1793128488077118
|
|
2008
|
+
timestamp: '2023-12-12T00:00:30.000Z'
|
|
1779
2009
|
duration: 5
|
|
1780
|
-
- carbon: 0.
|
|
1781
|
-
timestamp:
|
|
2010
|
+
- carbon: 0.1793128488077118
|
|
2011
|
+
timestamp: '2023-12-12T00:00:35.000Z'
|
|
1782
2012
|
duration: 5
|
|
1783
|
-
- carbon: 0.
|
|
1784
|
-
timestamp:
|
|
2013
|
+
- carbon: 0.10758770928462708
|
|
2014
|
+
timestamp: '2023-12-12T00:00:40.000Z'
|
|
1785
2015
|
duration: 5
|
|
1786
2016
|
- carbon: 0
|
|
1787
|
-
timestamp:
|
|
2017
|
+
timestamp: '2023-12-12T00:00:45.000Z'
|
|
1788
2018
|
duration: 5
|
|
1789
2019
|
- carbon: 0
|
|
1790
|
-
timestamp:
|
|
2020
|
+
timestamp: '2023-12-12T00:00:50.000Z'
|
|
1791
2021
|
duration: 5
|
|
1792
2022
|
- carbon: 0
|
|
1793
|
-
timestamp:
|
|
2023
|
+
timestamp: '2023-12-12T00:00:55.000Z'
|
|
1794
2024
|
duration: 5
|
|
1795
|
-
- carbon: 0
|
|
1796
|
-
timestamp: "2023-12-12T00:01:00.000Z"
|
|
1797
|
-
duration: 1
|
|
1798
2025
|
aggregated:
|
|
1799
|
-
carbon:
|
|
2026
|
+
carbon: 1.5492571664129884
|