Closed wangjiedlut closed 2 years ago
The error message means DAMON is already running. Could you try $ sudo cat /sys/kernel/debug/damon/monitor_on
? If that shows on
, please do $ echo off | sudo tee /sys/kernel/debug/damon/monitor_on
and try damo record
again.
It works after set the monitor_on off!
Thank you for quick confirmation!
I run this program in aarch64 GNU/Linux environment, but it failed with the following logs:
My python version is Python 2.7.5, or I need to other lib ?