p*********r 发帖数: 23 | 1 a bit more informative commands on solaris:
/bin/uname -X
/usr/platform/`/bin/uname -i`/sbin/prtdiag |
|
m**c 发帖数: 90 | 2
A more user-friendly report can be obtained like this:
1. # uname -a
The last word from above indicates the CPU architecture, for example
"SUNW,Ultra-60"
2. # cd /usr/platform//sbin
for example:
# cd /usr/platform/SUNW,Ultra-60/sbin
3. # ./prtdiag
Hope this helps.
楚
像
我 |
|
i**o 发帖数: 13 | 3 想知道cpu的信息,在网上找到这个命令
/usr/platform/`uname -i`/sbin/prtdiag
得到的结果如下。那么是不是说cpu只有248mhz?
另外到底有几个cpu? 6?
谢谢。
System Configuration: Sun Microsystems sun4u 4-slot Sun Enterprise 3000
System clock frequency: 82 MHz
Memory size: 1280Mb
========================= CPUs =========================
Run Ecache CPU CPU
Brd CPU Module MHz MB Impl. Mask |
|
t*****g 发帖数: 1275 | 4 /usr/platform/`uname -i`/sbin/prtdiag -v
or
/usr/sbin/prtpicl -v -c cpu
All the info you need.. |
|
c*****m 发帖数: 16 | 5 你要看什么信息呢?
dmesg | grep cpu
ps -ax | grep idle
应该是比较常用的
看参数的话
sysctl -a | grep cpu
prtdiag
sar+sysstat还可以收集更详细的,搜搜参数怎么用就行了 |
|