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
-
I'm trying to monitor some files in
/sys
but as the docs say,Utils.monitorFile
does 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