MacOS C++ 的 Windows WMI 的等效项是什么?发展?

发布于 2024-09-16 17:59:36 字数 149 浏览 4 评论 0原文

我有一个 C++ 应用程序,它使用 WMI 在 Windows 上获取详细的系统信息(处理器类型、可用磁盘空间、其他硬件配置文件信息)。我想在 OSX 10.5+ 上执行相同类型的操作。 MacOS 的等效 API 或接口是什么?

非常欢迎 API 文档或教程的链接。

I have a C++ application that gets detailed system information (processor type, available disk space, other hardware profile info) on Windows using WMI. I want to perform the same type of operations on OSX 10.5+. What is the equivalent API or interface for MacOS?

Links to API documentation or tutorials are very welcome.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

安稳善良 2024-09-23 17:59:36

您可以通过 system_profiler 可执行文件查询大部分信息。 Apple 查询此类信息的示例 涉及 popen 调用它,所以我想这是要走的路。

You can query most of that information through the system_profiler executable. Apple's example for querying such informations involves a popen call to it, so I guess it's the way to go.

扭转时空 2024-09-23 17:59:36

system_profiler 与 WMI 并不完全相同。它只有本地访问权限。 MacO 似乎缺乏对此的支持。幸运的是,微软有用于此目的的开发人员 OMI https://github.com/microsoft/omi/releases

system_profiler is not the exact equivalent for WMI. It has only local access. MacOs seem to lack support for that. Luckily microsoft has developer OMI for that purpose https://github.com/microsoft/omi/releases

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文