m****t 发帖数: 145 | 1 用top可以check Memory,
怎样才能查出它是多少MHz的Frequency?
多谢指点,不胜感激!!! |
D****N 发帖数: 430 | 2 On Linux we can do
$cat /proc/cpuinfo
and get a bunch of useful information,
might be different if you're in Solaris/HPUX
still check to see if you have /proc in your filesystem
what UNIX is this?
【在 m****t 的大作中提到】 : 用top可以check Memory, : 怎样才能查出它是多少MHz的Frequency? : 多谢指点,不胜感激!!!
|
m****t 发帖数: 145 | 3 It's Solaris. I checked. There is a /proc in my filesystem.
But no file 'cpuinfo' there.Besides I have no permission
to any of the sub-directories under it.
Is there any other way you can think of?
A thousand thanks.
【在 D****N 的大作中提到】 : On Linux we can do : $cat /proc/cpuinfo : and get a bunch of useful information, : might be different if you're in Solaris/HPUX : still check to see if you have /proc in your filesystem : what UNIX is this?
|
c*****t 发帖数: 1879 | 4 Usually uname -a would report the cpu type (and hopefully the speed
as well).
uname -X reports the #of cpu's.
fpversion may be available on your machine. It can check the cpu
speed...
My suggestion to you if you really want to know more information
about your CPU is to download any system patches from Sun, unpack
them, and there are usually some scripts designed to detect many
system wide informations.
【在 m****t 的大作中提到】 : 用top可以check Memory, : 怎样才能查出它是多少MHz的Frequency? : 多谢指点,不胜感激!!!
|
m*****e 发帖数: 4193 | 5 sysinfo
【在 m****t 的大作中提到】 : 用top可以check Memory, : 怎样才能查出它是多少MHz的Frequency? : 多谢指点,不胜感激!!!
|
i*****f 发帖数: 578 | 6 大部分都支持dmesg查看硬件,要root.
【在 m*****e 的大作中提到】 : sysinfo
|
x****s 发帖数: 318 | 7 Fro SGI IRIX, use hinv.
uname only gives os info.
【在 m****t 的大作中提到】 : 用top可以check Memory, : 怎样才能查出它是多少MHz的Frequency? : 多谢指点,不胜感激!!!
|
m****t 发帖数: 145 | 8 谢谢各位的回答,这些办法都很管用 :-)
【在 x****s 的大作中提到】 : Fro SGI IRIX, use hinv. : uname only gives os info.
|
l*l 发帖数: 225 | 9 reboot your server and see what print out.
//hehe
【在 m****t 的大作中提到】 : 谢谢各位的回答,这些办法都很管用 :-)
|
o*********l 发帖数: 17 | 10 这就得开你所用的机器的具体类型了,通常执行dmesg命令,或者查看syslog.log
都可以看到大致的东东,要得到详细的信息就得用该机器上支持的“特殊”命令了。
【在 m****t 的大作中提到】 : 用top可以check Memory, : 怎样才能查出它是多少MHz的Frequency? : 多谢指点,不胜感激!!!
|