Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenDC x M3SA x Failures #40

Open
Radu-Nicolae opened this issue Sep 21, 2024 · 1 comment
Open

OpenDC x M3SA x Failures #40

Radu-Nicolae opened this issue Sep 21, 2024 · 1 comment

Comments

@Radu-Nicolae
Copy link
Owner

Radu-Nicolae commented Sep 21, 2024

OpenDC x M3SA x Failures

We investigate the linearity of OpenDC failure models and how these models influence M3SA.

Goal: understand influence of these failure models on M3SA and OpenDC.

Steps:
[ ] select and reproduce an experiment from the HP paper, without failures
[ ] reproduce the same experiment with failures
[ ] analyze the accuracy of individual models against the Meta-Model - "mean" and "median" models

Linked branch 40-experimentation-with-failures

@Radu-Nicolae
Copy link
Owner Author

Radu-Nicolae commented Sep 21, 2024

Step 1 - create an experiment

We simulate this infrastructure:

{
    "clusters": [
        {
            "name": "C01",
            "hosts": [
                {
                    "name": "H01",
                    "count": 277,
                    "cpu": {
                        "coreCount": 16,
                        "coreSpeed": 2100
                    },
                    "memory": {
                        "memorySize": 128000000
                    },
                    "powerModel": {
                       [THE POWER MODEL, IT DIFFERS]
                    }
                }
            ]
        }
    ]
}

The results are stored in experiment-data/no-failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant