F******l 发帖数: 90 | 1 例如我想知道CPU,memory等的信息,用什么命令?
多谢了。 |
i******l 发帖数: 2 | 2 dependson which os u use, under solaris, use
uname -X to check # of CPUs and
/usr/sbin/prtconf | grep Mem to check memory
【在 F******l 的大作中提到】 : 例如我想知道CPU,memory等的信息,用什么命令? : 多谢了。
|
F******l 发帖数: 90 | 3 太谢谢你了。我的就是solaris。不过在看CPU的时候,我对那些参数什么意思不是很清楚
:
System = SunOS
Node = cascad
Release = 5.8
KernelID = Generic_108528-16
Machine = sun4u
BusType =
Serial =
Users =
OEM# = 0
Origin# = 1
NumCPU = 2
这里那个说的是CPU的信息呢?只要我一说那个数值,别人就知道我用的是什么CPU(就像
PC,PIV 2.2G....)。不好意思,我对solaris比较白痴。
呵呵,我是搞数值模拟的。发表了一篇文章后,有人问我们一个时间步要花多长时间。我
想将机器的参数也告诉他们,好让他们有个参考。多谢了。
【在 i******l 的大作中提到】 : dependson which os u use, under solaris, use : uname -X to check # of CPUs and : /usr/sbin/prtconf | grep Mem to check memory
|
m**c 发帖数: 90 | 4
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.
楚
像
我
【在 F******l 的大作中提到】 : 太谢谢你了。我的就是solaris。不过在看CPU的时候,我对那些参数什么意思不是很清楚 : : : System = SunOS : Node = cascad : Release = 5.8 : KernelID = Generic_108528-16 : Machine = sun4u : BusType = : Serial = : Users =
|
F******l 发帖数: 90 | 5 Cool! I think I got it. Highly appreciate your graceful patience. :)
清
就
。
【在 m**c 的大作中提到】 : : 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.
|