Skip to content

Commit 4eff58a

Browse files
authored
throttled state (#2541)
1 parent 260476a commit 4eff58a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def handler_with_control_interval():
7171
self.interval_counter = self.interval_counter + 1
7272
log.info("# ***Start*** ")
7373
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")}')
7475
log.debug(f"Threads: {enumerate()}")
7576
for thread in threading.enumerate():
7677
logging.debug(f"Thread Name: {thread.name}")

0 commit comments

Comments
 (0)