java 程序获取有关 Ram 的信息

发布于 2024-09-30 04:11:03 字数 1437 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

撩起发的微风 2024-10-07 04:11:03

中有一些与内存相关的方法Runtime 类,但请注意,它们仅提供有关 JVM 可用(或使用)的内存量的信息,而不提供其运行的硬件的信息。

一般来说,Java 是不适合做这种事情的语言,因为它需要访问 Java 不提供的操作系统 API。

There's a couple of memory-related methods in the Runtime class, but note that they only give information about the amount of memory available to (or used by) the JVM, not the hardware it runs on.

Generally, Java is the wrong language to do this kind of thing, since it requires access to OS APIs that Java does not provide.

萧瑟寒风 2024-10-07 04:11:03

您需要的大部分信息将包含在 运行时类。看看链接。它应该很简单。如果您遇到问题,我会尽力进一步帮助您。

Most of the information you need will be contained in the Runtime class. Have a look at the link. It should be straightforward. If you run into problems with it, I will try to help you out further.

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