Similar project #493
Replies: 5 comments 2 replies
-
Hey, thanks for reaching out! racf looks really cool! Your library getsys is very nice. I don't know much about pstate, maybe another contributor like @Shuzhengz or @Camerooooon does. We were thinking of extracting auto-clock-speed into the daemon and a library to use, but we haven't made the decision yet. |
Beta Was this translation helpful? Give feedback.
-
A lib would be nice, getsys is like 200 lines so maybe u guys can check it out. another suggestion is to abstract some parts of acs into a library like you said. Having a solid lib for this i/o stuff would be nice, it would also be easier to add supp other plataforms. Talking bout solid libs, a good one I found was the battery crate, But i havent found one for temperature, sensors are tricky I suppose. btw a daemon just closes std{in,out,err} and |
Beta Was this translation helpful? Give feedback.
-
pd: sorry for the issue, forgot bout |
Beta Was this translation helpful? Give feedback.
-
That library looks great! I see a lot of overlap with what we do in acs, very interesting seeing the other ways you went about implementing interaction with the virtual file system. Reading your code for interpreting /proc/stat/ made me release that we could move that to it's own crate so I opened #494.
Acs only checks for the intel pstate value. I personally don't have an AMD computer so I haven't considered implementing it. We don't really interact with intel pstate other than reading if turbo is enabled so it's not a high priority, none the less I have opened an issue #495.
Thank you 😄 |
Beta Was this translation helpful? Give feedback.
-
busy weeks incoming.. leaving this out anyway: So someone made me a suggestion that tweaking these values manually is bad or not cheap. Or at least compared to using profiles directly, problem is that not all firmware have profiles given the vendors obscurity.. Good read: |
Beta Was this translation helpful? Give feedback.
-
Hello, today I stumble upon your project, nice job btw, and at the time I'm also writing something similar: racf (think I'm probably done with 1.0.0).
Just wondering what are your thoughts on this little lib I made to complement my project (currently missing proper error handling), maybe you have interest to work on a related lib?
Also, I think AMD chips are gonna have something similar like the intel pstate, do you happen to know by chance anything about this¿
Anyway, the graph looks very good btw c:
Beta Was this translation helpful? Give feedback.
All reactions