由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 如何看工作站的CPU的主频是多少?
相关主题
how to set up printer???请教关于查cpu信息的命令
再问一个关于Telnet的问题Three simple questions for solaris
Why do I always need to type ./ to run a command?开始喜欢SUN了
rsh port/protocol?Which command to check the CPU number?
关于solaris的几个问题请教[转载] 分特,一个弱问题
怎么才能在Unix里连续跑10个c写的程序 (转载)help, how to mount a network cdrom ?
主域联不上,救命!How to monitor a Unix workstation usage?
怎样查系统信息?sha sha de wen: sun's workstation
相关话题的讨论汇总
话题: whereis话题: usr话题: psrinfo话题: 工作站话题: command
进入Unix版参与讨论
1 (共1页)
m*****l
发帖数: 21
1
有好几个工作站, 一个工作站有4个cpu, 想找一个快一点的工作站运行我的程序。请问
如何看哪一个工作站的速度快?
c*r
发帖数: 278
2
To answer the title question:
"psrinfo -v"
On Linux: "cat /proc/cpuinfo"
To answer the question below:
Run some program and measure the time.

【在 m*****l 的大作中提到】
: 有好几个工作站, 一个工作站有4个cpu, 想找一个快一点的工作站运行我的程序。请问
: 如何看哪一个工作站的速度快?

m*****l
发帖数: 21
3
Hi CDR,
Thanks for your answer... but it seems that psrinfo -v does not work, our
workstations are SUN... "Command not found".can you suggest other methods?
Thanks a lot

请问

【在 c*r 的大作中提到】
: To answer the title question:
: "psrinfo -v"
: On Linux: "cat /proc/cpuinfo"
: To answer the question below:
: Run some program and measure the time.

m*****e
发帖数: 4193
4
sysinfo

【在 m*****l 的大作中提到】
: Hi CDR,
: Thanks for your answer... but it seems that psrinfo -v does not work, our
: workstations are SUN... "Command not found".can you suggest other methods?
: Thanks a lot
:
: 请问

c*r
发帖数: 278
5
/usr/sbin/psrinfo -v

【在 m*****l 的大作中提到】
: Hi CDR,
: Thanks for your answer... but it seems that psrinfo -v does not work, our
: workstations are SUN... "Command not found".can you suggest other methods?
: Thanks a lot
:
: 请问

t******t
发帖数: 51
6
search for a command, use
whereis psrinfo
This will tell you things like:
/usr/sbin/psrinfo (PATH=/usr/sbin)
/usr/man/cat1m/psrinfo.1m (MANPATH=/usr/man)
/usr/man/sman1m/psrinfo.1m (MANPATH=/usr/man)



【在 m*****l 的大作中提到】
: Hi CDR,
: Thanks for your answer... but it seems that psrinfo -v does not work, our
: workstations are SUN... "Command not found".can you suggest other methods?
: Thanks a lot
:
: 请问

m*****l
发帖数: 21
7
Thank you for your answer!
The problem is that "whereis" itself is not recognized by the system
whereis: Command not found.
Can you tell me how to use "whereis" correctly?
Thanks a lot,



【在 t******t 的大作中提到】
: search for a command, use
: whereis psrinfo
: This will tell you things like:
: /usr/sbin/psrinfo (PATH=/usr/sbin)
: /usr/man/cat1m/psrinfo.1m (MANPATH=/usr/man)
: /usr/man/sman1m/psrinfo.1m (MANPATH=/usr/man)
:
: 。

f********h
发帖数: 149
8
ft. should be "which"

【在 m*****l 的大作中提到】
: Thank you for your answer!
: The problem is that "whereis" itself is not recognized by the system
: whereis: Command not found.
: Can you tell me how to use "whereis" correctly?
: Thanks a lot,
:
: 序

c*r
发帖数: 278
9
/usr/ucb/whereis
"whereis" is a better substitute of "which"

【在 f********h 的大作中提到】
: ft. should be "which"
1 (共1页)
进入Unix版参与讨论
相关主题
sha sha de wen: sun's workstation关于solaris的几个问题请教
Unix用户如何在酒馆勾搭美眉!(少儿不益)怎么才能在Unix里连续跑10个c写的程序 (转载)
如果从partial filename 知道PATH? 主域联不上,救命!
再次急问: *.tgz 文件怎么解?怎样查系统信息?
how to set up printer???请教关于查cpu信息的命令
再问一个关于Telnet的问题Three simple questions for solaris
Why do I always need to type ./ to run a command?开始喜欢SUN了
rsh port/protocol?Which command to check the CPU number?
相关话题的讨论汇总
话题: whereis话题: usr话题: psrinfo话题: 工作站话题: command