Root-Branch / cardamon

🌱 A tool for measuring the power consumption and carbon footprint of your software.
https://cardamon.io
Other
15 stars 1 forks source link

Add TDP to config #29

Closed ohuu closed 1 month ago

ohuu commented 3 months ago

We need a way to specify the TDP of the processor that cardamon is running on.

debug_level = "info"                                    # Optional - defaults to "info"
metrics_server_url = "http://cardamon.rootandbranch.io" # Optional - assumes local db if not specifed
tdp = 24      # <---- TDP in watts 
seal commented 2 months ago

solved in #60