Open rexxy-sasori opened 1 year ago
Hi @rexxy-sasori! Yes, you can measure the energy consumption of a docker:
$ sudo energat -basepower
$ sudo energat -pid <PID of your container>
But you can't use it inside a container since the hardware counters aren't propagated into the virtual environment.
I am interested in measuring the power consumption of a docker container.