Huamin Chen

Results 225 comments of Huamin Chen

this issue turns out still there in recent code

@vimalk78 updated, can you check again? thanks https://github.com/sustainable-computing-io/kepler/blob/609a3ff8d73ed25488b875d751d0f50096e1df86/README.md

@Siddhant-Ray sounds good! i'll move it over there, thanks

Actually, the redis connector config doc is also missing. I'll get that too. @Siddhant-Ray which file do you think is related to this?

thanks @jiangphcn this is really good! Would you be made the PR ready for the next release?

Based GHG protocool, resource utilization based method is used. If resource limit is not found, min (reserved)/max/average usage across all applications is then used or use ratio approach. @marceloamaral will...

Another approach is to use kernel task state to identify idle and running tasks during context switch. The idle task has its own [state](https://elixir.bootlin.com/linux/latest/source/include/linux/sched.h#L119): ```c #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)...

SM/Memory utilization models can also be extended to model MIG devices power consumption, if such devices cannot read power usage directly.