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.
最近,我正在制作一个系统程序(应用程序)来监控cpu频率信息。我发现我们可以使用cpuinfo来转储手机中的每个cpu。但我不想在我的应用程序中使用shell命令来获取这些信息。所以我想知道cpuinfo命令如何获取cpu信息,有系统调用吗?
只需在您的应用程序中打开并读取/proc/cpuinfo。
/proc/cpuinfo