David Ekchajzer

Results 51 comments of David Ekchajzer

I think ```lowest``` should be called ```idle```. ## Using top *```top``` output* ``` %Cpu(s): 19.4 us, 8.8 sy, 0.0 ni, 71.7 id, 0.0 wa, 0.0 hi, 0.1 si, 0.0 st...

To specify [Energizta](https://github.com/boavizta/energizta) will be a tool / Collaborative database to aggregate electricity consumption measurement : * At different load * With different stress test strategy * On different components...

V0.3 will introduce a new format for server instances. id | manufacturer | CASE.case_type | year | CPU.units | CPU.core_units | CPU.name | CPU.manufacturer | CPU.model_range | CPU.family | CPU.tdp...

Adding new cloud providers and new cloud instance should now follow this process : https://doc.api.boavizta.org/contributing/cloud_provider/

@RoyVic I think you will be interested in this issue

Merged. I'll close this issue once we test the release workflow on the next release.

To add a new provider : * add the provider in data/archetypes/cloud/providers.csv : https://github.com/Boavizta/boaviztapi/blob/dev/boaviztapi/data/archetypes/cloud/providers.csv * add a csv file (data/archetypes/cloud/scalway.csv) which contains all the instances' configuration in the right format...

Adding new cloud providers and new cloud instance should now follow this process : https://doc.api.boavizta.org/contributing/cloud_provider/

> @da-ekchajzer, I see that in the [server docs](https://github.com/Boavizta/boaviztapi/blob/main/docs/docs/contributing/server.md) there is a field labelled CPU.threads with a description Number of vCPU per CPU. AFAICT this corresponds to the column labelled...

Hi @mrchrisadams, Your suggestion triggered a lot of work ;) see https://github.com/Boavizta/boaviztapi/pull/258 & https://github.com/Boavizta/boaviztapi/issues/252. We have done some development on the API to make the contribution process easier. Take a...