sb-ai-lab/Eco2AI

Usage with containers and application-level metrics

fatma-laribi opened this issue · 1 comments

Hello,
I have a couple of questions:

  • Can Eco2AI be used in a private cloud in containerized applications orchestrated by K8s?
  • Does it track only the code's execution (just the application) or the total energy consumption of the system? and if it can track only the application's, how is it done?
    Thank you :)

Hello, @fatma-laribi!

First of all, thank you for your attention to eco2ai! I'm sorry you had to wait so long for an answer.

eco2ai specializes in tracking Python code. If your application includes Python code execution, you can use our library to track it. However, we haven't tested eco2ai in containerized applications, so I can't provide a definitive answer on whether it will work or not.

eco2ai tracks the full GPU consumption of the system and only the process on the CPU that involves the current code execution. Unfortunately, we don't currently track specific GPU processes, but we will definitely add this functionality in future versions if it becomes available!

I hope I have managed to answer all your questions. If not, we are open to additional questions.

Thank you,
eco2ai team