We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260476a commit 4eff58aCopy full SHA for 4eff58a
1 file changed
packages/main.py
@@ -71,6 +71,7 @@ def handler_with_control_interval():
71
self.interval_counter = self.interval_counter + 1
72
log.info("# ***Start*** ")
73
log.debug(run_command.run_shell_command("top -b -n 1 | head -n 20"))
74
+ log.debug(f'Drosselung: {run_command.run_shell_command("vcgencmd get_throttled")}')
75
log.debug(f"Threads: {enumerate()}")
76
for thread in threading.enumerate():
77
logging.debug(f"Thread Name: {thread.name}")
0 commit comments