sysfs-kernel-wakeup_reasons 651 B

12345678910111213141516
  1. What: /sys/kernel/wakeup_reasons/last_resume_reason
  2. Date: February 2014
  3. Contact: Ruchi Kandoi <kandoiruchi@google.com>
  4. Description:
  5. The /sys/kernel/wakeup_reasons/last_resume_reason is
  6. used to report wakeup reasons after system exited suspend.
  7. What: /sys/kernel/wakeup_reasons/last_suspend_time
  8. Date: March 2015
  9. Contact: jinqian <jinqian@google.com>
  10. Description:
  11. The /sys/kernel/wakeup_reasons/last_suspend_time is
  12. used to report time spent in last suspend cycle. It contains
  13. two numbers (in seconds) separated by space. First number is
  14. the time spent in suspend and resume processes. Second number
  15. is the time spent in sleep state.