查看系统cpu,MEM,S/N等信息的方法如下: 序列号 echo "selclass qualifier system;info;wait;infolog"|cstm getconf CS_MACHINE_SERIAL cpu主频 echo itick_per_usec /D |adb -k /stand/vmunix /dev/kmem 内存 dmesg 或者用sam查看: SAM--> Performance Monitors --> System Properties 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/22797/showart_707681.html
by tianxiay2ren - HP文档中心 - 2008-05-27 09:50:50 阅读(1925) 回复(0)
echo "itick_per_usec/D" | adb /stand/vmunix /dev/mem | tail -1 itick_per_usec: 440n长时间没有使用hp了.发现很多东西都忘记了. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/12/showart_36934.html
1、运行/usr/contrib/bin/tools/crashinfo(根据第二步实际情况) | more,信息中注意类似如下内容: ================== = Memory Globals = ================== Note: "freemem" was resynced with freemem caches: was 169536, now 168628 Physical Memory = 2096640 pages (8.00 GB) //物理内存总量 Free Memory = 168628 pages (...
请教如何查看hp-ux主机配置,cpu个数,型号,内存大小等信息,类似AIX里lsconf|more
sysdef kmtune -l 仅供参考: acctresume 和 acctsuspend 只在启用 hp-ux 统计时使用。这些变量是统计日志文件所在文件系统(缺省情况下为/var/adm)的百分比。在文件系统自 由空间降到acctsuspend指定的百分比(绝对百分比)时,即终止统计;只有达到分配给acctresume的百分比时才能恢复。 例如: acctsuspend 分配 0 (假定缺省的文件系统值)- 当自由空间低于minfree(缺省情况下为10%,在bdf输出中文件系统将显 示100%使用...
hpserver查看cpu主频命令: echo itick_per_usec/D|adb -k /stand/vmunix /dev/kmem|awk 'NR==2 {print}' 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/22797/showart_417558.html