Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何读取 Android linux 内核中特定进程的 I/O 统计信息。/proc/stat给出一般 cpu io 等待时间,但不适用于特定进程。我尝试使用/proc/<pid>/statwhich 包含有关进程的所有信息。但它没有成功。
/proc/stat
/proc/<pid>/stat