Measuring the resource consumption of software is quite a complex topic. When we started working on the Green Metrics Tool we couldn’t imagine the ride this would take us on. From studying the Linux Kernel to building out own cluster. While this is needed to get accurate readings this is often too much work for a quick check what is going on. So we started to think about what such a tool needed to do. While I was developing our power logging solution for macOS, the PowerHog I really came to like the simplicity of the macOS powermetrics program. You can just fire it up and get per process energy metrics. You could pipe it into sed/awk and get fairly good data really easily. Even Windows has something similar. So does no tool like this exists under Linux? [...]