How to monitor file in /sys
#591
Unanswered
mike-lloyd03
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to monitor some files in
/sysbut as the docs say,Utils.monitorFiledoes not work for files in pseudo-filesystems. So I think my only other option is using an interval.Here's my service for reading my laptop's fan speeds and CPU temp:
Is there a recommended way to do something like this?
Beta Was this translation helpful? Give feedback.
All reactions