scaphandre icon indicating copy to clipboard operation
scaphandre copied to clipboard

Energy consumption for a given user

Open mahendrapaipuri opened this issue 2 years ago • 1 comments

Problem

Currently we can get energy consumption for individual processes using scaphandre. The request here is to expose the energy consumption metrics for a given user. So, effectively we will need to iterate through all processes and sum the consumption of processes owned by the given user. Not sure if RUST has any libraries like psutil in Python to implement this relatively straightforward way.

A potential use case can be on a HPC platform where multiple users can share same compute node and we are interested in getting energy consumption of each user.

mahendrapaipuri avatar Jun 14 '22 15:06 mahendrapaipuri

This is a great idea. Planning this probably for release 1.1.0

bpetit avatar May 18 '23 16:05 bpetit