gpt4 book ai didi

android -/proc/wakelocks 的列是什么意思?

转载 作者:行者123 更新时间:2023-11-30 04:04:29 25 4
gpt4 key购买 nike

在 cat/proc/wakelocks 之后我得到了这样的东西。但是列中的数字是什么意思?

    ------ KERNEL WAKELOCKS (/proc/wakelocks) ------
name count expire_count wake_count active_since total_time sleep_time max_time last_change
"event2-366" 26021 0 0 0 1780516781 0 98555000 2746261947545
"mmc0" 0 0 0 0 0 0 0 0
"qcril" 467 0 0 0 262658558 1293333 71696667 2745863710879
"rpc_reply" 250 0 0 0 208878752 17641665 21993333 2745857429212
  • 姓名 - 这很简单。
  • count - 找到了多少把锁?
  • expire_count - 不知道。这是什么?
  • wake_count - 同上。这是什么?
  • active_since - 同上。这是什么?
  • total_time - 同上。什么的总时间?
  • sleep_time - 同上。这是什么?
  • max_time - 同上。这是什么?
  • last_change - 同上。这是什么?

最佳答案

  1. count:表示持有锁的次数

  2. expire_count:表示唤醒源超时的次数。例如,当某个模块打开了一个设备并且很长时间没有使用它时,就会发生这种情况。然后在超时时,唤醒源将过期。

  3. active_since:指示唤醒源处于 Activity 状态的时间。该值以 jiffies 为单位。

  4. total_time:指示此唤醒源保持的总时间(以 jiffies 为单位)。

  5. max_time:表示唤醒源被保持的最长时间(jiffies)

关于android -/proc/wakelocks 的列是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11967856/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com