You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up an electricity consumption collection using "scaphandre" from the Green Software Foundation repository.
I noticed that the documentation states that the program works both with virtual machines and with bare-metal ones. I was successfully able to set it up on real machines.
But it doesn't work with virtual machines.
I have a virtual machine with kvm virtualization, but "scaphandre" shows power consumption equal to 0 (screenshot 2). Although the same powertop works well (screenshot 1).
To Reproduce
run on virtual machine (VDS-KVM)
sudo docker run -v /sys/class/powercap:/sys/class/powercap -v /proc:/proc -ti hubblo/scaphandre stdout -t 15
Expected behavior
Electricity consumption shown
Screenshots
Environment
Type: VDS-KVM
System: Ubuntu 5.4.0-29-generic
The text was updated successfully, but these errors were encountered:
As far as I understand this method for domain owners, I have only a few virtual machines, I have no access to the domain. Please correct me if I'm wrong
Bug description
I'm trying to set up an electricity consumption collection using "scaphandre" from the Green Software Foundation repository.
I noticed that the documentation states that the program works both with virtual machines and with bare-metal ones. I was successfully able to set it up on real machines.
But it doesn't work with virtual machines.
I have a virtual machine with kvm virtualization, but "scaphandre" shows power consumption equal to 0 (screenshot 2). Although the same powertop works well (screenshot 1).
To Reproduce
run on virtual machine (VDS-KVM)
sudo docker run -v /sys/class/powercap:/sys/class/powercap -v /proc:/proc -ti hubblo/scaphandre stdout -t 15
Expected behavior
Electricity consumption shown
Screenshots
Environment
Type: VDS-KVM
System: Ubuntu 5.4.0-29-generic
The text was updated successfully, but these errors were encountered: