由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 有什么办法可以check所在服务器的硬件配置?
相关主题
Is there a C++ compiler coming w/ Solaris x86?如何让UNIX的机器和WINDOWS XP的机器之间实现共享?
AIX,Solaris, HP-Unix,Linux及Windows的优缺点问题:mount remote filesystem
SUN Solaris下看图片的软件?[转载] SGI的JDK哪有?
unix 菜鸟问:Solaris FAQ
unix 主要是指solaris? FreeBSD? 还有其他什么系统?急!!!!
question about a command in UNIXUNIX下发email的问题
How to show the version of HPUXUNIX下的email程序
这些是什么东东?(on SGI)one question about syslogd
相关话题的讨论汇总
话题: check话题: cpu话题: solaris话题: proc话题: cpuinfo
进入Unix版参与讨论
1 (共1页)
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?
: 多谢指点,不胜感激!!!

1 (共1页)
进入Unix版参与讨论
相关主题
one question about syslogdunix 主要是指solaris? FreeBSD? 还有其他什么系统?
安装apache和php时遇到的问题question about a command in UNIX
怎么查自己的SUN用的什么版本的操作系统?How to show the version of HPUX
libglu.* in SGI IRIX 6.5???这些是什么东东?(on SGI)
Is there a C++ compiler coming w/ Solaris x86?如何让UNIX的机器和WINDOWS XP的机器之间实现共享?
AIX,Solaris, HP-Unix,Linux及Windows的优缺点问题:mount remote filesystem
SUN Solaris下看图片的软件?[转载] SGI的JDK哪有?
unix 菜鸟问:Solaris FAQ
相关话题的讨论汇总
话题: check话题: cpu话题: solaris话题: proc话题: cpuinfo