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

Calculating platform level impact #215

Open
PierreRust opened this issue Sep 12, 2023 · 1 comment
Open

Calculating platform level impact #215

PierreRust opened this issue Sep 12, 2023 · 1 comment

Comments

@PierreRust
Copy link
Contributor

Problem

The API currently provides footprint for components (CPU, Ram, etc.) and IT devices, including devices like servers whose footprint is calculated based on the components the server is made of.

A common use case (at least in my case !) is to calculate a footprint of a whole platform, which is typically made of several groups of server and a set of other equipment such as switches, routeurs, firewall, server racks, etc. and boavizta provides no support for that. Currently I use the API to get estimate for each device and an excel file to aggregate the results.

Solution

Boaviztapi could provide an endpoint to calculate an estimation of a whole platform, based on its composition.
The implementation could probably be similar to the one used for servers, where the composition of a server can be provided, and missing information is replaced by sane default value (and the calculation of a min and max value based on the variability of missing data, see #214 )

@da-ekchajzer
Copy link
Collaborator

Thanks for your feature request. I think it's a great idea. It would be a great use case for next Hackathon.

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

No branches or pull requests

2 participants