如何获取 HP-UX NILA B.11.23 中的机器信息

发布于 2024-10-15 20:25:53 字数 129 浏览 0 评论 0原文

我正在使用 HP-UX NILA B.11.23,我想知道将提供以下详细信息的命令:

  1. CPU 信息(CPU 数量、CPU 速度、CPU 版本等)。
  2. 内存信息(主内存大小和硬盘大小)。

I am using the HP-UX NILA B.11.23 and I would like to know the command which will give below details:

  1. CPU information(number of CPUs,speed of cpus,version of cpus etc.,).
  2. Memory information(main memory size and hard disk size).

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

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

发布评论

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

评论(2

2024-10-22 20:25:53

请参阅下面的链接,了解各种 Unix 系统(包括 HP-UX)中等效系统管理命令的表:

http: //www.unixguide.net/unixguide.shtml

可以使用top获取内存信息,bdf获取磁盘使用信息。有关 CPU 信息,请查看以下内容:

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1296737258867+28353475&threadId=558731

See the link below for a table of equivalent system administration commands in various Unix systems (incuding HP-UX):

http://www.unixguide.net/unixguide.shtml

You can use top to get memory information, bdf to get disk usage information. For CPU information have a look at this:

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1296737258867+28353475&threadId=558731

半寸时光 2024-10-22 20:25:53
  1. machinfo -v
  2. print_manifest|grep 内存
    布达夫
    ioscan -funNC 磁盘
    磁盘信息 /dev/rdsk/
  1. machinfo -v
  2. print_manifest|grep Memory
    bdf
    ioscan -funNC disk
    diskinfo /dev/rdsk/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文